aboutsummaryrefslogtreecommitdiff
path: root/devel/bzrtools/Makefile
diff options
context:
space:
mode:
authorDanilo Egea Gondolfo <danilo@FreeBSD.org>2014-01-19 01:16:21 +0000
committerDanilo Egea Gondolfo <danilo@FreeBSD.org>2014-01-19 01:16:21 +0000
commit79a50af9e519a4beffa143c36d40a597f0a60edc (patch)
tree6c751a7457a099d4bfc635cd73927e633208d9a4 /devel/bzrtools/Makefile
parent62218180605453991ed09ea5a601e1cf00c5f360 (diff)
Notes
Diffstat (limited to 'devel/bzrtools/Makefile')
-rw-r--r--devel/bzrtools/Makefile21
1 files changed, 6 insertions, 15 deletions
diff --git a/devel/bzrtools/Makefile b/devel/bzrtools/Makefile
index 0324684db362..ddad4cee960c 100644
--- a/devel/bzrtools/Makefile
+++ b/devel/bzrtools/Makefile
@@ -2,36 +2,27 @@
# $FreeBSD$
PORTNAME= bzrtools
-PORTVERSION= 2.5
-PORTREVISION= 1
+PORTVERSION= 2.6.0
CATEGORIES= devel
-MASTER_SITES= https://launchpadlibrarian.net/90479443/
+MASTER_SITES= https://launchpad.net/bzrtools/stable/${PORTVERSION}/+download/
MAINTAINER= fullermd@over-yonder.net
COMMENT= Extensions to devel/bzr
+LICENSE= GPLv2
+
RUN_DEPENDS= bzr:${PORTSDIR}/devel/bzr
OPTIONS_DEFINE= GRAPHVIZ RSYNC
GRAPHVIZ_DESC= graphviz for graph-ancestry
RSYNC_DESC= rsync for rspush
-OPTIONS_DEFAULT= RSYNC
WRKSRC= ${WRKDIR}/bzrtools
USE_PYTHON= yes
USE_PYDISTUTILS= yes
-PYDISTUTILS_PKGVERSION= 2.5.0
PYDISTUTILS_PKGNAME= BzrTools
-NO_STAGE= yes
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MGRAPHVIZ}
-RUN_DEPENDS+= dot:${PORTSDIR}/graphics/graphviz
-.endif
-
-.if ${PORT_OPTIONS:MRSYNC}
-RUN_DEPENDS+= rsync:${PORTSDIR}/net/rsync
-.endif
+GRAPHVIZ_RUN_DEPENDS= dot:${PORTSDIR}/graphics/graphviz
+RSYNC_RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync
.include <bsd.port.mk>