diff options
author | sylvio <sylvio@FreeBSD.org> | 2010-08-20 22:38:25 +0800 |
---|---|---|
committer | sylvio <sylvio@FreeBSD.org> | 2010-08-20 22:38:25 +0800 |
commit | 9254c66d14cda7ddac3f88b791ae68499fb4c038 (patch) | |
tree | 66d423ec5c88c1a0f83afe4c6d6a1c00e6fc861e /www | |
parent | 542803da8d91c07358b85e3451577a2688272ebc (diff) | |
download | freebsd-ports-gnome-9254c66d14cda7ddac3f88b791ae68499fb4c038.tar.gz freebsd-ports-gnome-9254c66d14cda7ddac3f88b791ae68499fb4c038.tar.zst freebsd-ports-gnome-9254c66d14cda7ddac3f88b791ae68499fb4c038.zip |
- Update to trac-0.12
PR: ports/148872
Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/trac-gitplugin/Makefile | 8 | ||||
-rw-r--r-- | www/trac-gitplugin/distinfo | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/trac-gitplugin/Makefile b/www/trac-gitplugin/Makefile index 7fedcfb55f87..850f3d00bd5f 100644 --- a/www/trac-gitplugin/Makefile +++ b/www/trac-gitplugin/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gitplugin -PORTVERSION= 0.11.0.2.7034 -PORTREVISION= 2 +PORTVERSION= 0.12.0.2.7757 CATEGORIES= www devel python MASTER_SITES= http://apt.douglasthrift.net/files/${PORTNAME}/ \ http://code.douglasthrift.net/files/${PORTNAME}/ @@ -20,17 +19,18 @@ COMMENT= Git plugin for Trac RUN_DEPENDS= git:${PORTSDIR}/devel/git \ tracd:${PORTSDIR}/www/trac BUILD_DEPENDS= easy_install:${PORTSDIR}/devel/py-setuptools +LICENSE= GPLv2 USE_PYTHON= yes USE_PYDISTUTILS= easy_install USE_ZIP= yes PYDISTUTILS_PKGNAME= TracGit -PYDISTUTILS_PKGVERSION= ${PORTVERSION:R} +PYDISTUTILS_PKGVERSION= ${PORTVERSION:R}dev WRKSRC= ${WRKDIR}/${PORTNAME}/${PORTVERSION:C/(.[0-9]+){3}$//} PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% -pre-configure: +post-extract: ${CHMOD} -R a+r ${WRKSRC} .include <bsd.port.mk> diff --git a/www/trac-gitplugin/distinfo b/www/trac-gitplugin/distinfo index fe31fbc4a1cc..e875fb45f5ae 100644 --- a/www/trac-gitplugin/distinfo +++ b/www/trac-gitplugin/distinfo @@ -1,3 +1,3 @@ -MD5 (gitplugin-r7034.zip) = aa97d9343a43be86f1701375f9a90c1d -SHA256 (gitplugin-r7034.zip) = 1ece50a8a0870e860af24d6d91da7d6140f0a716ba79856514a6fd8532d152ab -SIZE (gitplugin-r7034.zip) = 32645 +MD5 (gitplugin-r7757.zip) = 5c37e9d916e01802d00cb13160336e98 +SHA256 (gitplugin-r7757.zip) = d1575f382a0e132eac9e5aecfeca6329012f4c3a36d15c35d870d5bf763b8401 +SIZE (gitplugin-r7757.zip) = 73891 |