View | Details | Raw Unified | Return to bug 148766 | Differences between
and this patch

Collapse All | Expand All

(-)b/devel/dulwich/Makefile (-1 / +4 lines)
Lines 8-14 Link Here
8
PORTNAME=	dulwich
8
PORTNAME=	dulwich
9
PORTVERSION=	0.6.0
9
PORTVERSION=	0.6.0
10
CATEGORIES=	devel python
10
CATEGORIES=	devel python
11
MASTER_SITES=	http://samba.org/~jelmer/${PORTNAME}/
11
MASTER_SITES=	http://samba.org/~jelmer/${PORTNAME}/ \
12
		http://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/
12
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
13
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
13
14
14
MAINTAINER=	marco.broeder@gmx.eu
15
MAINTAINER=	marco.broeder@gmx.eu
Lines 17-22 COMMENT= Pure-Python implementation of the Git file formats and protocols Link Here
17
USE_PYTHON=	yes
18
USE_PYTHON=	yes
18
USE_PYDISTUTILS=yes
19
USE_PYDISTUTILS=yes
19
20
21
FETCH_ARGS=	-pRr	# default '-ApRr' prevents 302 redirects by launchpad
22
20
.ifndef (NOPORTDOCS)
23
.ifndef (NOPORTDOCS)
21
PORTDOCS=	AUTHORS COPYING HACKING NEWS README
24
PORTDOCS=	AUTHORS COPYING HACKING NEWS README
22
.endif
25
.endif
(-)b/devel/dulwich/files/patch-setup.py (-3 / +1 lines)
Lines 1-7 Link Here
1
--- ./setup.py.orig     2010-03-03 16:33:52.000000000 +0100
1
--- ./setup.py.orig     2010-03-03 16:33:52.000000000 +0100
2
+++ ./setup.py  2010-03-03 21:13:31.000000000 +0100
2
+++ ./setup.py  2010-03-03 21:13:31.000000000 +0100
3
@@ -2,10 +2,7 @@
3
@@ -3,8 +3,5 @@
4
 # Setup file for bzr-git
5
 # Copyright (C) 2008-2010 Jelmer Vernooij <jelmer@samba.org>
4
 # Copyright (C) 2008-2010 Jelmer Vernooij <jelmer@samba.org>
6
5
7
-try:
6
-try:
Lines 11-14 Link Here
11
+from distutils.core import setup, Extension
10
+from distutils.core import setup, Extension
12
 from distutils.core import Distribution
11
 from distutils.core import Distribution
13
12
14
 dulwich_version_string = '0.6.0'

Return to bug 148766