diff options
author | Greg Larkin <glarkin@FreeBSD.org> | 2011-07-01 17:38:06 +0000 |
---|---|---|
committer | Greg Larkin <glarkin@FreeBSD.org> | 2011-07-01 17:38:06 +0000 |
commit | 1ed942006f87fefb7937f12e8cf945a84f3c7f15 (patch) | |
tree | 83559ab199b7e76a82098e346d97989c9d49d262 /devel/bzr-colo/Makefile | |
parent | 631889b8d1f4ef24813e66d5670a98f7a406699d (diff) | |
download | ports-1ed942006f87fefb7937f12e8cf945a84f3c7f15.tar.gz ports-1ed942006f87fefb7937f12e8cf945a84f3c7f15.zip |
Notes
Diffstat (limited to 'devel/bzr-colo/Makefile')
-rw-r--r-- | devel/bzr-colo/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/bzr-colo/Makefile b/devel/bzr-colo/Makefile index 3060386f8322..04e541faa3f2 100644 --- a/devel/bzr-colo/Makefile +++ b/devel/bzr-colo/Makefile @@ -6,16 +6,16 @@ # PORTNAME= bzr-colo -PORTVERSION= 0.2.1 +PORTVERSION= 0.3.0 CATEGORIES= devel -MASTER_SITES= https://launchpadlibrarian.net/63041404/ \ +MASTER_SITES= https://launchpadlibrarian.net/74164744/ \ http://www.c-s.li/ports/ MAINTAINER= c-s@c-s.li COMMENT= Plugin for bzr to support colocated branches BUILD_DEPENDS= bzr:${PORTSDIR}/devel/bazaar-ng -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= bzr:${PORTSDIR}/devel/bazaar-ng LICENSE= GPLv2 |