diff options
author | cs <cs@FreeBSD.org> | 2011-10-21 00:29:40 +0800 |
---|---|---|
committer | cs <cs@FreeBSD.org> | 2011-10-21 00:29:40 +0800 |
commit | c42b3bf9b3c93810fea1cc03ea1e265ce9032890 (patch) | |
tree | d13886e8f8c5a526dd83086ba7aba15a149390c0 /devel/bzr-pipeline/Makefile | |
parent | 4da712f23f27094a4a55b7b1405e4ecb7d2222df (diff) | |
download | freebsd-ports-gnome-c42b3bf9b3c93810fea1cc03ea1e265ce9032890.tar.gz freebsd-ports-gnome-c42b3bf9b3c93810fea1cc03ea1e265ce9032890.tar.zst freebsd-ports-gnome-c42b3bf9b3c93810fea1cc03ea1e265ce9032890.zip |
Update to 1.3
Approved by: glarkin@ (mentor)
Diffstat (limited to 'devel/bzr-pipeline/Makefile')
-rw-r--r-- | devel/bzr-pipeline/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/devel/bzr-pipeline/Makefile b/devel/bzr-pipeline/Makefile index c091fb433c2c..117be50cfbd1 100644 --- a/devel/bzr-pipeline/Makefile +++ b/devel/bzr-pipeline/Makefile @@ -6,23 +6,23 @@ # PORTNAME= bzr-pipeline -PORTVERSION= 1.0.0 +PORTVERSION= 1.3 CATEGORIES= devel -MASTER_SITES= http://launchpadlibrarian.net/58976607/ \ +MASTER_SITES= http://launchpadlibrarian.net/81142119/ \ http://www.c-s.li/ports/ MAINTAINER= cs@FreeBSD.org COMMENT= Bzr tools for working with a sequence of branches -BUILD_DEPENDS= bzr:${PORTSDIR}/devel/bazaar-ng -RUN_DEPENDS= ${BUILD_DEPENDS} - LICENSE= GPLv2 -WRKSRC= ${WRKDIR}/pipeline +BUILD_DEPENDS= bzr:${PORTSDIR}/devel/bazaar-ng +RUN_DEPENDS= bzr:${PORTSDIR}/devel/bazaar-ng USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= BzrPipeline +PYDISTUTILS_PKGVERSION= 1.1.0 +WRKSRC= ${WRKDIR}/${PORTNAME} .include <bsd.port.mk> |