Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jul 2017 15:37:33 +1000
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        Rene Ladan <rene@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, python <python@FreeBSD.org>
Subject:   Re: svn commit: r445459 - in head: . sysutils sysutils/py-iocage www www/mediawiki126
Message-ID:  <65cb8dd8-d2ae-6bd6-99a5-b631c2043e87@FreeBSD.org>
In-Reply-To: <201707101927.v6AJRcGD051009@repo.freebsd.org>
References:  <201707101927.v6AJRcGD051009@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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+.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?65cb8dd8-d2ae-6bd6-99a5-b631c2043e87>