diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2014-03-04 04:34:11 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2014-03-04 04:34:11 +0800 |
commit | e842dd920b4059793b37011cf3d6cbdc1471f941 (patch) | |
tree | 9ba3fafcf314d025f8a781eceefea89d9170e9e0 | |
parent | e0c68e198ce884aa8520670a048fd1b76db7d0ab (diff) | |
download | freebsd-ports-gnome-e842dd920b4059793b37011cf3d6cbdc1471f941.tar.gz freebsd-ports-gnome-e842dd920b4059793b37011cf3d6cbdc1471f941.tar.zst freebsd-ports-gnome-e842dd920b4059793b37011cf3d6cbdc1471f941.zip |
- Set EXPIRATION_DATE and mark DEPRECATED, at maintainer's request
-rw-r--r-- | sysutils/epylog/Makefile | 3 | ||||
-rw-r--r-- | www/planet/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/sysutils/epylog/Makefile b/sysutils/epylog/Makefile index c28b06d18622..918643357d37 100644 --- a/sysutils/epylog/Makefile +++ b/sysutils/epylog/Makefile @@ -14,6 +14,9 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 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 diff --git a/www/planet/Makefile b/www/planet/Makefile index e82e95bc7216..264a71429ab0 100644 --- a/www/planet/Makefile +++ b/www/planet/Makefile @@ -12,6 +12,9 @@ COMMENT= Planet is a flexible feed aggregator - and more! 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 |