aboutsummaryrefslogtreecommitdiff
path: root/devel/dulwich
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2010-03-06 01:41:24 +0000
committerWesley Shields <wxs@FreeBSD.org>2010-03-06 01:41:24 +0000
commit3d096ce41fe6bef3cccc50dc2e3e269b72d5d414 (patch)
treebc2a90debcf2cb5279bd8b6f23c16f06ef9c4019 /devel/dulwich
parentce049b5098cb4c8998392b6c37427192d8217fbc (diff)
downloadports-3d096ce41fe6bef3cccc50dc2e3e269b72d5d414.tar.gz
ports-3d096ce41fe6bef3cccc50dc2e3e269b72d5d414.zip
- Update to 0.5.0
PR: ports/144473 Submitted by: Marco Bröder <marco.broeder@gmx.eu> (maintainer) Feature safe: yes
Notes
Notes: svn path=/head/; revision=250611
Diffstat (limited to 'devel/dulwich')
-rw-r--r--devel/dulwich/Makefile3
-rw-r--r--devel/dulwich/distinfo6
-rw-r--r--devel/dulwich/files/patch-setup.py17
-rw-r--r--devel/dulwich/pkg-plist16
4 files changed, 28 insertions, 14 deletions
diff --git a/devel/dulwich/Makefile b/devel/dulwich/Makefile
index f7cef887ba8d..8ad481e0a15f 100644
--- a/devel/dulwich/Makefile
+++ b/devel/dulwich/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= dulwich
-PORTVERSION= 0.4.1
+PORTVERSION= 0.5.0
CATEGORIES= devel python
MASTER_SITES= http://samba.org/~jelmer/${PORTNAME}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -24,7 +24,6 @@ PORTDOCS= AUTHORS COPYING HACKING NEWS README
post-patch:
${REINPLACE_CMD} -e 's|PYTHON = python|PYTHON = /usr/bin/env python|g; \
s|/usr|${PREFIX}|g' ${WRKSRC}/Makefile
-
${REINPLACE_CMD} -e 's|/usr/bin/python|/usr/bin/env python|g' \
${WRKSRC}/setup.py
diff --git a/devel/dulwich/distinfo b/devel/dulwich/distinfo
index c7df7b5dbc2f..d2de962637a1 100644
--- a/devel/dulwich/distinfo
+++ b/devel/dulwich/distinfo
@@ -1,3 +1,3 @@
-MD5 (dulwich-0.4.1.tar.gz) = ffa4b48682f43f47dcf70968cfc45133
-SHA256 (dulwich-0.4.1.tar.gz) = 002e6731b8dd12de92d5059efbeb6f4881cb0345236e98bd7e50f1ff0141c452
-SIZE (dulwich-0.4.1.tar.gz) = 75577
+MD5 (dulwich-0.5.0.tar.gz) = 811e77a8f1deb6f4bcaca6597b7367a5
+SHA256 (dulwich-0.5.0.tar.gz) = f12fd2f5fc10365247115e940f82d467492967e3f745a4d1ecc011118cea2cc7
+SIZE (dulwich-0.5.0.tar.gz) = 94101
diff --git a/devel/dulwich/files/patch-setup.py b/devel/dulwich/files/patch-setup.py
index a4fc9f725b2d..d64842342f45 100644
--- a/devel/dulwich/files/patch-setup.py
+++ b/devel/dulwich/files/patch-setup.py
@@ -1,15 +1,14 @@
---- ./setup.py.orig 2010-01-03 19:09:07.000000000 +0100
-+++ ./setup.py 2010-01-03 19:09:19.000000000 +0100
+--- ./setup.py.orig 2010-03-03 16:33:52.000000000 +0100
++++ ./setup.py 2010-03-03 21:13:31.000000000 +0100
@@ -2,10 +2,7 @@
# Setup file for bzr-git
- # Copyright (C) 2008-2009 Jelmer Vernooij <jelmer@samba.org>
+ # Copyright (C) 2008-2010 Jelmer Vernooij <jelmer@samba.org>
-try:
-- from setuptools import setup
+- from setuptools import setup, Extension
-except ImportError:
-- from distutils.core import setup
-+from distutils.core import setup
- from distutils.extension import Extension
-
- dulwich_version_string = '0.4.1'
+- from distutils.core import setup, Extension
++from distutils.core import setup, Extension
+ from distutils.core import Distribution
+ dulwich_version_string = '0.5.0'
diff --git a/devel/dulwich/pkg-plist b/devel/dulwich/pkg-plist
index 71dbb1396374..6339e3e71c0d 100644
--- a/devel/dulwich/pkg-plist
+++ b/devel/dulwich/pkg-plist
@@ -1,4 +1,5 @@
bin/dul-daemon
+bin/dul-web
bin/dulwich
%%PYTHON_SITELIBDIR%%/dulwich/__init__.py
%%PYTHON_SITELIBDIR%%/dulwich/__init__.pyc
@@ -11,6 +12,9 @@ bin/dulwich
%%PYTHON_SITELIBDIR%%/dulwich/errors.py
%%PYTHON_SITELIBDIR%%/dulwich/errors.pyc
%%PYTHON_SITELIBDIR%%/dulwich/errors.pyo
+%%PYTHON_SITELIBDIR%%/dulwich/file.py
+%%PYTHON_SITELIBDIR%%/dulwich/file.pyc
+%%PYTHON_SITELIBDIR%%/dulwich/file.pyo
%%PYTHON_SITELIBDIR%%/dulwich/index.py
%%PYTHON_SITELIBDIR%%/dulwich/index.pyc
%%PYTHON_SITELIBDIR%%/dulwich/index.pyo
@@ -41,12 +45,18 @@ bin/dulwich
%%PYTHON_SITELIBDIR%%/dulwich/server.py
%%PYTHON_SITELIBDIR%%/dulwich/server.pyc
%%PYTHON_SITELIBDIR%%/dulwich/server.pyo
+%%PYTHON_SITELIBDIR%%/dulwich/web.py
+%%PYTHON_SITELIBDIR%%/dulwich/web.pyc
+%%PYTHON_SITELIBDIR%%/dulwich/web.pyo
%%PYTHON_SITELIBDIR%%/dulwich/tests/__init__.py
%%PYTHON_SITELIBDIR%%/dulwich/tests/__init__.pyc
%%PYTHON_SITELIBDIR%%/dulwich/tests/__init__.pyo
%%PYTHON_SITELIBDIR%%/dulwich/tests/test_client.py
%%PYTHON_SITELIBDIR%%/dulwich/tests/test_client.pyc
%%PYTHON_SITELIBDIR%%/dulwich/tests/test_client.pyo
+%%PYTHON_SITELIBDIR%%/dulwich/tests/test_file.py
+%%PYTHON_SITELIBDIR%%/dulwich/tests/test_file.pyc
+%%PYTHON_SITELIBDIR%%/dulwich/tests/test_file.pyo
%%PYTHON_SITELIBDIR%%/dulwich/tests/test_index.py
%%PYTHON_SITELIBDIR%%/dulwich/tests/test_index.pyc
%%PYTHON_SITELIBDIR%%/dulwich/tests/test_index.pyo
@@ -68,5 +78,11 @@ bin/dulwich
%%PYTHON_SITELIBDIR%%/dulwich/tests/test_repository.py
%%PYTHON_SITELIBDIR%%/dulwich/tests/test_repository.pyc
%%PYTHON_SITELIBDIR%%/dulwich/tests/test_repository.pyo
+%%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_web.py
+%%PYTHON_SITELIBDIR%%/dulwich/tests/test_web.pyc
+%%PYTHON_SITELIBDIR%%/dulwich/tests/test_web.pyo
@dirrm %%PYTHON_SITELIBDIR%%/dulwich/tests
@dirrm %%PYTHON_SITELIBDIR%%/dulwich