diff options
author | cs <cs@FreeBSD.org> | 2012-02-25 04:51:10 +0800 |
---|---|---|
committer | cs <cs@FreeBSD.org> | 2012-02-25 04:51:10 +0800 |
commit | 20c38edecefa78a93ef81082660a831e7363f2a9 (patch) | |
tree | 117af28d28f0b972e3879a59bc7afc8d675060c3 /devel | |
parent | 432eb1405dc2904d59ad39f357966badc5588bb3 (diff) | |
download | freebsd-ports-gnome-20c38edecefa78a93ef81082660a831e7363f2a9.tar.gz freebsd-ports-gnome-20c38edecefa78a93ef81082660a831e7363f2a9.tar.zst freebsd-ports-gnome-20c38edecefa78a93ef81082660a831e7363f2a9.zip |
Update to 1.2.2
Approved by: glarkin@ (mentor, implicit)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/bzr-explorer/Makefile | 8 | ||||
-rw-r--r-- | devel/bzr-explorer/distinfo | 4 | ||||
-rw-r--r-- | devel/bzr-explorer/pkg-plist | 9 |
3 files changed, 15 insertions, 6 deletions
diff --git a/devel/bzr-explorer/Makefile b/devel/bzr-explorer/Makefile index 189c73406ad3..66909fe95837 100644 --- a/devel/bzr-explorer/Makefile +++ b/devel/bzr-explorer/Makefile @@ -6,20 +6,20 @@ # PORTNAME= bzr-explorer -PORTVERSION= 1.2.1 +PORTVERSION= 1.2.2 CATEGORIES= devel -MASTER_SITES= https://launchpadlibrarian.net/76564477/ \ +MASTER_SITES= https://launchpadlibrarian.net/93535508/ \ http://www.c-s.li/ports/ MAINTAINER= cs@FreeBSD.org COMMENT= Desktop application for using bzr +LICENSE= GPLv2 + BUILD_DEPENDS= bzr:${PORTSDIR}/devel/bazaar-ng RUN_DEPENDS= ${PYTHON_SITELIBDIR}/bzrlib/plugins/qbzr/__init__.py:${PORTSDIR}/devel/qbzr \ bzr:${PORTSDIR}/devel/bazaar-ng -LICENSE= GPLv2 - USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= explorer diff --git a/devel/bzr-explorer/distinfo b/devel/bzr-explorer/distinfo index 668c60572db8..0eb5e7a28b57 100644 --- a/devel/bzr-explorer/distinfo +++ b/devel/bzr-explorer/distinfo @@ -1,2 +1,2 @@ -SHA256 (bzr-explorer-1.2.1.tar.gz) = d19d80db6fcf854cbe42991bd5ac47beb2ab2b6c2c7914980db2ebd766ef6fd7 -SIZE (bzr-explorer-1.2.1.tar.gz) = 1436910 +SHA256 (bzr-explorer-1.2.2.tar.gz) = 27582c7b76dae066280e0d19708d2a1b44a3e3962759d8b1b3768b7550bb231c +SIZE (bzr-explorer-1.2.2.tar.gz) = 1442649 diff --git a/devel/bzr-explorer/pkg-plist b/devel/bzr-explorer/pkg-plist index 0fe7d559c5a7..6604cff60666 100644 --- a/devel/bzr-explorer/pkg-plist +++ b/devel/bzr-explorer/pkg-plist @@ -103,6 +103,9 @@ %%PYTHON_SITELIBDIR%%/bzrlib/plugins/explorer/lib/extensions/tools.py %%PYTHON_SITELIBDIR%%/bzrlib/plugins/explorer/lib/extensions/tools.pyc %%PYTHON_SITELIBDIR%%/bzrlib/plugins/explorer/lib/extensions/tools.pyo +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/explorer/lib/filesystemwatcher.py +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/explorer/lib/filesystemwatcher.pyc +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/explorer/lib/filesystemwatcher.pyo %%PYTHON_SITELIBDIR%%/bzrlib/plugins/explorer/lib/helpers.py %%PYTHON_SITELIBDIR%%/bzrlib/plugins/explorer/lib/helpers.pyc %%PYTHON_SITELIBDIR%%/bzrlib/plugins/explorer/lib/helpers.pyo @@ -145,6 +148,9 @@ %%PYTHON_SITELIBDIR%%/bzrlib/plugins/explorer/lib/parameter_parser.py %%PYTHON_SITELIBDIR%%/bzrlib/plugins/explorer/lib/parameter_parser.pyc %%PYTHON_SITELIBDIR%%/bzrlib/plugins/explorer/lib/parameter_parser.pyo +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/explorer/lib/qbzr.py +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/explorer/lib/qbzr.pyc +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/explorer/lib/qbzr.pyo %%PYTHON_SITELIBDIR%%/bzrlib/plugins/explorer/lib/script_engine.py %%PYTHON_SITELIBDIR%%/bzrlib/plugins/explorer/lib/script_engine.pyc %%PYTHON_SITELIBDIR%%/bzrlib/plugins/explorer/lib/script_engine.pyo @@ -235,6 +241,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_history_manager.py +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/explorer/tests/test_history_manager.pyc +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/explorer/tests/test_history_manager.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 |