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 | |
parent | 69d34370ea8222743ee507c2374caef532e4951a (diff) | |
download | ports-05aa5480caeaff23fc26b40e3c7de1f8578ba811.tar.gz ports-05aa5480caeaff23fc26b40e3c7de1f8578ba811.zip |
Notes
Diffstat (limited to 'www/trac-revtree')
-rw-r--r-- | www/trac-revtree/Makefile | 8 | ||||
-rw-r--r-- | www/trac-revtree/distinfo | 6 |
2 files changed, 7 insertions, 7 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 diff --git a/www/trac-revtree/distinfo b/www/trac-revtree/distinfo index cedbd3bbeac6..39faaf6178a8 100644 --- a/www/trac-revtree/distinfo +++ b/www/trac-revtree/distinfo @@ -1,3 +1,3 @@ -MD5 (revtreeplugin-0.6.3.zip) = 6a3532476822145417ffe6c2f4139d3f -SHA256 (revtreeplugin-0.6.3.zip) = 5a85ff2999c5566186fc767421a89c2ad6968e84052765332ac9a58e4ed63bd1 -SIZE (revtreeplugin-0.6.3.zip) = 194274 +MD5 (revtreeplugin-0.6.4.zip) = 1ab1c082da2399b0f46bafb7a46622b1 +SHA256 (revtreeplugin-0.6.4.zip) = 14e5f438800d05a15390e40942afcc2cc9ceddea7fce97c93b1798a989d7e5e4 +SIZE (revtreeplugin-0.6.4.zip) = 194269 |