PATCH: update of p5-WWW-YouTube-Download to 0.56

2013-09-26 Thread Mikolaj Kucharski
Hi, General improvements of the tool, previous patch integrated upstream: http://cpansearch.perl.org/src/XAICRON/WWW-YouTube-Download-0.56/Changes new patch for better signatures support. Index: Makefile === RCS file: /cvs/ports/

Re: New port: Worker

2013-09-26 Thread Eivind Evensen
Hello, thanks to both for your comments. Here's a new version along with some comments. On Wed, Sep 25, 2013 at 05:08:40PM +0100, Stuart Henderson wrote: > On 2013/09/25 11:50, Brian Callahan wrote: > > On 9/25/2013 9:09 AM, Eivind Evensen wrote: > > >This is an X11 filemanager. > > > > > > > Mak

plan for importing audio/mumble

2013-09-26 Thread David Coppa
Hi all! Attached you have the (hopefully) final revision of my audio/mumble port. This one, besides some minor cleanups, switch mumble to use the celt libraries from our ports tree. So, here's the plan: 1) Import audio/celt07 2) Downgrade audio/celt to version 0.11.1. This is needed to av

Parse error

2013-09-26 Thread Roelof Wobben
Hello, I try to make my first package on OpenBSD. So far I have this. See attached Makefile. But as soon as I try to do make fetch-all I see this message : *** Parse error in /usr/ports/x11/muffin: Unterminated variable spec in ${_FUPDATE_COOKIE${SUBPACKAGE} (/usr/ports/infrastructure/mk/bs

Re: UPDATE: claws-mail 3.9.2

2013-09-26 Thread Stuart Henderson
The plugin packages for claws-mail don't seem to be FLAVOR-dependent, but currently they're packaged twice. is there any point having separate packages for them? $ make show=PKGNAMES claws-mail-3.9.2 claws-mail-bogofilter-3.9.2 claws-mail-spamassassin-3.9.2 claws-mail-htmlviewer-3.9.2 claws-mail-

Re: UPDATE: games/valyriatear 0.5.1 => 0.6.0

2013-09-26 Thread Brian Callahan
On 09/23/13 01:23, Brian Callahan wrote: Hi ports -- Attached is a patch to update Valyria Tear to its latest version, 0.6.0. Some notes: * Upstream has integrated everything in the patch and files dirs, so all of that goes away. * There's an odd compiler bug with gcc 4.2, so I've used gcc-4.6

Re: MODPY_BADEGGS revised (Was: [UPDATE] databases/py-redis)

2013-09-26 Thread David Coppa
On Thu, Sep 26, 2013 at 2:30 PM, Remi Pointel wrote: > On Thu, 26 Sep 2013 14:19:28 +0200 > David Coppa wrote: >> On Thu, 26 Sep 2013, David Coppa wrote: >> >> > >> > Why not getting rid of MODPY_BADEGGS and doing this instead: >> > >> > ---8<--- >> > >> > Index: python.port.mk >> > =

Re: MODPY_BADEGGS revised (Was: [UPDATE] databases/py-redis)

2013-09-26 Thread Remi Pointel
On Thu, 26 Sep 2013 14:19:28 +0200 David Coppa wrote: > On Thu, 26 Sep 2013, David Coppa wrote: > > > > > Why not getting rid of MODPY_BADEGGS and doing this instead: > > > > ---8<--- > > > > Index: python.port.mk > > === > > RCS

Re: MODPY_BADEGGS revised (Was: [UPDATE] databases/py-redis)

2013-09-26 Thread David Coppa
On Thu, 26 Sep 2013, David Coppa wrote: > > Why not getting rid of MODPY_BADEGGS and doing this instead: > > ---8<--- > > Index: python.port.mk > === > RCS file: /cvs/ports/lang/python/python.port.mk,v > retrieving revision 1.72 >

MODPY_BADEGGS revised (Was: [UPDATE] databases/py-redis)

2013-09-26 Thread David Coppa
Why not getting rid of MODPY_BADEGGS and doing this instead: ---8<--- Index: python.port.mk === RCS file: /cvs/ports/lang/python/python.port.mk,v retrieving revision 1.72 diff -u -p -u -p -r1.72 python.port.mk --- python.port.mk

Re: [UPDATE] databases/py-redis

2013-09-26 Thread David Coppa
On Thu, Sep 26, 2013 at 1:36 PM, Remi Pointel wrote: > Yes, I had a problem with the bad egg this is why I removed this, and it > worked for me. > I will retest. If you remove "MODPY_BADEGGS = redis", 'make clean' will also fail.

Re: [UPDATE] databases/py-redis

2013-09-26 Thread Remi Pointel
On Thu, 26 Sep 2013 13:33:42 +0200 David Coppa wrote: > On Thu, 26 Sep 2013, Remi Pointel wrote: > > > Hi, > > > > this is the diff to update to latest release of py-redis: 2.8.0. > > You need to have py-test version 2.3.5 to run the test suite. > > > > Ok? > > This has a problem with bad egg

Re: [UPDATE] databases/py-redis

2013-09-26 Thread David Coppa
On Thu, 26 Sep 2013, Remi Pointel wrote: > Hi, > > this is the diff to update to latest release of py-redis: 2.8.0. > You need to have py-test version 2.3.5 to run the test suite. > > Ok? This has a problem with bad eggs I cannot find an easy solution for... /usr/ports/databases/py-redis>$ mak

Re: [UPDATE] devel/py-test

2013-09-26 Thread David Coppa
On Thu, Sep 26, 2013 at 11:52 AM, Stuart Henderson wrote: > On 2013/09/26 11:39, David Coppa wrote: >> On Thu, Sep 26, 2013 at 11:15 AM, Remi Pointel wrote: >> > Hi, >> > >> > this is the diff to update to latest release of py-test: 2.3.5. >> > >> > Ok? >> >> Have you looked at PLIST (make update

Re: [UPDATE] devel/py-test

2013-09-26 Thread Stuart Henderson
On 2013/09/26 11:39, David Coppa wrote: > On Thu, Sep 26, 2013 at 11:15 AM, Remi Pointel wrote: > > Hi, > > > > this is the diff to update to latest release of py-test: 2.3.5. > > > > Ok? > > Have you looked at PLIST (make update-plist) ? > python3 ports are special ;)

Re: [UPDATE] devel/py-test

2013-09-26 Thread Remi Pointel
On Thu, 26 Sep 2013 11:39:21 +0200 David Coppa wrote: > On Thu, Sep 26, 2013 at 11:15 AM, Remi Pointel wrote: > > Hi, > > > > this is the diff to update to latest release of py-test: 2.3.5. > > > > Ok? > > Have you looked at PLIST (make update-plist) ? Sure, why? Do you have a problem when cre

Re: [UPDATE] devel/py-test

2013-09-26 Thread David Coppa
On Thu, Sep 26, 2013 at 11:15 AM, Remi Pointel wrote: > Hi, > > this is the diff to update to latest release of py-test: 2.3.5. > > Ok? Have you looked at PLIST (make update-plist) ?

[UPDATE] databases/py-redis

2013-09-26 Thread Remi Pointel
Hi, this is the diff to update to latest release of py-redis: 2.8.0. You need to have py-test version 2.3.5 to run the test suite. Ok? Cheers, Remi. Index: Makefile === RCS file: /cvs/ports/databases/py-redis/Makefile,v retrieving

[UPDATE] devel/py-pexpect

2013-09-26 Thread Remi Pointel
Hi, this is the to update to latest release of py-pexpect: 2.4. Ok? Cheers, Remi. Index: Makefile === RCS file: /cvs/ports/devel/py-pexpect/Makefile,v retrieving revision 1.16 diff -u -p -r1.16 Makefile --- Makefile11 Mar 2013

[UPDATE] devel/py-test

2013-09-26 Thread Remi Pointel
Hi, this is the diff to update to latest release of py-test: 2.3.5. Ok? Cheers, Remi. Index: Makefile === RCS file: /cvs/ports/devel/py-test/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile30 May 2013 13:0