diff options
author | Greg Larkin <glarkin@FreeBSD.org> | 2011-02-10 01:11:33 +0000 |
---|---|---|
committer | Greg Larkin <glarkin@FreeBSD.org> | 2011-02-10 01:11:33 +0000 |
commit | 62e17c9f724a9a4505927adbb661f4490c1bfac1 (patch) | |
tree | 20febd9f1ae866e47e57e69d4fca469459820e41 /devel/bzr-colo/Makefile | |
parent | d0caf6ecc917eaa22c0d3d7baa3720fb086d515a (diff) | |
download | ports-62e17c9f724a9a4505927adbb661f4490c1bfac1.tar.gz ports-62e17c9f724a9a4505927adbb661f4490c1bfac1.zip |
Notes
Diffstat (limited to 'devel/bzr-colo/Makefile')
-rw-r--r-- | devel/bzr-colo/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/bzr-colo/Makefile b/devel/bzr-colo/Makefile index 6c40af25796e..3060386f8322 100644 --- a/devel/bzr-colo/Makefile +++ b/devel/bzr-colo/Makefile @@ -1,21 +1,21 @@ # Ports collection makefile for: bzr-colo # Date created: 2010-10-18 -# Whom: Carlo Strub <c-s@c-s.li> +# Whom: Carlo Strub # # $FreeBSD$ # PORTNAME= bzr-colo -PORTVERSION= 0.2.0 +PORTVERSION= 0.2.1 CATEGORIES= devel -MASTER_SITES= https://launchpadlibrarian.net/57831741/ \ +MASTER_SITES= https://launchpadlibrarian.net/63041404/ \ 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= bzr:${PORTSDIR}/devel/bazaar-ng +RUN_DEPENDS= ${BUILD_DEPENDS} LICENSE= GPLv2 |