aboutsummaryrefslogtreecommitdiff
path: root/devel/dulwich
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2010-01-04 00:50:08 +0000
committerWen Heping <wen@FreeBSD.org>2010-01-04 00:50:08 +0000
commitdecda97ed08a7c4b60223d956f80d65522f3d7e9 (patch)
treea2ad56f27926af6909837b6d3b4b5b05a690c53f /devel/dulwich
parentff8eaf6eb7318137f834490dfb5e6cb6ecf3c38d (diff)
downloadports-decda97ed08a7c4b60223d956f80d65522f3d7e9.tar.gz
ports-decda97ed08a7c4b60223d956f80d65522f3d7e9.zip
Notes
Diffstat (limited to 'devel/dulwich')
-rw-r--r--devel/dulwich/Makefile2
-rw-r--r--devel/dulwich/distinfo6
-rw-r--r--devel/dulwich/files/patch-setup.py15
-rw-r--r--devel/dulwich/pkg-plist3
4 files changed, 22 insertions, 4 deletions
diff --git a/devel/dulwich/Makefile b/devel/dulwich/Makefile
index ef9ba6d44d2c..f7cef887ba8d 100644
--- a/devel/dulwich/Makefile
+++ b/devel/dulwich/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= dulwich
-PORTVERSION= 0.4.0
+PORTVERSION= 0.4.1
CATEGORIES= devel python
MASTER_SITES= http://samba.org/~jelmer/${PORTNAME}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/dulwich/distinfo b/devel/dulwich/distinfo
index 0f06474c5901..c7df7b5dbc2f 100644
--- a/devel/dulwich/distinfo
+++ b/devel/dulwich/distinfo
@@ -1,3 +1,3 @@
-MD5 (dulwich-0.4.0.tar.gz) = 579f2c60b0cdf05774da9842d5580c1f
-SHA256 (dulwich-0.4.0.tar.gz) = 03c082349f934c332df98072d711874953e1134f17504dc51c16084cf0a81565
-SIZE (dulwich-0.4.0.tar.gz) = 73140
+MD5 (dulwich-0.4.1.tar.gz) = ffa4b48682f43f47dcf70968cfc45133
+SHA256 (dulwich-0.4.1.tar.gz) = 002e6731b8dd12de92d5059efbeb6f4881cb0345236e98bd7e50f1ff0141c452
+SIZE (dulwich-0.4.1.tar.gz) = 75577
diff --git a/devel/dulwich/files/patch-setup.py b/devel/dulwich/files/patch-setup.py
new file mode 100644
index 000000000000..a4fc9f725b2d
--- /dev/null
+++ b/devel/dulwich/files/patch-setup.py
@@ -0,0 +1,15 @@
+--- ./setup.py.orig 2010-01-03 19:09:07.000000000 +0100
++++ ./setup.py 2010-01-03 19:09:19.000000000 +0100
+@@ -2,10 +2,7 @@
+ # Setup file for bzr-git
+ # Copyright (C) 2008-2009 Jelmer Vernooij <jelmer@samba.org>
+
+-try:
+- from setuptools import setup
+-except ImportError:
+- from distutils.core import setup
++from distutils.core import setup
+ from distutils.extension import Extension
+
+ dulwich_version_string = '0.4.1'
+
diff --git a/devel/dulwich/pkg-plist b/devel/dulwich/pkg-plist
index d8df96e50fcb..71dbb1396374 100644
--- a/devel/dulwich/pkg-plist
+++ b/devel/dulwich/pkg-plist
@@ -29,6 +29,9 @@ bin/dulwich
%%PYTHON_SITELIBDIR%%/dulwich/pack.py
%%PYTHON_SITELIBDIR%%/dulwich/pack.pyc
%%PYTHON_SITELIBDIR%%/dulwich/pack.pyo
+%%PYTHON_SITELIBDIR%%/dulwich/patch.py
+%%PYTHON_SITELIBDIR%%/dulwich/patch.pyc
+%%PYTHON_SITELIBDIR%%/dulwich/patch.pyo
%%PYTHON_SITELIBDIR%%/dulwich/protocol.py
%%PYTHON_SITELIBDIR%%/dulwich/protocol.pyc
%%PYTHON_SITELIBDIR%%/dulwich/protocol.pyo