Date: Thu, 29 Apr 2021 09:34:09 -0400 From: "Dan Langille" <dan@langille.org> To: "Guangyuan Yang" <ygy@FreeBSD.org>, ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: Re: git: f133c410c6d9 - main - devel/py-gitpython: Update to 3.1.15 Message-ID: <dd883b29-11b1-4558-9e66-c0ddddbe93f9@www.fastmail.com> In-Reply-To: <202104282340.13SNeLbo087782@gitrepo.freebsd.org> References: <202104282340.13SNeLbo087782@gitrepo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Apr 28, 2021, at 7:40 PM, Guangyuan Yang wrote: > The branch main has been updated by ygy (doc committer): > > URL: > https://cgit.FreeBSD.org/ports/commit/?id=f133c410c6d97254810f4f0fbd329e42b9eaf3a1 > > commit f133c410c6d97254810f4f0fbd329e42b9eaf3a1 > Author: Guangyuan Yang <ygy@FreeBSD.org> > AuthorDate: 2021-04-28 23:40:05 +0000 > Commit: Guangyuan Yang <ygy@FreeBSD.org> > CommitDate: 2021-04-28 23:40:05 +0000 > > devel/py-gitpython: Update to 3.1.15 > > - Also changed the PORTNAME to lower cases When changing a port name, should all the ports which depend upon it be updated? Should it be one commit updating them all? I ask because I know sysutils/iocage-devel is broken and I suspect the other ports listed here are broken too: https://www.freshports.org/devel/py-gitpython#RequiredByRun e.g. [122amd64-dvl] Extracting py38-gitpython-3.1.15: 100% ===> py38-iocage-devel-1.0.0.20210429,1 depends on package: py38-GitPython>=2.1.10 - not found *** Error code 1 > > Approved by: lwhsu > --- > devel/py-gitpython/Makefile | 5 +++-- > devel/py-gitpython/distinfo | 6 +++--- > 2 files changed, 6 insertions(+), 5 deletions(-) > > diff --git a/devel/py-gitpython/Makefile b/devel/py-gitpython/Makefile > index 117fc3b6bc1c..7cb3e5945cf5 100644 > --- a/devel/py-gitpython/Makefile > +++ b/devel/py-gitpython/Makefile > @@ -1,8 +1,9 @@ > -PORTNAME= GitPython > -DISTVERSION= 3.1.11 > +PORTNAME= gitpython > +DISTVERSION= 3.1.15 > CATEGORIES= devel python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > +DISTNAME= GitPython-${PORTVERSION} > > MAINTAINER= ygy@FreeBSD.org > COMMENT= Python Git Library > diff --git a/devel/py-gitpython/distinfo b/devel/py-gitpython/distinfo > index 5ed68c7c9e03..76cf83576ab4 100644 > --- a/devel/py-gitpython/distinfo > +++ b/devel/py-gitpython/distinfo > @@ -1,3 +1,3 @@ > -TIMESTAMP = 1605172201 > -SHA256 (GitPython-3.1.11.tar.gz) = > befa4d101f91bad1b632df4308ec64555db684c360bd7d2130b4807d49ce86b8 > -SIZE (GitPython-3.1.11.tar.gz) = 170908 > +TIMESTAMP = 1619622145 > +SHA256 (GitPython-3.1.15.tar.gz) = > 05af150f47a5cca3f4b0af289b73aef8cf3c4fe2385015b06220cbcdee48bb6e > +SIZE (GitPython-3.1.15.tar.gz) = 175132 > _______________________________________________ > dev-commits-ports-all@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/dev-commits-ports-all > To unsubscribe, send any mail to > "dev-commits-ports-all-unsubscribe@freebsd.org" > -- Dan Langille dan@langille.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?dd883b29-11b1-4558-9e66-c0ddddbe93f9>