ports/144473: [maintainer-update][patch] devel/dulwich: Update to 0.5.0

Marco Bröder marco.broeder at gmx.eu
Thu Mar 4 17:40:02 UTC 2010


>Number:         144473
>Category:       ports
>Synopsis:       [maintainer-update][patch] devel/dulwich: Update to 0.5.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 04 17:40:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Marco Bröder
>Release:        RELENG_8 amd64
>Organization:
>Environment:
>Description:
- Update port to 0.5.0 release
- Remove one unneeded blank line

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff --git a/devel/dulwich/Makefile b/devel/dulwich/Makefile
index 349e97d..683c1de 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 c7df7b5..d2de962 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 a4fc9f7..d648423 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 at samba.org>
+ # Copyright (C) 2008-2010 Jelmer Vernooij <jelmer at 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 71dbb13..6339e3e 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


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list