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

Antoine Brodin antoine at FreeBSD.org
Sat Jan 5 09:13:18 UTC 2019


Author: antoine
Date: Sat Jan  5 09:13:17 2019
New Revision: 489310
URL: https://svnweb.freebsd.org/changeset/ports/489310

Log:
  Fix expiration year

Modified:
  head/sysutils/createrepo/Makefile
  head/sysutils/yum/Makefile

Modified: head/sysutils/createrepo/Makefile
==============================================================================
--- head/sysutils/createrepo/Makefile	Sat Jan  5 09:11:06 2019	(r489309)
+++ head/sysutils/createrepo/Makefile	Sat Jan  5 09:13:17 2019	(r489310)
@@ -12,7 +12,7 @@ COMMENT=	Utility to create and manage RPM metadata rep
 LICENSE=	GPLv2
 
 DEPRECATED=	Abandoned upstream, does not work with python3
-EXPIRATION_DATE=	2018-02-06
+EXPIRATION_DATE=	2019-02-06
 
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/sqlitecachec.py:devel/py-yum-metadata-parser@${PY_FLAVOR} \
 		${PYTHON_SITELIBDIR}/libxml2.py:textproc/py-libxml2@${PY_FLAVOR} \

Modified: head/sysutils/yum/Makefile
==============================================================================
--- head/sysutils/yum/Makefile	Sat Jan  5 09:11:06 2019	(r489309)
+++ head/sysutils/yum/Makefile	Sat Jan  5 09:13:17 2019	(r489310)
@@ -14,7 +14,7 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 DEPRECATED=	Abandoned upstream, does not work with python3
-EXPIRATION_DATE=	2018-02-06
+EXPIRATION_DATE=	2019-02-06
 
 BUILD_DEPENDS=	bash:shells/bash \
 		intltool-update:textproc/intltool


More information about the svn-ports-head mailing list