aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorSahil Tandon <sahil@FreeBSD.org>2011-08-07 20:16:28 +0000
committerSahil Tandon <sahil@FreeBSD.org>2011-08-07 20:16:28 +0000
commitb9ffe2e0b60c778af6f6341d1034db91261be732 (patch)
tree25686cc37f530ab9934e0c6fa23540415c393172 /devel
parent69902348cf6dddace5e3fbfa0d454f44b43107f0 (diff)
downloadports-b9ffe2e0b60c778af6f6341d1034db91261be732.tar.gz
ports-b9ffe2e0b60c778af6f6341d1034db91261be732.zip
- Update to 0.8.0
PR: ports/159588 Submitted by: Marco Broeder <marco.broeder@gmx.eu> (maintainer)
Notes
Notes: svn path=/head/; revision=279153
Diffstat (limited to 'devel')
-rw-r--r--devel/dulwich/Makefile2
-rw-r--r--devel/dulwich/distinfo4
-rw-r--r--devel/dulwich/files/patch-setup.py13
-rw-r--r--devel/dulwich/pkg-plist9
4 files changed, 19 insertions, 9 deletions
diff --git a/devel/dulwich/Makefile b/devel/dulwich/Makefile
index 00a23e5be16d..4db8277257a0 100644
--- a/devel/dulwich/Makefile
+++ b/devel/dulwich/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= dulwich
-PORTVERSION= 0.7.1
+PORTVERSION= 0.8.0
CATEGORIES= devel python
MASTER_SITES= http://samba.org/~jelmer/${PORTNAME}/ \
http://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/
diff --git a/devel/dulwich/distinfo b/devel/dulwich/distinfo
index 7251869db732..81c80209e34e 100644
--- a/devel/dulwich/distinfo
+++ b/devel/dulwich/distinfo
@@ -1,2 +1,2 @@
-SHA256 (dulwich-0.7.1.tar.gz) = 24e393bdadd685608b61e0293719296d467b76917e2135822576246b988724b5
-SIZE (dulwich-0.7.1.tar.gz) = 164718
+SHA256 (dulwich-0.8.0.tar.gz) = 342f84c713839c9a2e24a7e7121cf150a6f53da08224b66da6125fd09bd2886f
+SIZE (dulwich-0.8.0.tar.gz) = 183532
diff --git a/devel/dulwich/files/patch-setup.py b/devel/dulwich/files/patch-setup.py
index 04fcce8bb120..53cc76242f40 100644
--- a/devel/dulwich/files/patch-setup.py
+++ b/devel/dulwich/files/patch-setup.py
@@ -1,12 +1,13 @@
---- ./setup.py.orig 2010-03-03 16:33:52.000000000 +0100
-+++ ./setup.py 2010-03-03 21:13:31.000000000 +0100
-@@ -3,8 +3,5 @@
- # Copyright (C) 2008-2010 Jelmer Vernooij <jelmer@samba.org>
-
+--- ./setup.py.orig 2011-08-07 14:43:22.000000000 +0200
++++ ./setup.py 2011-08-07 19:49:46.126136349 +0200
+@@ -4,8 +4,4 @@
+
-try:
- from setuptools import setup, Extension
+- has_setuptools = True
-except ImportError:
- from distutils.core import setup, Extension
+- has_setuptools = False
+from distutils.core import setup, Extension
++has_setuptools = False
from distutils.core import Distribution
-
diff --git a/devel/dulwich/pkg-plist b/devel/dulwich/pkg-plist
index dde8742dc1a0..cb2d109b460a 100644
--- a/devel/dulwich/pkg-plist
+++ b/devel/dulwich/pkg-plist
@@ -55,6 +55,9 @@ bin/dulwich
%%PYTHON_SITELIBDIR%%/dulwich/server.py
%%PYTHON_SITELIBDIR%%/dulwich/server.pyc
%%PYTHON_SITELIBDIR%%/dulwich/server.pyo
+%%PYTHON_SITELIBDIR%%/dulwich/walk.py
+%%PYTHON_SITELIBDIR%%/dulwich/walk.pyc
+%%PYTHON_SITELIBDIR%%/dulwich/walk.pyo
%%PYTHON_SITELIBDIR%%/dulwich/web.py
%%PYTHON_SITELIBDIR%%/dulwich/web.pyc
%%PYTHON_SITELIBDIR%%/dulwich/web.pyo
@@ -103,9 +106,15 @@ bin/dulwich
%%PYTHON_SITELIBDIR%%/dulwich/tests/test_server.py
%%PYTHON_SITELIBDIR%%/dulwich/tests/test_server.pyc
%%PYTHON_SITELIBDIR%%/dulwich/tests/test_server.pyo
+%%PYTHON_SITELIBDIR%%/dulwich/tests/test_walk.py
+%%PYTHON_SITELIBDIR%%/dulwich/tests/test_walk.pyc
+%%PYTHON_SITELIBDIR%%/dulwich/tests/test_walk.pyo
%%PYTHON_SITELIBDIR%%/dulwich/tests/test_web.py
%%PYTHON_SITELIBDIR%%/dulwich/tests/test_web.pyc
%%PYTHON_SITELIBDIR%%/dulwich/tests/test_web.pyo
+%%PYTHON_SITELIBDIR%%/dulwich/tests/test_utils.py
+%%PYTHON_SITELIBDIR%%/dulwich/tests/test_utils.pyc
+%%PYTHON_SITELIBDIR%%/dulwich/tests/test_utils.pyo
%%PYTHON_SITELIBDIR%%/dulwich/tests/utils.py
%%PYTHON_SITELIBDIR%%/dulwich/tests/utils.pyc
%%PYTHON_SITELIBDIR%%/dulwich/tests/utils.pyo