Date: Sun, 8 Nov 2015 15:52:52 +1100 From: Kubilay Kocak <koobs@FreeBSD.org> To: Grzegorz Blach <gblach@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r401016 - in head/devel: . py-backports_abc Message-ID: <563ED524.8090409@FreeBSD.org> In-Reply-To: <201511071849.tA7InP7b041935@repo.freebsd.org> References: <201511071849.tA7InP7b041935@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 8/11/2015 5:49 AM, Grzegorz Blach wrote: > Author: gblach > Date: Sat Nov 7 18:49:25 2015 > New Revision: 401016 > URL: https://svnweb.freebsd.org/changeset/ports/401016 > > Log: > Add new port: devel/py-backports_abc > > A backport of recent additions to the 'collections.abc' module. > > Added: > head/devel/py-backports_abc/ > head/devel/py-backports_abc/Makefile (contents, props changed) > head/devel/py-backports_abc/distinfo (contents, props changed) > head/devel/py-backports_abc/pkg-descr (contents, props changed) > Modified: > head/devel/Makefile > > Modified: head/devel/Makefile > ============================================================================== > --- head/devel/Makefile Sat Nov 7 18:26:02 2015 (r401015) > +++ head/devel/Makefile Sat Nov 7 18:49:25 2015 (r401016) > @@ -3915,6 +3915,7 @@ > SUBDIR += py-babel > SUBDIR += py-babelfish > SUBDIR += py-backports.shutil_get_terminal_size > + SUBDIR += py-backports_abc > SUBDIR += py-bcdoc > SUBDIR += py-billiard > SUBDIR += py-binplist > > Added: head/devel/py-backports_abc/Makefile > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/devel/py-backports_abc/Makefile Sat Nov 7 18:49:25 2015 (r401016) > @@ -0,0 +1,18 @@ > +# Created by: Grzegorz Blach <gblach@FreeBSD.org> > +# $FreeBSD$ > + > +PORTNAME= backports_abc > +PORTVERSION= 0.4 > +CATEGORIES= devel python > +MASTER_SITES= CHEESESHOP > +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > + > +MAINTAINER= gblach@FreeBSD.org > +COMMENT= Backport of recent additions to the 'collections.abc' module > + > +LICENSE= PSFL Is there a LICENSE_FILE in WRKSRC? > + > +USES= python Given this is a backport, shouldn't this be version limited to -3.something? > +USE_PYTHON= autoplist distutils > + > +.include <bsd.port.mk> >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?563ED524.8090409>