diff options
author | glarkin <glarkin@FreeBSD.org> | 2011-01-04 04:18:40 +0800 |
---|---|---|
committer | glarkin <glarkin@FreeBSD.org> | 2011-01-04 04:18:40 +0800 |
commit | 6c0e75ac750dde54077cbc6921626c1bb99d0195 (patch) | |
tree | a15e392aa4b76207ff0596f58259eaa0a60abf2f | |
parent | 6d8021d1d6f0f4bac2fe3433361883fb042466da (diff) | |
download | freebsd-ports-gnome-6c0e75ac750dde54077cbc6921626c1bb99d0195.tar.gz freebsd-ports-gnome-6c0e75ac750dde54077cbc6921626c1bb99d0195.tar.zst freebsd-ports-gnome-6c0e75ac750dde54077cbc6921626c1bb99d0195.zip |
- Updated to 1.0.8b to fix PostgreSQL-related bug noted in PR and in
http://trac-hacks.org/ticket/8324
PR: ports/153322
Submitted by: Sergey Chernikov <s dot bilberry at gmail dot com>
Assisted by: Russ Tyndall at Acceleration.net (upstream maintainer)
-rw-r--r-- | www/trac-timingandestimation/Makefile | 5 | ||||
-rw-r--r-- | www/trac-timingandestimation/distinfo | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/www/trac-timingandestimation/Makefile b/www/trac-timingandestimation/Makefile index b2a2d299cab6..ac6458850be1 100644 --- a/www/trac-timingandestimation/Makefile +++ b/www/trac-timingandestimation/Makefile @@ -6,12 +6,13 @@ # PORTNAME= timingandestimation -PORTVERSION= 1.0.6b +PORTVERSION= 1.0.8b CATEGORIES= www devel python MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \ LOCAL/glarkin PKGNAMEPREFIX= trac- DISTNAME= ${PORTNAME}plugin-${PORTVERSION} +USE_ZIP= yes MAINTAINER= glarkin@FreeBSD.org COMMENT= Add estimation and time tracking functionality to Trac @@ -19,7 +20,7 @@ COMMENT= Add estimation and time tracking functionality to Trac BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac -WRKSRC= ${WRKDIR}/${PORTNAME} +WRKSRC= ${WRKDIR}/${PORTNAME}plugin/branches/trac0.12-Permissions NO_BUILD= yes USE_PYTHON= 2.3+ USE_PYDISTUTILS=yes diff --git a/www/trac-timingandestimation/distinfo b/www/trac-timingandestimation/distinfo index f841d5d15a7e..a1a4118b4f2c 100644 --- a/www/trac-timingandestimation/distinfo +++ b/www/trac-timingandestimation/distinfo @@ -1,2 +1,2 @@ -SHA256 (timingandestimationplugin-1.0.6b.tar.gz) = ebb118c95f8a0156c48b71511e0bcd5f6eebedae1d9a727b9bdf868707ce1a1c -SIZE (timingandestimationplugin-1.0.6b.tar.gz) = 64500 +SHA256 (timingandestimationplugin-1.0.8b.zip) = d12eea326e03a27aa7fc3bda5b75ed21749c071bb5cf2e74a4736c1c602ca252 +SIZE (timingandestimationplugin-1.0.8b.zip) = 88910 |