aboutsummaryrefslogtreecommitdiff
path: root/devel/bzr-git/Makefile
diff options
context:
space:
mode:
authorGreg Larkin <glarkin@FreeBSD.org>2011-09-01 15:08:59 +0000
committerGreg Larkin <glarkin@FreeBSD.org>2011-09-01 15:08:59 +0000
commit3363e284742a9e722d6fc454e147b74dd75754a1 (patch)
tree3a3d295865c16751aa84f7f5dbb74dea15d5a004 /devel/bzr-git/Makefile
parent77dd5079769e53c89e16b68ad48b268925f8c196 (diff)
downloadports-3363e284742a9e722d6fc454e147b74dd75754a1.tar.gz
ports-3363e284742a9e722d6fc454e147b74dd75754a1.zip
- Set minimum Python version to 2.5
- Since it now requires 2.5+, use databases/py-sqlite3 instead of databases/py-pysqlite2x - Bump PORTREVISION PR: ports/160069 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Approved by: c-s@c-s.li (maintainer, via email)
Notes
Notes: svn path=/head/; revision=280984
Diffstat (limited to 'devel/bzr-git/Makefile')
-rw-r--r--devel/bzr-git/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/devel/bzr-git/Makefile b/devel/bzr-git/Makefile
index 99247ceebc4f..9a6c0d5d02d2 100644
--- a/devel/bzr-git/Makefile
+++ b/devel/bzr-git/Makefile
@@ -7,6 +7,7 @@
PORTNAME= bzr-git
PORTVERSION= 0.6.2
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= https://launchpadlibrarian.net/76814124/ \
http://www.c-s.li/ports/
@@ -14,15 +15,15 @@ MASTER_SITES= https://launchpadlibrarian.net/76814124/ \
MAINTAINER= c-s@c-s.li
COMMENT= Plugin for bzr to work with git trees
+LICENSE= GPLv2
+
BUILD_DEPENDS= bzr:${PORTSDIR}/devel/bazaar-ng
RUN_DEPENDS= bzr:${PORTSDIR}/devel/bazaar-ng \
py*-dulwich>=0.8.0:${PORTSDIR}/devel/dulwich \
- py*-pysqlite>=2.3:${PORTSDIR}/databases/py-pysqlite23
-
-LICENSE= GPLv2
+ ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-USE_PYTHON= yes
+USE_PYTHON= 2.5+
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= bzr_git