aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2013-04-27 15:57:16 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2013-04-27 15:57:16 +0000
commitbfd963a8d0744b35d2c9acd4b82023eadad3a02d (patch)
tree082e8514fa08b7284e048206e762c4c1bc3e59cf
parentf0e482d12489e49b7d8ca4f998d9a716fc74d39c (diff)
downloadports-bfd963a8d0744b35d2c9acd4b82023eadad3a02d.tar.gz
ports-bfd963a8d0744b35d2c9acd4b82023eadad3a02d.zip
Notes
-rw-r--r--mail/svnmailer/Makefile10
-rw-r--r--mail/svnmailer/files/patch-src-lib-svnmailer-notifier-_base.py (renamed from mail/svnmailer/files/py25-src-lib-svnmailer-notifier-_base.py)0
2 files changed, 4 insertions, 6 deletions
diff --git a/mail/svnmailer/Makefile b/mail/svnmailer/Makefile
index 0788bcf5b96c..c63f09f8e16a 100644
--- a/mail/svnmailer/Makefile
+++ b/mail/svnmailer/Makefile
@@ -9,13 +9,13 @@ MASTER_SITES= http://storage.perlig.de/${PORTNAME}/
PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX}
MAINTAINER= ports@FreeBSD.org
-COMMENT= A tool to post subversion repository commit information
+COMMENT= Tool to post subversion repository commit information
-BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/libsvn/__init__.py:${PORTSDIR}/devel/py-subversion
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}subversion>0:${PORTSDIR}/devel/py-subversion
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USE_BZIP2= YES
-USE_PYTHON= 2.5+
+USE_BZIP2= yes
+USE_PYTHON= -2.7
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGVERSION= ${DISTVERSION}
@@ -23,8 +23,6 @@ MAN1= svn-mailer.1
PORTDOCS= *
-EXTRA_PATCHES= ${FILESDIR}/py25-src-lib-svnmailer-notifier-_base.py
-
.include <bsd.port.options.mk>
.if ! ${PORT_OPTIONS:MDOCS}
diff --git a/mail/svnmailer/files/py25-src-lib-svnmailer-notifier-_base.py b/mail/svnmailer/files/patch-src-lib-svnmailer-notifier-_base.py
index f74a54cf159b..f74a54cf159b 100644
--- a/mail/svnmailer/files/py25-src-lib-svnmailer-notifier-_base.py
+++ b/mail/svnmailer/files/patch-src-lib-svnmailer-notifier-_base.py