aboutsummaryrefslogtreecommitdiff
path: root/mail/py-dkimpy/Makefile
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2017-02-22 15:39:21 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2017-02-22 15:39:21 +0000
commit6c913a4ba21c2417242f050d6fec1e0886c7eb07 (patch)
treed8a3568595f5fecc7f02e54409f4f84163e9adfa /mail/py-dkimpy/Makefile
parent3a7f3e0f1cf8e2084c63210625c064bf49f72bca (diff)
downloadports-6c913a4ba21c2417242f050d6fec1e0886c7eb07.tar.gz
ports-6c913a4ba21c2417242f050d6fec1e0886c7eb07.zip
Update to 0.6.1
Changes: http://bazaar.launchpad.net/~dkimpy-hackers/dkimpy/trunk/view/131/ChangeLog PR: 217277 Submitted by: Kevin Golding <ports@caomhin.org> (maintainer) Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9704
Notes
Notes: svn path=/head/; revision=434591
Diffstat (limited to 'mail/py-dkimpy/Makefile')
-rw-r--r--mail/py-dkimpy/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/py-dkimpy/Makefile b/mail/py-dkimpy/Makefile
index 48d6299984a0..df6e5d9056ac 100644
--- a/mail/py-dkimpy/Makefile
+++ b/mail/py-dkimpy/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= dkimpy
-PORTVERSION= 0.5.6
+PORTVERSION= 0.6.1
CATEGORIES= mail python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dns>=0:dns/py-dns
NO_ARCH= yes
-USES= python:2
+USES= python:2.7
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>