From nobody@FreeBSD.org  Sat Mar  1 11:09:06 2014
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 929FCADA
	for <freebsd-gnats-submit@FreeBSD.org>; Sat,  1 Mar 2014 11:09:06 +0000 (UTC)
Received: from newred.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 753C41D5C
	for <freebsd-gnats-submit@FreeBSD.org>; Sat,  1 Mar 2014 11:09:06 +0000 (UTC)
Received: from cgiserv.freebsd.org ([127.0.1.6])
	by newred.freebsd.org (8.14.7/8.14.7) with ESMTP id s21B96u9017389
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 1 Mar 2014 11:09:06 GMT
	(envelope-from nobody@cgiserv.freebsd.org)
Received: (from nobody@localhost)
	by cgiserv.freebsd.org (8.14.7/8.14.7/Submit) id s21B96ph017384;
	Sat, 1 Mar 2014 11:09:06 GMT
	(envelope-from nobody)
Message-Id: <201403011109.s21B96ph017384@cgiserv.freebsd.org>
Date: Sat, 1 Mar 2014 11:09:06 GMT
From: Marco Brder <marco.broeder@gmx.eu>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [maintainer-update] [patch] devel/dulwich: Update Maintainer Mail Address
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         187170
>Category:       ports
>Synopsis:       [maintainer-update] [patch] devel/dulwich: Update Maintainer Mail Address
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pawel
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 01 11:10:00 UTC 2014
>Closed-Date:    Mon Mar 03 18:36:22 UTC 2014
>Last-Modified:  Mon Mar  3 18:40:01 UTC 2014
>Originator:     Marco Brder
>Release:        stable/10 amd64
>Organization:
>Environment:
>Description:
Update maintainer mail address.

Update to 0.9.5 release.

Update description.
Update www address.

Build tests:
# portlint -C
# make DEVELOPER=yes stage check-orphans package install deinstall clean
# poudriere testport ... on amd64 for head, stable/10, releng/9.2, releng/8.4

Runtime tests:
on stable/10 amd64 with devel/hg-git

Thanks!

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff --git a/devel/dulwich/Makefile b/devel/dulwich/Makefile
index af62c18..11b1d5f 100644
--- a/devel/dulwich/Makefile
+++ b/devel/dulwich/Makefile
@@ -1,21 +1,21 @@
-# Created by: Marco Broeder <marco.broeder@gmx.eu>
+# Created by: Marco Broeder <marco.broeder@posteo.eu>
 # $FreeBSD: head/devel/dulwich/Makefile 335926 2013-12-08 19:10:41Z pawel $
 
 PORTNAME=	dulwich
-PORTVERSION=	0.9.4
+PORTVERSION=	0.9.5
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	marco.broeder@gmx.eu
-COMMENT=	Pure-Python implementation of the Git file formats and protocols
+MAINTAINER=	marco.broeder@posteo.eu
+COMMENT=	Python implementation of the Git file formats and protocols
 
 LICENSE=	GPLv2 GPLv3
 LICENSE_COMB=	dual
 
-PORTDOCS=	NEWS README introduction.txt object-store.txt protocol.txt \
-		remote.txt repo.txt tag.txt
-PORTEXAMPLES=	clone.py config.py diff.py
+PORTDOCS=	NEWS README file-format.txt introduction.txt object-store.txt \
+		protocol.txt remote.txt repo.txt tag.txt
+PORTEXAMPLES=	clone.py config.py diff.py latest_change.py
 
 USE_PYTHON=	2
 USE_PYDISTUTILS=yes
diff --git a/devel/dulwich/distinfo b/devel/dulwich/distinfo
index 9258f86..abad6df 100644
--- a/devel/dulwich/distinfo
+++ b/devel/dulwich/distinfo
@@ -1,2 +1,2 @@
-SHA256 (dulwich-0.9.4.tar.gz) = 1cd555533d9a5cc319f5c68e21e31be190104ee1be5b5d3899a8a522e924b3fc
-SIZE (dulwich-0.9.4.tar.gz) = 235283
+SHA256 (dulwich-0.9.5.tar.gz) = 751fe9e1d32b61e21f086b4fa07ca96b69165a7ad24c5cebaef4f8803f512c0b
+SIZE (dulwich-0.9.5.tar.gz) = 237255
diff --git a/devel/dulwich/pkg-descr b/devel/dulwich/pkg-descr
index 728b27f..2bb215c 100644
--- a/devel/dulwich/pkg-descr
+++ b/devel/dulwich/pkg-descr
@@ -1,7 +1,9 @@
-Dulwich is a pure-Python implementation of the Git file formats and protocols.
+Dulwich is a Python implementation of the Git file formats and protocols,
+without the need to have Git installed.
 
