aboutsummaryrefslogtreecommitdiff
path: root/devel/bzr-svn/Makefile
diff options
context:
space:
mode:
authorCarlo Strub <cs@FreeBSD.org>2011-09-22 15:57:11 +0000
committerCarlo Strub <cs@FreeBSD.org>2011-09-22 15:57:11 +0000
commita43c240210d558e19ae2fd2bdd11424998cde154 (patch)
treea60e10350e4aeb5b161875556b64d9de042d38a5 /devel/bzr-svn/Makefile
parent05a4bd4ab2a977a5598474f9c8df8e4e16b1b67f (diff)
downloadports-a43c240210d558e19ae2fd2bdd11424998cde154.tar.gz
ports-a43c240210d558e19ae2fd2bdd11424998cde154.zip
Notes
Diffstat (limited to 'devel/bzr-svn/Makefile')
-rw-r--r--devel/bzr-svn/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/devel/bzr-svn/Makefile b/devel/bzr-svn/Makefile
index 2c6ba37e6f95..d3be84130296 100644
--- a/devel/bzr-svn/Makefile
+++ b/devel/bzr-svn/Makefile
@@ -1,26 +1,25 @@
# Ports collection makefile for: bzr-svn
# Date created: 8 August 2010
-# Whom: Carlo Strub <c-s@c-s.li>
+# Whom: Carlo Strub
#
# $FreeBSD$
#
PORTNAME= bzr-svn
-PORTVERSION= 1.0.4
-PORTREVISION= 1
+PORTVERSION= 1.1.0
CATEGORIES= devel
-MASTER_SITES= https://launchpadlibrarian.net/54612267/ \
+MASTER_SITES= https://launchpadlibrarian.net/78203770/ \
http://www.c-s.li/ports/
MAINTAINER= cs@FreeBSD.org
COMMENT= Plugin for bzr to work with svn
+LICENSE= GPLv2
+
BUILD_DEPENDS+= bzr:${PORTSDIR}/devel/bazaar-ng
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/subvertpy/__init__.py:${PORTSDIR}/devel/py-subvertpy \
bzr:${PORTSDIR}/devel/bazaar-ng
-LICENSE= GPLv2
-
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_PYTHON= 2.5+
USE_PYDISTUTILS= yes