svn commit: r346960 - in head: sysutils/epylog www/planet
Thomas Abthorpe
tabthorpe at FreeBSD.org
Mon Mar 3 20:34:12 UTC 2014
Author: tabthorpe
Date: Mon Mar 3 20:34:11 2014
New Revision: 346960
URL: http://svnweb.freebsd.org/changeset/ports/346960
QAT: https://qat.redports.org/buildarchive/r346960/
Log:
- Set EXPIRATION_DATE and mark DEPRECATED, at maintainer's request
Modified:
head/sysutils/epylog/Makefile
head/www/planet/Makefile
Modified: head/sysutils/epylog/Makefile
==============================================================================
--- head/sysutils/epylog/Makefile Mon Mar 3 20:17:59 2014 (r346959)
+++ head/sysutils/epylog/Makefile Mon Mar 3 20:34:11 2014 (r346960)
@@ -14,6 +14,9 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/libx
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 \
lynx:${PORTSDIR}/www/lynx
+DEPRECATED= distfiles no longer fetchable
+EXPIRATION_DATE= 2014-04-01
+
MAN3= epylog.3
MAN5= epylog-modules.5 epylog.conf.5
MAN8= epylog.8
Modified: head/www/planet/Makefile
==============================================================================
--- head/www/planet/Makefile Mon Mar 3 20:17:59 2014 (r346959)
+++ head/www/planet/Makefile Mon Mar 3 20:34:11 2014 (r346960)
@@ -12,6 +12,9 @@ COMMENT= Planet is a flexible feed aggre
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/mx/Tidy/Tidy.py:${PORTSDIR}/devel/py-mx-experimental \
${PYTHON_PKGNAMEPREFIX}bsddb>0:${PORTSDIR}/databases/py-bsddb
+DEPRECATED= distfiles no longer fetchable
+EXPIRATION_DATE= 2014-04-01
+
USE_BZIP2= yes
NO_BUILD= yes
USE_PYTHON= yes
More information about the svn-ports-all
mailing list