svn commit: r418473 - in head/net: samba43 samba44

Kubilay Kocak koobs at FreeBSD.org
Thu Jul 14 07:31:24 UTC 2016


On 13/07/2016 11:03 PM, Timur I. Bakeyev wrote:
> Author: timur
> Date: Wed Jul 13 13:03:00 2016
> New Revision: 418473
> URL: https://svnweb.freebsd.org/changeset/ports/418473
> 
> Log:
>   Fixed missed Python module requirement :(

PR: 211072 [1]
MFH: 2016Q3

This commit also needs to be MFH'd

[1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211072


> Modified:
>   head/net/samba43/Makefile
>   head/net/samba44/Makefile
> 
> Modified: head/net/samba43/Makefile
> ==============================================================================
> --- head/net/samba43/Makefile	Wed Jul 13 12:47:51 2016	(r418472)
> +++ head/net/samba43/Makefile	Wed Jul 13 13:03:00 2016	(r418473)
> @@ -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: head/net/samba44/Makefile
> ==============================================================================
> --- head/net/samba44/Makefile	Wed Jul 13 12:47:51 2016	(r418472)
> +++ head/net/samba44/Makefile	Wed Jul 13 13:03:00 2016	(r418473)
> @@ -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-head mailing list