Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Nov 2015 20:58:44 +1100
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        Muhammad Moinur Rahman <bofh@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r401923 - in head/devel: . py-pytz py-pytz3
Message-ID:  <564D9D54.4010302@FreeBSD.org>
In-Reply-To: <201511190954.tAJ9seJB090415@repo.freebsd.org>
References:  <201511190954.tAJ9seJB090415@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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@FreeBSD.org
> +MAINTAINER?=	lwhsu@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@FreeBSD.org>
> +# $FreeBSD$
> +
> +MAINTAINER=	bofh@FreeBSD.org
> +
> +PYTHON_VERSION=	python${PYTHON3_DEFAULT}
> +
> +MASTERDIR=	${.CURDIR}/../py-pytz
> +
> +.include "${MASTERDIR}/Makefile"
> 

Shouldn't this be py3-pytz ?





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