diff options
author | Greg Larkin <glarkin@FreeBSD.org> | 2010-07-26 19:26:59 +0000 |
---|---|---|
committer | Greg Larkin <glarkin@FreeBSD.org> | 2010-07-26 19:26:59 +0000 |
commit | 05aa5480caeaff23fc26b40e3c7de1f8578ba811 (patch) | |
tree | 248f82d27b1da35ab7792b259c665c000eb04490 /www/trac-revtree/Makefile | |
parent | 69d34370ea8222743ee507c2374caef532e4951a (diff) |
Notes
Diffstat (limited to 'www/trac-revtree/Makefile')
-rw-r--r-- | www/trac-revtree/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/trac-revtree/Makefile b/www/trac-revtree/Makefile index 619f7326c7f5..df09e34b93c8 100644 --- a/www/trac-revtree/Makefile +++ b/www/trac-revtree/Makefile @@ -6,8 +6,7 @@ # PORTNAME= revtree -PORTVERSION= 0.6.3 -PORTREVISION= 2 +PORTVERSION= 0.6.4 CATEGORIES= www devel python MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \ LOCAL/glarkin @@ -17,14 +16,15 @@ DISTNAME= ${PORTNAME}plugin-${PORTVERSION} MAINTAINER= glarkin@FreeBSD.org COMMENT= Graphical representation of an SVN repository -RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac +RUN_DEPENDS+= trac>=0.12:${PORTSDIR}/www/trac \ + subversion>=0:${PORTSDIR}/devel/subversion OPTIONS= MINFOENH "Enable mergeinfo display enhancer" On \ LOGENH "Enable log message display enhancer" Off USE_ZIP= yes -WRKSRC= ${WRKDIR}/${PORTNAME}plugin/0.11 +WRKSRC= ${WRKDIR}/${PORTNAME}plugin/0.12 USE_PYTHON= yes USE_PYDISTUTILS= easy_install PYDISTUTILS_PKGNAME= TracRevtreePlugin |