Re: git: e38bef4907ba - main - www/p5-Mozilla-CA: Update to 20230801
- In reply to: Robert Clausecker : "git: e38bef4907ba - main - www/p5-Mozilla-CA: Update to 20230801"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 06 Aug 2023 13:58:14 UTC
On Sun, Aug 6, 2023 at 8:43 PM Robert Clausecker <fuz@freebsd.org> wrote: > The branch main has been updated by fuz: > > URL: > https://cgit.FreeBSD.org/ports/commit/?id=e38bef4907ba0e985e29bc6d388a803c59292e20 > > commit e38bef4907ba0e985e29bc6d388a803c59292e20 > Author: Sergei Vyshenski <svysh.fbsd@gmail.com> > AuthorDate: 2023-08-02 23:05:51 +0000 > Commit: Robert Clausecker <fuz@FreeBSD.org> > CommitDate: 2023-08-06 12:42:46 +0000 > > www/p5-Mozilla-CA: Update to 20230801 > > - respect move of the project to GH > We always use the release tarball/zipball from CPAN. What's wrong with it? from https://metacpan.org/dist/Mozilla-CA/changes 20221114 - moved repository and issues to https://github.com/libwww-perl/Mozilla-CA It does not affect the fact that we fetch the source from CPAN. Please revert those changes. Thanks. > > Changelog: > https://github.com/libwww-perl/Mozilla-CA/blob/master/Changes > > PR: 272903 > --- > www/p5-Mozilla-CA/Makefile | 9 ++++++--- > www/p5-Mozilla-CA/distinfo | 6 +++--- > 2 files changed, 9 insertions(+), 6 deletions(-) > > diff --git a/www/p5-Mozilla-CA/Makefile b/www/p5-Mozilla-CA/Makefile > index ae2dec71b836..19e615bc0788 100644 > --- a/www/p5-Mozilla-CA/Makefile > +++ b/www/p5-Mozilla-CA/Makefile > @@ -1,18 +1,21 @@ > PORTNAME= Mozilla-CA > -PORTVERSION= 20221114 > +DISTVERSIONPREFIX= v > +DISTVERSION= 20230801 > CATEGORIES= www perl5 > -MASTER_SITES= CPAN > PKGNAMEPREFIX= p5- > > MAINTAINER= svysh.fbsd@gmail.com > COMMENT= Perl extension for Mozilla CA cert bundle in PEM format > -WWW= https://metacpan.org/release/Mozilla-CA > +WWW= https://github.com/libwww-perl/Mozilla-CA > > LICENSE= MPL20 > LICENSE_FILE= ${WRKSRC}/README > > USES= perl5 > +USE_GITHUB= yes > +GH_ACCOUNT= libwww-perl > USE_PERL5= configure > + > NO_ARCH= yes > > .include <bsd.port.mk> > diff --git a/www/p5-Mozilla-CA/distinfo b/www/p5-Mozilla-CA/distinfo > index 6a397e74b5ce..a472c06b62f9 100644 > --- a/www/p5-Mozilla-CA/distinfo > +++ b/www/p5-Mozilla-CA/distinfo > @@ -1,3 +1,3 @@ > -TIMESTAMP = 1668592281 > -SHA256 (Mozilla-CA-20221114.tar.gz) = > 701bea67be670add5a102f9f8c879402b4983096b1cb0e20dd47d52d7a10666b > -SIZE (Mozilla-CA-20221114.tar.gz) = 142097 > +TIMESTAMP = 1690977483 > +SHA256 (libwww-perl-Mozilla-CA-v20230801_GH0.tar.gz) = > 474151b7d6a85d18367919c31aff869d938243386ec18e8a24dbc0b71bf7997b > +SIZE (libwww-perl-Mozilla-CA-v20230801_GH0.tar.gz) = 137779 > >