Date: Wed, 26 Jan 2011 05:31:57 GMT From: C-S <c-s@c-s.li> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/154298: [UPDATE] devel/bzr-git Message-ID: <201101260531.p0Q5VvaS071776@red.freebsd.org> Resent-Message-ID: <201101260540.p0Q5e6BU049229@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 154298 >Category: ports >Synopsis: [UPDATE] devel/bzr-git >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: Wed Jan 26 05:40:06 UTC 2011 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101260531.p0Q5VvaS071776>