Date: Sat, 5 Jan 2019 09:11:06 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r489309 - in head/sysutils: createrepo yum Message-ID: <201901050911.x059B6wT032086@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sat Jan 5 09:11:06 2019 New Revision: 489309 URL: https://svnweb.freebsd.org/changeset/ports/489309 Log: Deprecate sysutils/createrepo and sysutils/yum: - abandoned upstream - do not work with python3 Modified: head/sysutils/createrepo/Makefile head/sysutils/yum/Makefile Modified: head/sysutils/createrepo/Makefile ============================================================================== --- head/sysutils/createrepo/Makefile Sat Jan 5 09:00:24 2019 (r489308) +++ head/sysutils/createrepo/Makefile Sat Jan 5 09:11:06 2019 (r489309) @@ -11,6 +11,9 @@ COMMENT= Utility to create and manage RPM metadata rep LICENSE= GPLv2 +DEPRECATED= Abandoned upstream, does not work with python3 +EXPIRATION_DATE= 2018-02-06 + RUN_DEPENDS= ${PYTHON_SITELIBDIR}/sqlitecachec.py:devel/py-yum-metadata-parser@${PY_FLAVOR} \ ${PYTHON_SITELIBDIR}/libxml2.py:textproc/py-libxml2@${PY_FLAVOR} \ ${PYTHON_SITELIBDIR}/urlgrabber/__init__.py:www/py-urlgrabber@${PY_FLAVOR} \ Modified: head/sysutils/yum/Makefile ============================================================================== --- head/sysutils/yum/Makefile Sat Jan 5 09:00:24 2019 (r489308) +++ head/sysutils/yum/Makefile Sat Jan 5 09:11:06 2019 (r489309) @@ -13,6 +13,9 @@ COMMENT= Installer/updater for rpm LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Abandoned upstream, does not work with python3 +EXPIRATION_DATE= 2018-02-06 + BUILD_DEPENDS= bash:shells/bash \ intltool-update:textproc/intltool RUN_DEPENDS= bash:shells/bash \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901050911.x059B6wT032086>