aboutsummaryrefslogtreecommitdiff
path: root/net/samba44
diff options
context:
space:
mode:
authorTimur I. Bakeyev <timur@FreeBSD.org>2016-07-13 13:03:00 +0000
committerTimur I. Bakeyev <timur@FreeBSD.org>2016-07-13 13:03:00 +0000
commit9204cb911271ee060b9c890336352805d13205d8 (patch)
tree37c706396ac566f80b6405a55908a68aac694588 /net/samba44
parent87fc6969a9787f82ea4e853c37918d455156c95c (diff)
downloadports-9204cb911271ee060b9c890336352805d13205d8.tar.gz
ports-9204cb911271ee060b9c890336352805d13205d8.zip
Fixed missed Python module requirement :(
Notes
Notes: svn path=/head/; revision=418473
Diffstat (limited to 'net/samba44')
-rw-r--r--net/samba44/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/samba44/Makefile b/net/samba44/Makefile
index 5a52db22958d..e017657f3eb7 100644
--- a/net/samba44/Makefile
+++ b/net/samba44/Makefile
@@ -3,7 +3,7 @@
PORTNAME?= ${SAMBA4_BASENAME}44
PORTVERSION?= ${SAMBA4_VERSION}
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES?= net
MASTER_SITES= SAMBA/samba/stable SAMBA/samba/rc
DISTNAME= ${SAMBA4_DISTNAME}
@@ -91,8 +91,8 @@ BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dnspython>=1.9.4:dns/py-dnspython
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dnspython>=1.9.4:dns/py-dnspython
PLIST_SUB+= PY_DNSPYTHON="@comment "
#
-BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dnspython>=0.1.11:devel/py-iso8601
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dnspython>=0.1.11:devel/py-iso8601
+BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}iso8601>=0.1.11:devel/py-iso8601
+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}iso8601>=0.1.11:devel/py-iso8601
PLIST_SUB+= PY_ISO8601="@comment "
# talloc
BUILD_DEPENDS+= talloc>=2.1.6:devel/talloc