diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-05-01 13:36:38 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-05-01 13:36:38 +0000 |
commit | acdf60660feac12a4c751709178ec64e797f5dbe (patch) | |
tree | 5203e8ba80e713b53af355e40197fda1822f22b5 /devel/bzr/Makefile | |
parent | 4bb2c5f02e5e35cafe4ea8535ce4edf2b416a46e (diff) |
Notes
Diffstat (limited to 'devel/bzr/Makefile')
-rw-r--r-- | devel/bzr/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/devel/bzr/Makefile b/devel/bzr/Makefile index 270648e8a13f..e1d1c12ad148 100644 --- a/devel/bzr/Makefile +++ b/devel/bzr/Makefile @@ -6,10 +6,9 @@ # PORTNAME= bazaar-ng -PORTVERSION= 1.13 -PORTREVISION= 1 +PORTVERSION= 1.14 CATEGORIES= devel -MASTER_SITES= https://launchpadlibrarian.net/23889955/ +MASTER_SITES= https://launchpadlibrarian.net/26121468/ DISTNAME= bzr-${PORTVERSION} MAINTAINER= fullermd@over-yonder.net @@ -27,16 +26,13 @@ MAN1= bzr.1 # Included in 2.5 .if (${PYTHON_VERSION} == python2.4) -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/cElementTree.so:${PORTSDIR}/devel/py-celementtree +RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/cElementTree.so:${PORTSDIR}/devel/py-celementtree .endif .if !defined(WITHOUT_SFTP) RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/paramiko/__init__.py:${PORTSDIR}/security/py-paramiko .endif -# Needed for 1.13 for files normally pre-built -BUILD_DEPENDS= pyrexc:${PORTSDIR}/devel/pyrex - post-install: ${INSTALL_MAN} ${WRKSRC}/bzr.1 ${MAN1PREFIX}/man/man1/ |