diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2010-07-22 21:05:39 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2010-07-22 21:05:39 +0000 |
commit | a9ebfac7d677d738e8eb5a26cbcba7bf466c9a97 (patch) | |
tree | 64190bca470b43f5d3ab3d9fb5b95335f799b523 /www/trac-discussion | |
parent | a3c68ae7c40171954b2e6c0dc960e645cd8c2be9 (diff) |
Notes
Diffstat (limited to 'www/trac-discussion')
-rw-r--r-- | www/trac-discussion/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/trac-discussion/Makefile b/www/trac-discussion/Makefile index 147b01446ce4..2922fa526d3f 100644 --- a/www/trac-discussion/Makefile +++ b/www/trac-discussion/Makefile @@ -7,6 +7,7 @@ PORTNAME= ${PYDISTUTILS_PKGNAME:S;^Trac;;S;Plugin$;;:L} PORTVERSION= 0.7 +PORTREVISION= 1 CATEGORIES= www devel python MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= brooks @@ -16,7 +17,7 @@ MAINTAINER= brooks@freebsd.org COMMENT= A discussion forum plugin for Trac RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac \ - trac-spam-filter>=0.2.1:${PORTSDIR}/www/trac-spam-filter + trac-TracSpamFilter>=0.2.1:${PORTSDIR}/www/trac-spam-filter BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools USE_PYTHON= yes |