svn commit: r418555 - in branches/2016Q3/net: samba43 samba44
Mark Felder
feld at FreeBSD.org
Thu Jul 14 19:33:20 UTC 2016
Author: feld
Date: Thu Jul 14 19:33:19 2016
New Revision: 418555
URL: https://svnweb.freebsd.org/changeset/ports/418555
Log:
MFH: r418473
Fixed missed Python module requirement :(
Approved by: ports-secteam (with hat)
Modified:
branches/2016Q3/net/samba43/Makefile
branches/2016Q3/net/samba44/Makefile
Directory Properties:
branches/2016Q3/ (props changed)
Modified: branches/2016Q3/net/samba43/Makefile
==============================================================================
--- branches/2016Q3/net/samba43/Makefile Thu Jul 14 18:53:10 2016 (r418554)
+++ branches/2016Q3/net/samba43/Makefile Thu Jul 14 19:33:19 2016 (r418555)
@@ -3,7 +3,7 @@
PORTNAME?= ${SAMBA4_BASENAME}43
PORTVERSION?= ${SAMBA4_VERSION}
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES?= net
MASTER_SITES= SAMBA/samba/stable SAMBA/samba/rc
DISTNAME= ${SAMBA4_DISTNAME}
@@ -90,8 +90,8 @@ BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}
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.5:devel/talloc
Modified: branches/2016Q3/net/samba44/Makefile
==============================================================================
--- branches/2016Q3/net/samba44/Makefile Thu Jul 14 18:53:10 2016 (r418554)
+++ branches/2016Q3/net/samba44/Makefile Thu Jul 14 19:33:19 2016 (r418555)
@@ -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}
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
More information about the svn-ports-branches
mailing list