1 |
diff -Nrux .svn -x work /usr/ports/www/trac-gitplugin/Makefile trac-gitplugin/Makefile |
2 |
--- /usr/ports/www/trac-gitplugin/Makefile 2010-08-20 07:38:25.000000000 -0700 |
3 |
+++ trac-gitplugin/Makefile 2011-06-29 19:17:48.000000000 -0700 |
4 |
@@ -6,31 +6,30 @@ |
5 |
# |
6 |
|
7 |
PORTNAME= gitplugin |
8 |
-PORTVERSION= 0.12.0.2.7757 |
9 |
+PORTVERSION= 0.12.0.5 |
10 |
CATEGORIES= www devel python |
11 |
-MASTER_SITES= http://apt.douglasthrift.net/files/${PORTNAME}/ \ |
12 |
+MASTER_SITES= https://download.github.com/ \ |
13 |
+ http://apt.douglasthrift.net/files/${PORTNAME}/ \ |
14 |
http://code.douglasthrift.net/files/${PORTNAME}/ |
15 |
PKGNAMEPREFIX= trac- |
16 |
-DISTNAME= ${PORTNAME}-r${PORTVERSION:E} |
17 |
+DISTNAME= hvr-trac-git-plugin-v${PORTVERSION}-15-g${GITPLUGIN_HASH} |
18 |
|
19 |
MAINTAINER= douglas@douglasthrift.net |
20 |
COMMENT= Git plugin for Trac |
21 |
|
22 |
RUN_DEPENDS= git:${PORTSDIR}/devel/git \ |
23 |
tracd:${PORTSDIR}/www/trac |
24 |
-BUILD_DEPENDS= easy_install:${PORTSDIR}/devel/py-setuptools |
25 |
+ |
26 |
LICENSE= GPLv2 |
27 |
|
28 |
USE_PYTHON= yes |
29 |
USE_PYDISTUTILS= easy_install |
30 |
-USE_ZIP= yes |
31 |
PYDISTUTILS_PKGNAME= TracGit |
32 |
-PYDISTUTILS_PKGVERSION= ${PORTVERSION:R}dev |
33 |
-WRKSRC= ${WRKDIR}/${PORTNAME}/${PORTVERSION:C/(.[0-9]+){3}$//} |
34 |
+PYDISTUTILS_PKGVERSION= ${PORTVERSION}dev |
35 |
+WRKSRC= ${WRKDIR}/hvr-trac-git-plugin-${GITPLUGIN_HASH} |
36 |
|
37 |
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% |
38 |
|
39 |
-post-extract: |
40 |
- ${CHMOD} -R a+r ${WRKSRC} |
41 |
+GITPLUGIN_HASH= 2c21931 |
42 |
|
43 |
.include <bsd.port.mk> |
44 |
diff -Nrux .svn -x work /usr/ports/www/trac-gitplugin/distinfo trac-gitplugin/distinfo |
45 |
--- /usr/ports/www/trac-gitplugin/distinfo 2011-03-19 05:36:58.000000000 -0700 |
46 |
+++ trac-gitplugin/distinfo 2011-06-29 18:55:32.000000000 -0700 |
47 |
@@ -1,2 +1,2 @@ |
48 |
-SHA256 (gitplugin-r7757.zip) = d1575f382a0e132eac9e5aecfeca6329012f4c3a36d15c35d870d5bf763b8401 |
49 |
-SIZE (gitplugin-r7757.zip) = 73891 |
50 |
+SHA256 (hvr-trac-git-plugin-v0.12.0.5-15-g2c21931.tar.gz) = 41547119555cb0d1c0007d74d7846aec1609399a742fe710fb231308af4c4c5c |
51 |
+SIZE (hvr-trac-git-plugin-v0.12.0.5-15-g2c21931.tar.gz) = 23968 |