ports/152722: [UPDATE] devel/bzr-explorer
C-S
c-s at c-s.li
Tue Nov 30 22:00:27 UTC 2010
>Number: 152722
>Category: ports
>Synopsis: [UPDATE] devel/bzr-explorer
>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: Tue Nov 30 22:00:26 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: C-S
>Release:
>Organization:
>Environment:
>Description:
Update to 1.1.2
---------------
* Adapt to API changes in Bazaar 2.2 when creating colocated workspaces.
* Always run external qbzr/bzr-gtk commands using the same bzr
as the one that was used to run explorer itself.
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
diff -ruN bzr-explorer.orig/Makefile bzr-explorer/Makefile
--- bzr-explorer.orig/Makefile 2010-11-30 22:52:42.139743768 +0100
+++ bzr-explorer/Makefile 2010-11-30 22:52:51.912676866 +0100
@@ -6,9 +6,9 @@
#
PORTNAME= bzr-explorer
-PORTVERSION= 1.1.1
+PORTVERSION= 1.1.2
CATEGORIES= devel
-MASTER_SITES= https://launchpadlibrarian.net/57072861/ \
+MASTER_SITES= https://launchpadlibrarian.net/59777299/ \
http://www.c-s.li/ports/
MAINTAINER= c-s at c-s.li
@@ -18,7 +18,9 @@
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/bzrlib/plugins/qbzr/__init__.py:${PORTSDIR}/devel/qbzr \
bzr:${PORTSDIR}/devel/bazaar-ng
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+LICENSE= GPLv2
+
+WRKSRC= ${WRKDIR}/explorer
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= explorer
diff -ruN bzr-explorer.orig/distinfo bzr-explorer/distinfo
--- bzr-explorer.orig/distinfo 2010-11-30 22:52:42.139743768 +0100
+++ bzr-explorer/distinfo 2010-11-30 22:52:51.912676866 +0100
@@ -1,3 +1,2 @@
-MD5 (bzr-explorer-1.1.1.tar.gz) = 7d0ec1ca8625aa52a1c0ec19e80c0a9b
-SHA256 (bzr-explorer-1.1.1.tar.gz) = e003370145c0997d5959ff7c300898d6bbec9f17d3d5bace3c3d7560e919da63
-SIZE (bzr-explorer-1.1.1.tar.gz) = 1409026
+SHA256 (bzr-explorer-1.1.2.tar.gz) = fa0ee86f6bba4240761858e46a908567f4f20ed35c8e853e95dc465da0cc8efc
+SIZE (bzr-explorer-1.1.2.tar.gz) = 1409086
diff -ruN bzr-explorer.orig/pkg-plist bzr-explorer/pkg-plist
--- bzr-explorer.orig/pkg-plist 2010-11-30 22:52:42.139743768 +0100
+++ bzr-explorer/pkg-plist 2010-11-30 22:52:51.912676866 +0100
@@ -232,6 +232,9 @@
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/explorer/tests/__init__.py
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/explorer/tests/__init__.pyc
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/explorer/tests/__init__.pyo
+%%PYTHON_SITELIBDIR%%/bzrlib/plugins/explorer/tests/test_new.py
+%%PYTHON_SITELIBDIR%%/bzrlib/plugins/explorer/tests/test_new.pyc
+%%PYTHON_SITELIBDIR%%/bzrlib/plugins/explorer/tests/test_new.pyo
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/explorer/tests/test_test_suite.py
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/explorer/tests/test_test_suite.pyc
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/explorer/tests/test_test_suite.pyo
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list