ports/159588: [maintainer-update] [patch] devel/dulwich: Update to 0.8.0

Marco Bröder marco.broeder at gmx.eu
Sun Aug 7 18:30:13 UTC 2011


>Number:         159588
>Category:       ports
>Synopsis:       [maintainer-update] [patch] devel/dulwich: Update to 0.8.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:   Sun Aug 07 18:30:12 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Marco Bröder
>Release:        stable/8 amd64
>Organization:
>Environment:
>Description:
Update to 0.8.0 release.

Successful tested: portlint -C, tinderbox build, pkg_add / pkg_delete, runtime

Thanks!

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff --git a/devel/dulwich/Makefile b/devel/dulwich/Makefile
index 1860d5b..6c26a69 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 7251869..81c8020 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 04fcce8..53cc762 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 at 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 dde8742..cb2d109 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


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



More information about the freebsd-ports-bugs mailing list