diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2009-01-21 09:51:49 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2009-01-21 09:51:49 +0000 |
commit | 971a6998eded0853cb938215a8206b6d4c261dc6 (patch) | |
tree | 99c0a66ff36487b9c644b07dfadcfb9982a85a73 /www | |
parent | 2a7f8764c49bbc3052eff1d322fb5a9dd2fdf890 (diff) |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/trac-restrictedarea/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/trac-restrictedarea/Makefile b/www/trac-restrictedarea/Makefile index 09f83d61d8e8..11f54ffaea4e 100644 --- a/www/trac-restrictedarea/Makefile +++ b/www/trac-restrictedarea/Makefile @@ -19,6 +19,10 @@ COMMENT= Set up restricted areas within Trac BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac +IGNORE= Not supported anymore; functionality included in trac since 0.11 +DEPRECATED= ${IGNORE} +EXPIRE_DATE= 2009-07-01 + WRKSRC= ${WRKDIR}/${PORTNAME}plugin NO_BUILD= yes USE_PYTHON= 2.3+ |