Date: Thu, 19 Nov 2015 16:06:47 +0600 From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: Kubilay Kocak <koobs@freebsd.org> Cc: "ports-committers@freebsd.org" <ports-committers@freebsd.org>, "svn-ports-all@freebsd.org" <svn-ports-all@freebsd.org>, "svn-ports-head@freebsd.org" <svn-ports-head@freebsd.org> Subject: Re: svn commit: r401923 - in head/devel: . py-pytz py-pytz3 Message-ID: <CA%2BnPUkycD8ocvv2x1bqBuoDgNXK%2BYhjazBGxHHY3DPHa3AjMcA@mail.gmail.com> In-Reply-To: <564D9D54.4010302@FreeBSD.org> References: <201511190954.tAJ9seJB090415@repo.freebsd.org> <564D9D54.4010302@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
I tried to follow devel/py-setuptools[0-9][0-9] format. Any advice? On Thu, Nov 19, 2015 at 3:58 PM, Kubilay Kocak <koobs@freebsd.org> wrote: > 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?CA%2BnPUkycD8ocvv2x1bqBuoDgNXK%2BYhjazBGxHHY3DPHa3AjMcA>