ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/pack/freebsd/www/trac-gitplugin.patch
(Generate patch)

Comparing freebsd/www/trac-gitplugin.patch (file contents):
Revision 448 by douglas, 2010-07-23T08:14:53-07:00 vs.
Revision 449 by douglas, 2011-06-29T19:23:20-07:00

# Line 1 | Line 1
1   diff -Nrux .svn -x work /usr/ports/www/trac-gitplugin/Makefile trac-gitplugin/Makefile
2 < --- /usr/ports/www/trac-gitplugin/Makefile      2010-05-17 21:07:58.000000000 -0700
3 < +++ trac-gitplugin/Makefile     2010-07-23 08:12:03.000000000 -0700
4 < @@ -6,8 +6,7 @@
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.11.0.2.7034
9 < -PORTREVISION=  2
10 < +PORTVERSION=   0.12.0.2.7757
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}/ \
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 < @@ -21,16 +20,18 @@
16 <                tracd:${PORTSDIR}/www/trac
17 < BUILD_DEPENDS= easy_install:${PORTSDIR}/devel/py-setuptools
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 < +LICENSE=       GPLv2
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
30 > -USE_ZIP=               yes
31   PYDISTUTILS_PKGNAME=   TracGit
32 < -PYDISTUTILS_PKGVERSION=        ${PORTVERSION:R}
33 < +PYDISTUTILS_PKGVERSION=        ${PORTVERSION:R}dev
34 < WRKSRC=                        ${WRKDIR}/${PORTNAME}/${PORTVERSION:C/(.[0-9]+){3}$//}
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 < -pre-configure:
40 < +post-extract:
41 <        ${CHMOD} -R a+r ${WRKSRC}
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      2009-11-04 02:18:03.000000000 -0800
46 < +++ trac-gitplugin/distinfo     2010-07-23 07:54:29.000000000 -0700
47 < @@ -1,3 +1,3 @@
48 < -MD5 (gitplugin-r7034.zip) = aa97d9343a43be86f1701375f9a90c1d
49 < -SHA256 (gitplugin-r7034.zip) = 1ece50a8a0870e860af24d6d91da7d6140f0a716ba79856514a6fd8532d152ab
50 < -SIZE (gitplugin-r7034.zip) = 32645
51 < +MD5 (gitplugin-r7757.zip) = 5c37e9d916e01802d00cb13160336e98
43 < +SHA256 (gitplugin-r7757.zip) = d1575f382a0e132eac9e5aecfeca6329012f4c3a36d15c35d870d5bf763b8401
44 < +SIZE (gitplugin-r7757.zip) = 73891
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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines