aboutsummaryrefslogtreecommitdiffstats
path: root/mail/svnmailer
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2018-02-19 19:10:43 +0800
committerantoine <antoine@FreeBSD.org>2018-02-19 19:10:43 +0800
commit16a04e9b881e61b48e43444a26db1c5e401d7efc (patch)
tree94eaef37ab07d82e499ae4cafabe202ea2ed0525 /mail/svnmailer
parenta7c90a608e4fee40a557fa793e68d2e26c67c1ed (diff)
downloadfreebsd-ports-graphics-16a04e9b881e61b48e43444a26db1c5e401d7efc.tar.gz
freebsd-ports-graphics-16a04e9b881e61b48e43444a26db1c5e401d7efc.tar.zst
freebsd-ports-graphics-16a04e9b881e61b48e43444a26db1c5e401d7efc.zip
Reduce dependency on the python2 metaport
PR: 225752 Submitted by: Yasuhiro KIMURA
Diffstat (limited to 'mail/svnmailer')
-rw-r--r--mail/svnmailer/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/svnmailer/Makefile b/mail/svnmailer/Makefile
index 0ba4ab4ba6e..8a4cfc3a7c6 100644
--- a/mail/svnmailer/Makefile
+++ b/mail/svnmailer/Makefile
@@ -3,7 +3,7 @@
PORTNAME= svnmailer
DISTVERSION= 1.1.0-dev-r1373
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= mail python
MASTER_SITES= http://storage.perlig.de/${PORTNAME}/
PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX}
@@ -14,7 +14,7 @@ COMMENT= Tool to post subversion repository commit information
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}subversion>0:devel/py-subversion@${FLAVOR}
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USES= python:2 tar:bzip2
+USES= python:2.7 tar:bzip2
USE_PYTHON= distutils
PYDISTUTILS_PKGVERSION= ${DISTVERSION}