Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Jan 2019 09:13:17 +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: r489310 - in head/sysutils: createrepo yum
Message-ID:  <201901050913.x059DHqt037026@repo.freebsd.org>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901050913.x059DHqt037026>