svn commit: r489309 - in head/sysutils: createrepo yum

Antoine Brodin antoine at FreeBSD.org
Sat Jan 5 09:11:07 UTC 2019


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 \


More information about the svn-ports-head mailing list