From nobody@FreeBSD.org  Wed Jan 26 05:31:58 2011
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 5BAB51065672
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 26 Jan 2011 05:31:58 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 310638FC08
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 26 Jan 2011 05:31:58 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p0Q5Vv0x071777
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 26 Jan 2011 05:31:57 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p0Q5VvaS071776;
	Wed, 26 Jan 2011 05:31:57 GMT
	(envelope-from nobody)
Message-Id: <201101260531.p0Q5VvaS071776@red.freebsd.org>
Date: Wed, 26 Jan 2011 05:31:57 GMT
From: C-S <c-s@c-s.li>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [UPDATE] devel/bzr-git
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         154298
>Category:       ports
>Synopsis:       [UPDATE] devel/bzr-git
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    glarkin
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 26 05:40:06 UTC 2011
>Closed-Date:    Wed Feb 09 19:49:51 EST 2011
>Last-Modified:  Thu Feb 10 00:50:11 UTC 2011
>Originator:     C-S
>Release:        
>Organization:
>Environment:
>Description:
Update to version 0.5.3:

BUG FIXES
* Add in an empty git repository now works.
* Support opening of repositories over HTTP where the HTTP server doesn't allow directory access.
* Support non-ascii characters in tag names.
* Mark as compatible with bzr 2.3, 2.4.
* Cope with unknown refs.
* Don't peel tags automatically when pushing back.
* Fix `bzr-receive-pack` and `bzr-upload-pack`.

FEATURES
* Remove all remaining dependencies on C git.
* Add some basic documentation in 'bzr help git'.
* Add --signoff option to 'bzr git-apply'.
* Add --force option to 'bzr git-apply'.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN bzr-git.orig/Makefile bzr-git/Makefile
--- bzr-git.orig/Makefile	2011-01-26 06:27:30.480162496 +0100
+++ bzr-git/Makefile	2011-01-26 06:27:45.962864151 +0100
@@ -6,9 +6,9 @@
 #
 
 PORTNAME=	bzr-git
-PORTVERSION=	0.5.2
+PORTVERSION=	0.5.3
 CATEGORIES=	devel
-MASTER_SITES=	https://launchpadlibrarian.net/52765000/ \
+MASTER_SITES=	https://launchpadlibrarian.net/62678671/ \
 		http://www.c-s.li/ports/
 
 MAINTAINER=	c-s@c-s.li
diff -ruN bzr-git.orig/distinfo bzr-git/distinfo
--- bzr-git.orig/distinfo	2011-01-26 06:27:30.480162496 +0100
+++ bzr-git/distinfo	2011-01-26 06:27:45.962864151 +0100
@@ -1,3 +1,2 @@
-MD5 (bzr-git-0.5.2.tar.gz) = 228cb92fa0d9d64c082e0b91b807c192
-SHA256 (bzr-git-0.5.2.tar.gz) = 791f4e6c8dc1a06fd2519d209dd3f2da441a8060fc70b916dfd201c4e2222497
-SIZE (bzr-git-0.5.2.tar.gz) = 81139
+SHA256 (bzr-git-0.5.3.tar.gz) = 83a31c7c71c22b0bea2d2b22142299fcd94ec71253822d1e26687887a97b40d3
+SIZE (bzr-git-0.5.3.tar.gz) = 87171
diff -ruN bzr-git.orig/pkg-descr bzr-git/pkg-descr
--- bzr-git.orig/pkg-descr	2011-01-26 06:27:30.480162496 +0100
+++ bzr-git/pkg-descr	2011-01-26 06:27:45.962864151 +0100
@@ -1,4 +1,4 @@
 bzr-git is a plugin for bzr to work with git trees. All operations except for
 "push" are supported.
 
-www: https://launchpad.net/bzr-git
+WWW: https://launchpad.net/bzr-git
diff -ruN bzr-git.orig/pkg-plist bzr-git/pkg-plist
--- bzr-git.orig/pkg-plist	2011-01-26 06:27:30.480162496 +0100
+++ bzr-git/pkg-plist	2011-01-26 06:27:45.962864151 +0100
@@ -27,6 +27,9 @@
 %%PYTHON_SITELIBDIR%%/bzrlib/plugins/git/fetch.py
 %%PYTHON_SITELIBDIR%%/bzrlib/plugins/git/fetch.pyc
 %%PYTHON_SITELIBDIR%%/bzrlib/plugins/git/fetch.pyo
+%%PYTHON_SITELIBDIR%%/bzrlib/plugins/git/help.py
+%%PYTHON_SITELIBDIR%%/bzrlib/plugins/git/help.pyc
+%%PYTHON_SITELIBDIR%%/bzrlib/plugins/git/help.pyo
 %%PYTHON_SITELIBDIR%%/bzrlib/plugins/git/hg.py
 %%PYTHON_SITELIBDIR%%/bzrlib/plugins/git/hg.pyc
 %%PYTHON_SITELIBDIR%%/bzrlib/plugins/git/hg.pyo


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->glarkin 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Jan 26 05:40:13 UTC 2011 
Responsible-Changed-Why:  
glarkin@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=154298 
State-Changed-From-To: open->closed 
State-Changed-By: glarkin 
State-Changed-When: Wed Feb 9 19:49:41 EST 2011 
State-Changed-Why:  
Committed, thank you! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/154298: commit references a PR
Date: Thu, 10 Feb 2011 00:49:32 +0000 (UTC)

 glarkin     2011-02-10 00:49:28 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/bzr-git        Makefile distinfo pkg-descr pkg-plist 
   Log:
   - Updated to 0.5.3
   
     See http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/154298 for list of
     bug fixes and features.
   
   PR:             ports/154298
   Submitted by:   C-S <c-s@c-s.li>
   
   Revision  Changes    Path
   1.2       +2 -2      ports/devel/bzr-git/Makefile
   1.2       +2 -3      ports/devel/bzr-git/distinfo
   1.2       +1 -1      ports/devel/bzr-git/pkg-descr
   1.2       +3 -0      ports/devel/bzr-git/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:
