diff options
Diffstat (limited to 'devel/bzr/Makefile')
-rw-r--r-- | devel/bzr/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/bzr/Makefile b/devel/bzr/Makefile index 32a6dc3a1657..ad3845b9ef89 100644 --- a/devel/bzr/Makefile +++ b/devel/bzr/Makefile @@ -6,14 +6,17 @@ # PORTNAME= bazaar-ng -PORTVERSION= 1.14.1 +PORTVERSION= 1.15 CATEGORIES= devel -MASTER_SITES= https://launchpadlibrarian.net/26231325/ +MASTER_SITES= https://launchpadlibrarian.net/27074733/ DISTNAME= bzr-${PORTVERSION} MAINTAINER= fullermd@over-yonder.net COMMENT= Distributed version control system by Canonical +# Needed for 1.15 for files normally pre-built +BUILD_DEPENDS= pyrexc:${PORTSDIR}/devel/pyrex + OPTIONS= SFTP "Enable Paramiko for SFTP support" on USE_PYTHON= 2.4+ |