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

Collapse All | Expand All

(-)b/devel/dulwich/Makefile (-2 / +5 lines)
Lines 6-14 Link Here
6
#
6
#
7
7
8
PORTNAME=	dulwich
8
PORTNAME=	dulwich
9
PORTVERSION=	0.6.0
9
PORTVERSION=	0.6.1
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/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (dulwich-0.6.0.tar.gz) = ea3ed7198ce154cf05784a3f75b4013f
1
MD5 (dulwich-0.6.1.tar.gz) = 57013775371f8512aa9568e2e4bab862
2
SHA256 (dulwich-0.6.0.tar.gz) = 7f4944093428a21a1a6962aa1f00972527abc7f4c93e3fa257df05786a75e790
2
SHA256 (dulwich-0.6.1.tar.gz) = 452cbd46c798b10f01dcc1da16c38c40554ae5434018b9874f406fadfcdc5ce9
3
SIZE (dulwich-0.6.0.tar.gz) = 127143
3
SIZE (dulwich-0.6.1.tar.gz) = 131372
(-)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'
(-)b/devel/dulwich/pkg-plist (+3 lines)
Lines 21-26 bin/dulwich Link Here
21
%%PYTHON_SITELIBDIR%%/dulwich/index.py
21
%%PYTHON_SITELIBDIR%%/dulwich/index.py
22
%%PYTHON_SITELIBDIR%%/dulwich/index.pyc
22
%%PYTHON_SITELIBDIR%%/dulwich/index.pyc
23
%%PYTHON_SITELIBDIR%%/dulwich/index.pyo
23
%%PYTHON_SITELIBDIR%%/dulwich/index.pyo
24
%%PYTHON_SITELIBDIR%%/dulwich/log_utils.py
25
%%PYTHON_SITELIBDIR%%/dulwich/log_utils.pyc
26
%%PYTHON_SITELIBDIR%%/dulwich/log_utils.pyo
24
%%PYTHON_SITELIBDIR%%/dulwich/lru_cache.py
27
%%PYTHON_SITELIBDIR%%/dulwich/lru_cache.py
25
%%PYTHON_SITELIBDIR%%/dulwich/lru_cache.pyc
28
%%PYTHON_SITELIBDIR%%/dulwich/lru_cache.pyc
26
%%PYTHON_SITELIBDIR%%/dulwich/lru_cache.pyo
29
%%PYTHON_SITELIBDIR%%/dulwich/lru_cache.pyo

Return to bug 148766