From nobody@FreeBSD.org  Sun Jun  2 09:03:56 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id 74371D94
	for <freebsd-gnats-submit@FreeBSD.org>; Sun,  2 Jun 2013 09:03:56 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121])
	by mx1.freebsd.org (Postfix) with ESMTP id 656001C47
	for <freebsd-gnats-submit@FreeBSD.org>; Sun,  2 Jun 2013 09:03:56 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r5293uru022827
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 2 Jun 2013 09:03:56 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r5293uNs022821;
	Sun, 2 Jun 2013 09:03:56 GMT
	(envelope-from nobody)
Message-Id: <201306020903.r5293uNs022821@oldred.freebsd.org>
Date: Sun, 2 Jun 2013 09:03:56 GMT
From: Marco Brder <marco.broeder@gmx.eu>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [maintainer-update] [patch] devel/dulwich: Update to 0.9.0 release
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         179196
>Category:       ports
>Synopsis:       [maintainer-update] [patch] devel/dulwich: Update to 0.9.0 release
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    wg
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 02 09:10:00 UTC 2013
>Closed-Date:    Sun Jun 09 12:57:49 UTC 2013
>Last-Modified:  Sun Jun 09 12:57:49 UTC 2013
>Originator:     Marco Brder
>Release:        stable/9 amd64
>Organization:
>Environment:
>Description:
- Update to 0.9.0 release
- Remove Launchpad mirror and now unnecessary FETCH_ARGS (they did not mirror
the distfiles since the last four releases)
- Update website URL

If there are questions, please ask. Tinderbox logs available.

https://redports.org/buildarchive/20130602075400-53781/

Thanks!

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff --git a/devel/dulwich/Makefile b/devel/dulwich/Makefile
index d911c4a..da8bbc7 100644
--- a/devel/dulwich/Makefile
+++ b/devel/dulwich/Makefile
@@ -2,10 +2,9 @@
 # $FreeBSD: ports/devel/dulwich/Makefile,v 1.18 2012/12/16 12:09:06 svnexp Exp $
 
 PORTNAME=	dulwich
-PORTVERSION=	0.8.7
+PORTVERSION=	0.9.0
 CATEGORIES=	devel python
-MASTER_SITES=	http://samba.org/~jelmer/${PORTNAME}/ \
-		http://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/
+MASTER_SITES=	http://www.samba.org/~jelmer/${PORTNAME}/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	marco.broeder@gmx.eu
@@ -17,13 +16,11 @@ LICENSE_COMB=	dual
 MAKE_JOBS_SAFE=	yes
 
 PORTDOCS=	AUTHORS HACKING NEWS README introduction.txt \
-		object-store.txt protocol.txt remote.txt repo.txt
+		object-store.txt protocol.txt remote.txt repo.txt tag.txt
 
 USE_PYTHON=	-2.7
 USE_PYDISTUTILS=yes
 
-FETCH_ARGS=	-Fpr	# default '-AFpr' prevents 302 redirects by launchpad
-
 OPTIONSFILE=	${PORT_DBDIR}/${PORTNAME}/options
 OPTIONS_DEFINE=	DOCS
 OPTIONS_DEFAULT=DOCS
diff --git a/devel/dulwich/distinfo b/devel/dulwich/distinfo
index 7183731..191a928 100644
--- a/devel/dulwich/distinfo
+++ b/devel/dulwich/distinfo
@@ -1,2 +1,2 @@
-SHA256 (dulwich-0.8.7.tar.gz) = 7ba336d0100b90baf843b20d71fedc8a92e36de41c1acdebe4cba12e76b93810
-SIZE (dulwich-0.8.7.tar.gz) = 208639
+SHA256 (dulwich-0.9.0.tar.gz) = bc6df3634216d01064d86c0bad8b39f26802dbfe37d34f1b0edf8a60c4ca8f25
+SIZE (dulwich-0.9.0.tar.gz) = 221697
diff --git a/devel/dulwich/pkg-descr b/devel/dulwich/pkg-descr
index 7acabe2..728b27f 100644
--- a/devel/dulwich/pkg-descr
+++ b/devel/dulwich/pkg-descr
@@ -4,4 +4,4 @@ It aims to give an interface to git repos that doesn't call out to git directly
 but instead uses pure Python. It is based on the Python-Git module released by
 James Westby.
 
-WWW: http://samba.org/~jelmer/dulwich/
+WWW: http://www.samba.org/~jelmer/dulwich/
diff --git a/devel/dulwich/pkg-plist b/devel/dulwich/pkg-plist
index 5bc378e..7c74bd0 100644
--- a/devel/dulwich/pkg-plist
+++ b/devel/dulwich/pkg-plist
@@ -28,6 +28,9 @@ bin/dulwich
 %%PYTHON_SITELIBDIR%%/dulwich/file.py
 %%PYTHON_SITELIBDIR%%/dulwich/file.pyc
 %%PYTHON_SITELIBDIR%%/dulwich/file.pyo
+%%PYTHON_SITELIBDIR%%/dulwich/hooks.py
+%%PYTHON_SITELIBDIR%%/dulwich/hooks.pyc
+%%PYTHON_SITELIBDIR%%/dulwich/hooks.pyo
 %%PYTHON_SITELIBDIR%%/dulwich/index.py
 %%PYTHON_SITELIBDIR%%/dulwich/index.pyc
 %%PYTHON_SITELIBDIR%%/dulwich/index.pyo
@@ -85,12 +88,18 @@ bin/dulwich
 %%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_hooks.py
+%%PYTHON_SITELIBDIR%%/dulwich/tests/test_hooks.pyc
+%%PYTHON_SITELIBDIR%%/dulwich/tests/test_hooks.pyo
 %%PYTHON_SITELIBDIR%%/dulwich/tests/test_index.py
 %%PYTHON_SITELIBDIR%%/dulwich/tests/test_index.pyc
 %%PYTHON_SITELIBDIR%%/dulwich/tests/test_index.pyo
 %%PYTHON_SITELIBDIR%%/dulwich/tests/test_lru_cache.py
 %%PYTHON_SITELIBDIR%%/dulwich/tests/test_lru_cache.pyc
 %%PYTHON_SITELIBDIR%%/dulwich/tests/test_lru_cache.pyo
+%%PYTHON_SITELIBDIR%%/dulwich/tests/test_missing_obj_finder.py
+%%PYTHON_SITELIBDIR%%/dulwich/tests/test_missing_obj_finder.pyc
+%%PYTHON_SITELIBDIR%%/dulwich/tests/test_missing_obj_finder.pyo
 %%PYTHON_SITELIBDIR%%/dulwich/tests/test_object_store.py
 %%PYTHON_SITELIBDIR%%/dulwich/tests/test_object_store.pyc
 %%PYTHON_SITELIBDIR%%/dulwich/tests/test_object_store.pyo


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->wg 
Responsible-Changed-By: wg 
Responsible-Changed-When: Sun Jun 9 12:40:10 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=179196 
State-Changed-From-To: open->closed 
State-Changed-By: wg 
State-Changed-When: Sun Jun 9 12:57:48 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=179196 
>Unformatted:
