diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-28 01:35:26 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-28 01:35:26 +0800 |
commit | 8d38cb9cba59e0d42bc95b3b7bb0f881d225fef1 (patch) | |
tree | a02360551e070e1adb95c45d1cb79ac1f276c0c6 /www | |
parent | b1ffef49bf10c38c363ba02f9078a4dddbf99d78 (diff) | |
download | freebsd-ports-gnome-8d38cb9cba59e0d42bc95b3b7bb0f881d225fef1.tar.gz freebsd-ports-gnome-8d38cb9cba59e0d42bc95b3b7bb0f881d225fef1.tar.zst freebsd-ports-gnome-8d38cb9cba59e0d42bc95b3b7bb0f881d225fef1.zip |
Deprecate ports broken for more than 6 month
Diffstat (limited to 'www')
-rw-r--r-- | www/openvrml/Makefile | 2 | ||||
-rw-r--r-- | www/trac-announcer/Makefile | 2 | ||||
-rw-r--r-- | www/trac-revtree/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/www/openvrml/Makefile b/www/openvrml/Makefile index 70099225c99e..49c1725774d5 100644 --- a/www/openvrml/Makefile +++ b/www/openvrml/Makefile @@ -11,6 +11,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= VRML97 runtime and browser BROKEN= does not build +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2014-02-27 BUILD_DEPENDS= ${LOCALBASE}/include/argp.h:${PORTSDIR}/devel/argp-standalone LIB_DEPENDS= libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ diff --git a/www/trac-announcer/Makefile b/www/trac-announcer/Makefile index fde2283ff00c..a51bba049458 100644 --- a/www/trac-announcer/Makefile +++ b/www/trac-announcer/Makefile @@ -15,6 +15,8 @@ BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}Babel>=0.9:${PORTSDIR}/devel/py-babel RUN_DEPENDS+= trac>=0.11:${PORTSDIR}/www/trac BROKEN= Try to access network during install phase +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2014-02-27 USE_PYTHON= yes USE_ZIP= yes USE_PYDISTUTILS= yes diff --git a/www/trac-revtree/Makefile b/www/trac-revtree/Makefile index 937b817e7159..0037b641afb1 100644 --- a/www/trac-revtree/Makefile +++ b/www/trac-revtree/Makefile @@ -31,6 +31,8 @@ PLIST_SUB+= EGGVERSION="${PORTVERSION}dev" PYTHONVERSION=${PYTHON_VER} PYDISTUTILS_NOEGGINFO= yes BROKEN= fails to build +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2014-02-27 .include <bsd.port.options.mk> |