On 2019/05/16 00:40, Julien Dhaille wrote: > Hi, > update from upstream, 0.07 to 0.09, add the CPAN_AUTHOR and fix PKGNAME > build and test OK on amd64-current
I don't think CPAN_AUTHOR is required in order to fetch the file; including it in that case means that it's harder to notice a future update if it's done by a different author. > Index: Makefile > =================================================================== > RCS file: /cvs/ports/devel/p5-Array-Diff/Makefile,v > retrieving revision 1.10 > diff -u -p -r1.10 Makefile > --- Makefile 20 Mar 2016 19:56:13 -0000 1.10 > +++ Makefile 15 May 2019 22:31:22 -0000 > @@ -4,12 +4,13 @@ COMMENT= perform diffs on arrays > > MODULES= cpan > PKG_ARCH= * > -DISTNAME = Array-Diff-0.07 > -PKGNAME = p5-${DISTNAME}000 > +DISTNAME= Array-Diff-0.09 > CATEGORIES= devel > > # Perl > PERMIT_PACKAGE_CDROM= Yes > + > +CPAN_AUTHOR= NEILB > > MAKE_ENV+= TEST_POD=1 > > Index: distinfo > =================================================================== > RCS file: /cvs/ports/devel/p5-Array-Diff/distinfo,v > retrieving revision 1.2 > diff -u -p -r1.2 distinfo > --- distinfo 1 Dec 2014 13:36:03 -0000 1.2 > +++ distinfo 15 May 2019 22:31:22 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (Array-Diff-0.07.tar.gz) = > eOfTozdMdOEXtxmPjmZJNnopBlYbikhdOHDyQvqPg0Y= > -SIZE (Array-Diff-0.07.tar.gz) = 52126 > +SHA256 (Array-Diff-0.09.tar.gz) = > gAY5Lphh50FTfCu8kRbI5CuWLy4H6NZBov9qEcZEUHc= > +SIZE (Array-Diff-0.09.tar.gz) = 11335 >