svn commit: r445459 - in head: . sysutils sysutils/py-iocage www www/mediawiki126
Kubilay Kocak
koobs at FreeBSD.org
Tue Jul 11 05:42:45 UTC 2017
On 7/11/17 5:27 AM, Rene Ladan wrote:
> Author: rene
> Date: Mon Jul 10 19:27:38 2017
> New Revision: 445459
> URL: https://svnweb.freebsd.org/changeset/ports/445459
>
> Log:
> Remove expired ports:
> 2017-07-07 sysutils/py-iocage: obsoleted by sysutils/py3-iocage port using Python 3 instead of Python 2
> 2017-07-08 www/mediawiki126: Upstream support EoL
>
> Deleted:
> head/sysutils/py-iocage/
> head/www/mediawiki126/
> Modified:
> head/MOVED
> head/sysutils/Makefile
> head/www/Makefile
>
> Modified: head/MOVED
> ==============================================================================
> --- head/MOVED Mon Jul 10 18:51:48 2017 (r445458)
> +++ head/MOVED Mon Jul 10 19:27:38 2017 (r445459)
> @@ -9459,3 +9459,5 @@ net-mgmt/ezradius||2017-07-01|Removed, unmaintained an
> x11-toolkits/qt5-declarative||2017-07-01|Has expired: Has not been released since Qt 5.5 -- installation can lead to runtime conflicts with qt5-quick
> deskutils/california|deskutils/gnome-calendar|2017-07-02|Has expired: Orphaned upstream, replaced by gnome-calendar
> devel/etcd3|devel/etcd31|2017-07-07|Version 3.2 introduces breaking changes
> +sysutils/py-iocage|sysutils/py3-iocage|2017-07-10|Has expired: obsoleted by sysutils/py3-iocage port using Python 3 instead of Python 2
> +www/mediawiki126|www/mediawiki127|2017-07-10|Has expired: Upstream support EoL
>
> Modified: head/sysutils/Makefile
> ==============================================================================
> --- head/sysutils/Makefile Mon Jul 10 18:51:48 2017 (r445458)
> +++ head/sysutils/Makefile Mon Jul 10 19:27:38 2017 (r445459)
> @@ -875,7 +875,6 @@
> SUBDIR += py-gmailfs-fuse
> SUBDIR += py-halite
> SUBDIR += py-honcho
> - SUBDIR += py-iocage
> SUBDIR += py-iowait
> SUBDIR += py-nagiosplugin
> SUBDIR += py-nomad
>
> Modified: head/www/Makefile
> ==============================================================================
> --- head/www/Makefile Mon Jul 10 18:51:48 2017 (r445458)
> +++ head/www/Makefile Mon Jul 10 19:27:38 2017 (r445459)
> @@ -392,7 +392,6 @@
> SUBDIR += mathjax
> SUBDIR += mathopd
> SUBDIR += mediawiki123
> - SUBDIR += mediawiki126
> SUBDIR += mediawiki127
> SUBDIR += mediawiki128
> SUBDIR += mergelog
>
py3-* ports are only needed where there is also a primary py-* port
using/defaulting to Python 2.x and packages for both versions from the
official repositories are desired.
In this case py-iocage should have been updated to USES=python:3.x+ and
the py3-port removed, if it indeed is/was the intention that iocage
*must* (or can now *only*) be built with 3.x+.
More information about the freebsd-python
mailing list