From nobody@FreeBSD.org  Thu Mar  4 17:37:06 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id F048E106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  4 Mar 2010 17:37:06 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id DEF2E8FC14
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  4 Mar 2010 17:37:06 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o24Hb6Nq091025
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 4 Mar 2010 17:37:06 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o24Hb6pb091024;
	Thu, 4 Mar 2010 17:37:06 GMT
	(envelope-from nobody)
Message-Id: <201003041737.o24Hb6pb091024@www.freebsd.org>
Date: Thu, 4 Mar 2010 17:37:06 GMT
From: Marco Brder <marco.broeder@gmx.eu>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [maintainer-update][patch] devel/dulwich: Update to 0.5.0
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         144473
>Category:       ports
>Synopsis:       [maintainer-update][patch] devel/dulwich: Update to 0.5.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    wxs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 04 17:40:01 UTC 2010
>Closed-Date:    Sat Mar 06 01:43:02 UTC 2010
>Last-Modified:  Sat Mar  6 01:50:01 UTC 2010
>Originator:     Marco Brder
>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@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 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:
Responsible-Changed-From-To: freebsd-ports-bugs->wxs 
Responsible-Changed-By: wxs 
Responsible-Changed-When: Thu Mar 4 19:40:30 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=144473 
State-Changed-From-To: open->closed 
State-Changed-By: wxs 
State-Changed-When: Sat Mar 6 01:43:01 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=144473 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/144473: commit references a PR
Date: Sat,  6 Mar 2010 01:41:33 +0000 (UTC)

 wxs         2010-03-06 01:41:24 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/dulwich        Makefile distinfo pkg-plist 
     devel/dulwich/files  patch-setup.py 
   Log:
   - Update to 0.5.0
   
   PR:             ports/144473
   Submitted by:   Marco Bröder <marco.broeder@gmx.eu> (maintainer)
   Feature safe:   yes
   
   Revision  Changes    Path
   1.3       +1 -2      ports/devel/dulwich/Makefile
   1.3       +3 -3      ports/devel/dulwich/distinfo
   1.2       +8 -9      ports/devel/dulwich/files/patch-setup.py
   1.3       +16 -0     ports/devel/dulwich/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