-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.
+It aims to provide an interface to Git repos (both local and remote) that
+does not call out to Git directly but instead uses pure Python. All
+functionality is available in pure Python. Optional C extensions can be
+built for improved performance.
 
-WWW: http://www.samba.org/~jelmer/dulwich/
+WWW: https://www.samba.org/~jelmer/dulwich/


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->pawel 
Responsible-Changed-By: pawel 
Responsible-Changed-When: Mon Mar 3 18:28:46 UTC 2014 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=187170 
State-Changed-From-To: open->closed 
State-Changed-By: pawel 
State-Changed-When: Mon Mar 3 18:36:21 UTC 2014 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/187170: commit references a PR
Date: Mon,  3 Mar 2014 18:36:17 +0000 (UTC)

 Author: pawel
 Date: Mon Mar  3 18:36:10 2014
 New Revision: 346950
 URL: http://svnweb.freebsd.org/changeset/ports/346950
 QAT: https://qat.redports.org/buildarchive/r346950/
 
 Log:
   - Update to version 0.9.5
   - Change maintainer's email address
   - Reword pkg-descr file
   
   PR:		ports/187170
   Submitted by:	maintainer
 
 Modified:
   head/devel/dulwich/Makefile
   head/devel/dulwich/distinfo
   head/devel/dulwich/pkg-descr
 
 Modified: head/devel/dulwich/Makefile
 ==============================================================================
 --- head/devel/dulwich/Makefile	Mon Mar  3 18:29:49 2014	(r346949)
 +++ head/devel/dulwich/Makefile	Mon Mar  3 18:36:10 2014	(r346950)
 @@ -1,21 +1,21 @@
 -# Created by: Marco Broeder <marco.broeder@gmx.eu>
 +# Created by: Marco Broeder <marco.broeder@posteo.eu>
  # $FreeBSD$
  
  PORTNAME=	dulwich
 -PORTVERSION=	0.9.4
 +PORTVERSION=	0.9.5
  CATEGORIES=	devel python
  MASTER_SITES=	CHEESESHOP
  PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
  
 -MAINTAINER=	marco.broeder@gmx.eu
 -COMMENT=	Pure-Python implementation of the Git file formats and protocols
 +MAINTAINER=	marco.broeder@posteo.eu
 +COMMENT=	Python implementation of the Git file formats and protocols
  
  LICENSE=	GPLv2 GPLv3
  LICENSE_COMB=	dual
  
 -PORTDOCS=	NEWS README introduction.txt object-store.txt protocol.txt \
 -		remote.txt repo.txt tag.txt
 -PORTEXAMPLES=	clone.py config.py diff.py
 +PORTDOCS=	NEWS README file-format.txt introduction.txt object-store.txt \
 +		protocol.txt remote.txt repo.txt tag.txt
 +PORTEXAMPLES=	clone.py config.py diff.py latest_change.py
  
  USE_PYTHON=	2
  USE_PYDISTUTILS=yes
 
 Modified: head/devel/dulwich/distinfo
 ==============================================================================
 --- head/devel/dulwich/distinfo	Mon Mar  3 18:29:49 2014	(r346949)
 +++ head/devel/dulwich/distinfo	Mon Mar  3 18:36:10 2014	(r346950)
 @@ -1,2 +1,2 @@
 -SHA256 (dulwich-0.9.4.tar.gz) = 1cd555533d9a5cc319f5c68e21e31be190104ee1be5b5d3899a8a522e924b3fc
 -SIZE (dulwich-0.9.4.tar.gz) = 235283
 +SHA256 (dulwich-0.9.5.tar.gz) = 751fe9e1d32b61e21f086b4fa07ca96b69165a7ad24c5cebaef4f8803f512c0b
 +SIZE (dulwich-0.9.5.tar.gz) = 237255
 
 Modified: head/devel/dulwich/pkg-descr
 ==============================================================================
 --- head/devel/dulwich/pkg-descr	Mon Mar  3 18:29:49 2014	(r346949)
 +++ head/devel/dulwich/pkg-descr	Mon Mar  3 18:36:10 2014	(r346950)
 @@ -1,7 +1,9 @@
 -Dulwich is a pure-Python implementation of the Git file formats and protocols.
 +Dulwich is a Python implementation of the Git file formats and protocols,
 +without the need to have Git installed.
  
 -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.
 +It aims to provide an interface to Git repos (both local and remote) that
 +does not call out to Git directly but instead uses pure Python. All
 +functionality is available in pure Python. Optional C extensions can be
 +built for improved performance.
  
 -WWW: http://www.samba.org/~jelmer/dulwich/
 +WWW: https://www.samba.org/~jelmer/dulwich/
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
