svn commit: r401923 - in head/devel: . py-pytz py-pytz3

Kubilay Kocak koobs at FreeBSD.org
Thu Nov 19 09:58:53 UTC 2015


On 19/11/2015 8:54 PM, Muhammad Moinur Rahman wrote:
> Author: bofh
> Date: Thu Nov 19 09:54:40 2015
> New Revision: 401923
> URL: https://svnweb.freebsd.org/changeset/ports/401923
> 
> Log:
>   [NEW] devel/pytz3: Slave port of devel/pytz for python3
>   
>   - Modify overriding MAINTAINER in py-pytz
>   - Creating this port for upcoming GNS3 updates which requires python3
>     specific modules
> 
> Added:
>   head/devel/py-pytz3/
>   head/devel/py-pytz3/Makefile   (contents, props changed)
> Modified:
>   head/devel/Makefile
>   head/devel/py-pytz/Makefile
> 
> Modified: head/devel/Makefile
> ==============================================================================
> --- head/devel/Makefile	Thu Nov 19 09:53:19 2015	(r401922)
> +++ head/devel/Makefile	Thu Nov 19 09:54:40 2015	(r401923)
> @@ -4228,6 +4228,7 @@
>      SUBDIR += py-pytools
>      SUBDIR += py-pytrie
>      SUBDIR += py-pytz
> +    SUBDIR += py-pytz3
>      SUBDIR += py-pyutil
>      SUBDIR += py-pyvisa
>      SUBDIR += py-pyvisa-py
> 
> Modified: head/devel/py-pytz/Makefile
> ==============================================================================
> --- head/devel/py-pytz/Makefile	Thu Nov 19 09:53:19 2015	(r401922)
> +++ head/devel/py-pytz/Makefile	Thu Nov 19 09:54:40 2015	(r401923)
> @@ -8,7 +8,7 @@ CATEGORIES=	devel python
>  MASTER_SITES=	CHEESESHOP
>  PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
>  
> -MAINTAINER=	lwhsu at FreeBSD.org
> +MAINTAINER?=	lwhsu at FreeBSD.org
>  COMMENT=	World Timezone Definitions for Python
>  
>  LICENSE=	MIT
> 
> Added: head/devel/py-pytz3/Makefile
> ==============================================================================
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ head/devel/py-pytz3/Makefile	Thu Nov 19 09:54:40 2015	(r401923)
> @@ -0,0 +1,10 @@
> +# Created by: Muhammad Moinur Rahman <bofh at FreeBSD.org>
> +# $FreeBSD$
> +
> +MAINTAINER=	bofh at FreeBSD.org
> +
> +PYTHON_VERSION=	python${PYTHON3_DEFAULT}
> +
> +MASTERDIR=	${.CURDIR}/../py-pytz
> +
> +.include "${MASTERDIR}/Makefile"
> 

Shouldn't this be py3-pytz ?




More information about the svn-ports-all mailing list