diff options
author | cs <cs@FreeBSD.org> | 2012-06-18 04:42:28 +0800 |
---|---|---|
committer | cs <cs@FreeBSD.org> | 2012-06-18 04:42:28 +0800 |
commit | 4d489985a34e7537b7f50db320ad9b90a8ed635c (patch) | |
tree | 726676b95d630ab962d4d15cbc41503bb2a512a3 /devel/bzr-git | |
parent | 705e3b1ee82e049d214489abf42a695a2ba18bf3 (diff) | |
download | freebsd-ports-gnome-4d489985a34e7537b7f50db320ad9b90a8ed635c.tar.gz freebsd-ports-gnome-4d489985a34e7537b7f50db320ad9b90a8ed635c.tar.zst freebsd-ports-gnome-4d489985a34e7537b7f50db320ad9b90a8ed635c.zip |
Bump PORTREVISION to reflect name change from devel/bazaar-ng --> devel/bzr
Diffstat (limited to 'devel/bzr-git')
-rw-r--r-- | devel/bzr-git/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/bzr-git/Makefile b/devel/bzr-git/Makefile index d35869e5b19e..e8c379e3ad0a 100644 --- a/devel/bzr-git/Makefile +++ b/devel/bzr-git/Makefile @@ -7,6 +7,7 @@ PORTNAME= bzr-git PORTVERSION= 0.6.8 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://launchpadlibrarian.net/98666746/ \ http://www.c-s.li/ports/ @@ -16,8 +17,8 @@ COMMENT= Plugin for bzr to work with git trees LICENSE= GPLv2 -BUILD_DEPENDS= bzr:${PORTSDIR}/devel/bazaar-ng -RUN_DEPENDS= bzr:${PORTSDIR}/devel/bazaar-ng \ +BUILD_DEPENDS= bzr:${PORTSDIR}/devel/bzr +RUN_DEPENDS= bzr:${PORTSDIR}/devel/bzr \ py*-dulwich>=0.8.0:${PORTSDIR}/devel/dulwich \ ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 |