Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Jul 2016 19:33:19 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r418555 - in branches/2016Q3/net: samba43 samba44
Message-ID:  <201607141933.u6EJXJYu056918@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607141933.u6EJXJYu056918>