Hi Wen, Thanks for the heads up!
On Tue, 7 May 2019 13:10:00 +0000 wen heping <[email protected]> wrote: > Hi, ports@ : > > Here is a patch to update www/p5-Dancer to 1.3512. > It build well and all tests passed on my amd64 system. > > There are 2 ports depends p5-Dancer, > 1 www/p5-Dancer-Plugin-Thumbnail : build well and regression test > passed. 2 databases/ports-readmes-dancer : build well and run well. Same thing here. > OK? Comments ? I've changed the depends according to what portgen(1) and the test output said, replaced the post-install hook with a @comment, And fixed spacing here and there. > Regards, > wen Charlène. Index: Makefile =================================================================== RCS file: /cvs/ports/www/p5-Dancer/Makefile,v retrieving revision 1.12 diff -u -p -u -p -r1.12 Makefile --- Makefile 7 Jan 2019 01:05:15 -0000 1.12 +++ Makefile 7 May 2019 17:02:56 -0000 @@ -4,37 +4,36 @@ COMMENT = simple perl web app framework MODULES = cpan PKG_ARCH = * -DISTNAME = Dancer-1.3500 +DISTNAME = Dancer-1.3512 CATEGORIES = www # perl PERMIT_PACKAGE_CDROM = Yes -RUN_DEPENDS = devel/p5-Hash-Merge-Simple \ - devel/p5-Try-Tiny \ +RUN_DEPENDS = devel/p5-Hash-Merge-Simple \ devel/p5-Module-Runtime \ + devel/p5-Try-Tiny \ mail/p5-MIME-Types \ www/p5-HTTP-Body \ - www/p5-HTTP-Server-Simple-PSGI + www/p5-HTTP-Date \ + www/p5-HTTP-Message \ + www/p5-HTTP-Server-Simple-PSGI \ + www/p5-URI -TEST_DEPENDS += converters/p5-JSON \ - devel/p5-Clone \ +TEST_DEPENDS = converters/p5-JSON>=2.90 \ + devel/p5-Clone \ devel/p5-Data-Dump \ devel/p5-Devel-Hide \ devel/p5-Test-CPAN-Meta \ - devel/p5-Test-Output \ devel/p5-Test-NoWarnings \ + devel/p5-Test-Output \ devel/p5-YAML \ - net/p5-Test-TCP \ textproc/p5-Template \ textproc/p5-Template-Provider-Encoding \ - www/p5-HTTP-CookieJar \ - www/p5-Plack + www/p5-HTTP-CookieJar>=0.008 \ + www/p5-Plack -MAKE_ENV += TEST_POD=Yes AUTHOR_TESTING=Yes RELEASE_TESTING=Yes +MAKE_ENV += TEST_POD=Yes AUTHOR_TESTING=Yes RELEASE_TESTING=Yes -# XXX Upstream has left a .swo file hanging -post-extract: - @rm ${WRKSRC}/lib/Dancer/.Test.pm.swo .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /cvs/ports/www/p5-Dancer/distinfo,v retrieving revision 1.7 diff -u -p -u -p -r1.7 distinfo --- distinfo 7 Jan 2019 01:05:15 -0000 1.7 +++ distinfo 7 May 2019 17:02:56 -0000 @@ -1,2 +1,2 @@ -SHA256 (Dancer-1.3500.tar.gz) = WAQqpG3+qGTkpZHcgPRtkBvS5xKN4kLj5XdGPROZXNw= -SIZE (Dancer-1.3500.tar.gz) = 392695 +SHA256 (Dancer-1.3512.tar.gz) = sfZE3wWn21fYpOB3gm6HWDWzH0RW+FURDoz0WmZxVZA= +SIZE (Dancer-1.3512.tar.gz) = 394458 Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/www/p5-Dancer/pkg/PLIST,v retrieving revision 1.3 diff -u -p -u -p -r1.3 PLIST --- pkg/PLIST 7 Jan 2019 01:05:15 -0000 1.3 +++ pkg/PLIST 7 May 2019 17:02:56 -0000 @@ -2,6 +2,7 @@ bin/dancer ${P5SITE}/Dancer/ ${P5SITE}/Dancer.pm +@comment ${P5SITE}/Dancer/.Test.pm.swo ${P5SITE}/Dancer/App.pm ${P5SITE}/Dancer/Config/ ${P5SITE}/Dancer/Config.pm
