diff options
author | matthew <matthew@FreeBSD.org> | 2016-01-19 22:26:23 +0800 |
---|---|---|
committer | matthew <matthew@FreeBSD.org> | 2016-01-19 22:26:23 +0800 |
commit | a49885c894b213022179580e1239b182bc4219c9 (patch) | |
tree | 43c0d1e66bba254be24b268e6ff2333cc3b28eab /www/trac/Makefile | |
parent | fcf28abfe1664b92b47f1ca9e1fd04b3ffd31cc6 (diff) | |
download | freebsd-ports-graphics-a49885c894b213022179580e1239b182bc4219c9.tar.gz freebsd-ports-graphics-a49885c894b213022179580e1239b182bc4219c9.tar.zst freebsd-ports-graphics-a49885c894b213022179580e1239b182bc4219c9.zip |
Update to 1.0.9
ReleaseNotes: http://trac.edgewall.org/wiki/TracDev/ReleaseNotes/1.0#MaintenanceRelease
PR: 205954
Submitted by: matthew
Approved by: antont@inbox.lv (maintainer)
Diffstat (limited to 'www/trac/Makefile')
-rw-r--r-- | www/trac/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/trac/Makefile b/www/trac/Makefile index aa378fea968..5fc85460726 100644 --- a/www/trac/Makefile +++ b/www/trac/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= trac -PORTVERSION= 1.0.4 +PORTVERSION= 1.0.9 CATEGORIES= www devel python MASTER_SITES= http://ftp.edgewall.com/pub/trac/ \ ftp://ftp.edgewall.com/pub/trac/ @@ -33,12 +33,11 @@ PGSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>0:${PORTSDIR}/databases/py-ps SQLITE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 SVN_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}subversion>0:${PORTSDIR}/devel/py-subversion -CONFLICTS= ja-trac-[0-9]* PORTEXAMPLES= * PORTDATA= * MAKE_ENV= HOME=/dev/null -USES= python:2 shebangfix +USES= python:-2.7 shebangfix SHEBANG_FILES= contrib/cgi-bin/trac.fcgi contrib/cgi-bin/trac.cgi \ trac/tests/functional/better_twill.py trac/tests/functional/tester.py \ trac/tests/functional/testenv.py trac/tests/functional/compat.py \ |