diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2009-01-19 22:45:51 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2009-01-19 22:45:51 +0000 |
commit | 6ee438187d632236017b9c7359fbf9e9eef4151c (patch) | |
tree | e8aa68c7974d0d77c567400d582893d42736e118 /www/trac-addcomment/Makefile | |
parent | 35f3f372451184541d90e4e9268f8f1459b507b7 (diff) |
Notes
Diffstat (limited to 'www/trac-addcomment/Makefile')
-rw-r--r-- | www/trac-addcomment/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/trac-addcomment/Makefile b/www/trac-addcomment/Makefile index fdb483079347..ac9a99b8edb2 100644 --- a/www/trac-addcomment/Makefile +++ b/www/trac-addcomment/Makefile @@ -6,8 +6,7 @@ # PORTNAME= addcomment -PORTVERSION= 0.2 -PORTREVISION= 2 +PORTVERSION= 0.3 CATEGORIES= www devel python MASTER_SITES= http://www.gerritbeine.de/download/trac/ PKGNAMEPREFIX= trac- @@ -18,7 +17,7 @@ COMMENT= Add formatted comments to wiki pages BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac \ - ${PYTHON_SITELIBDIR}/TracMacroPost-0.1-py${_PYTHON_VERSION}.egg:${PORTSDIR}/www/trac-macropost + ${PYTHON_SITELIBDIR}/TracMacroPost-0.2-py${_PYTHON_VERSION}.egg:${PORTSDIR}/www/trac-macropost WRKSRC= ${WRKDIR}/${PORTNAME}macro NO_BUILD= yes |