FreeBSD ports you maintain which are out of date

2013-07-02 Thread portscout
Dear port maintainer,

The portscout new distfile checker has detected that one or more of your
ports appears to be out of date. Please take the opportunity to check
each of the ports listed below, and if possible and appropriate,
submit/commit an update. If any ports have already been updated, you can
safely ignore the entry.

You will not be e-mailed again for any of the port/version combinations
below.

Full details can be found at the following URL:
http://portscout.freebsd.org/pyt...@freebsd.org.html


Port| Current version | New version
+-+
devel/mercurial | 2.6.2   | 2.6.3
+-+


If any of the above results are invalid, please check the following page
for details on how to improve portscout's detection and selection of
distfiles on a per-port basis:

http://portscout.freebsd.org/info/portscout-portconfig.txt

If wish to stop receiving portscout reminders, please contact
portsc...@freebsd.org

Thanks.
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


Re: ports/179812: Extract the python part from dns/ldns into dns/py-ldns

2013-07-02 Thread Mathieu Arnold
The following reply was made to PR ports/179812; it has been noted by GNATS.

From: Mathieu Arnold 
To: bug-follo...@freebsd.org, Jaap Akkerhuis 
Cc:  
Subject: Re: ports/179812: Extract the python part from dns/ldns into
 dns/py-ldns
Date: Tue, 02 Jul 2013 13:05:40 +0200

 Hi,
 
 Ah, yes, I missed that part.
 
 What about enclosing the post-configure, post-build and post-install inside
 a .if !defined(BUILD_PYLDNS) ?
 There's no point of adding them if they're empty anyway.
 
 -- 
 Mathieu Arnold
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


Re: ports/179812: Extract the python part from dns/ldns into dns/py-ldns

2013-07-02 Thread Jaap Akkerhuis
The following reply was made to PR ports/179812; it has been noted by GNATS.

From: Jaap Akkerhuis 
To: Mathieu Arnold 
Cc: bug-follo...@freebsd.org
Subject: Re: ports/179812: Extract the python part from dns/ldns into 
dns/py-ldns
Date: Tue, 02 Jul 2013 14:12:49 +0200

 Hi,
 
>What about enclosing the post-configure, post-build and post-install inside
>a .if !defined(BUILD_PYLDNS) ?
>There's no point of adding them if they're empty anyway.
 
 I personally dislike nested .if statements and try to avoid them
 but yes, it likely works just as well.
 
jaap
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


Re: ports/179812: Extract the python part from dns/ldns into dns/py-ldns

2013-07-02 Thread Mathieu Arnold
The following reply was made to PR ports/179812; it has been noted by GNATS.

From: Mathieu Arnold 
To: Jaap Akkerhuis 
Cc: bug-follo...@freebsd.org
Subject: Re: ports/179812: Extract the python part from dns/ldns into
 dns/py-ldns
Date: Tue, 02 Jul 2013 18:21:49 +0200

 +--On 2 juillet 2013 14:12:49 +0200 Jaap Akkerhuis 
 wrote:
 | Hi,
 | 
 |>What about enclosing the post-configure, post-build and post-install
 | inside>a .if !defined(BUILD_PYLDNS) ?
 |>There's no point of adding them if they're empty anyway.
 | 
 | I personally dislike nested .if statements and try to avoid them
 | but yes, it likely works just as well.
 
 Well, I've thought about it for a while when I was cooking the patch, it's
 either :
 - what I did with nested .if's
 - extract what's not needed by the python part in another file and include
 it (ugly)
 - copying stuffs to dns/py-ldns so that they're no longer master/slave but
 it'd be twice the load for each upgrade.
 
 -- 
 Mathieu Arnold
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


Re: ports/179812: Extract the python part from dns/ldns into dns/py-ldns

2013-07-02 Thread Jaap Akkerhuis
The following reply was made to PR ports/179812; it has been noted by GNATS.

From: Jaap Akkerhuis 
To: Mathieu Arnold 
Cc: bug-follo...@freebsd.org
Subject: Re: ports/179812: Extract the python part from dns/ldns into 
dns/py-ldns
Date: Tue, 02 Jul 2013 18:47:05 +0200

   > +--On 2 juillet 2013 14:12:49 +0200 Jaap Akkerhuis 
   > wrote:
   > | Hi,
   > | 
   > |>What about enclosing the post-configure, post-build and post-install
   > | inside>a .if !defined(BUILD_PYLDNS) ?
   > |>There's no point of adding them if they're empty anyway.
   > | 
   > | I personally dislike nested .if statements and try to avoid them
   > | but yes, it likely works just as well.
   > 
   > Well, I've thought about it for a while when I was cooking the patch, it's
   > either :
   > - what I did with nested .if's
   > - extract what's not needed by the python part in another file and include
   > it (ugly)
   > - copying stuffs to dns/py-ldns so that they're no longer master/slave but
   > it'd be twice the load for each upgrade.
 
 Yes, it is a devilish dilemma. When I said "dislike" it doesn't
 mean I'm dead against it. I can go either way, either the big .if
 or the repeated !defined(BUILD_PYLDNS). You pick.
 
jaap
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


Re: ports/180218: databases/py-sqlite3 does not build on head

2013-07-02 Thread edwin
Synopsis: databases/py-sqlite3 does not build on head

Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python
Responsible-Changed-By: edwin
Responsible-Changed-When: Wed Jul 3 00:11:43 UTC 2013
Responsible-Changed-Why: 
Over to maintainer (via the GNATS Auto Assign Tool)

http://www.freebsd.org/cgi/query-pr.cgi?pr=180218
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"