FreeBSD ports you maintain which are out of date

2017-03-17 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

moving py-setuptools in ports broke the installed port, or am I missing something?

2017-03-17 Thread Jason de Cordoba
Hey there, Portmaster broke again from a moved port > port moved here from devel/py-setuptools on 2017-03-16 > REASON: Renamed to better match other python ports > > port moved here from devel/py-setuptools27 on 2017-03-16 > REASON: Renamed to better match other python port Is there a way to

Re: moving py-setuptools in ports broke the installed port, or am I missing something?

2017-03-17 Thread Antoine Brodin
On Fri, Mar 17, 2017 at 10:02 AM, Jason de Cordoba wrote: > Hey there, > > Portmaster broke again from a moved port > You can try: pkg set -n py27-setuptools27:py27-setuptools pkg set -o devel/py-setuptools27:devel/py27-setuptools (from /usr/ports/UPDATING) Cheers, Antoine ___