Hi,

    To update devel/p5-Git-Repository to 1.324, 4 new ports should be created,
I attached these 4 new ports in one package.

    The patch for devel/p5-Git-Repository itself include:
      i) Update to 1.324
      ii) Add devel/p5-Test-Requires-Git as TEST_DEPENDS
      iii) Add AUTHOR_TESTING to MAKE_ENV to do pod tests.

   All build well and passed all tests on amd64-head system.
   No other ports depends on devel/p5-Git-Repository.

Comments? OK?
wen

Attachment: 4-new-ports-for-p5-Git-Repository.tar.gz
Description: 4-new-ports-for-p5-Git-Repository.tar.gz

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/p5-Git-Repository/Makefile,v
retrieving revision 1.13
diff -u -p -r1.13 Makefile
--- Makefile    12 Jul 2019 20:44:56 -0000      1.13
+++ Makefile    27 Sep 2019 06:58:46 -0000
@@ -4,7 +4,7 @@ COMMENT =       Perl interface to Git reposit
 
 MODULES =      cpan
 PKG_ARCH =     *
-DISTNAME =     Git-Repository-1.317
+DISTNAME =     Git-Repository-1.324
 CATEGORIES =   devel
 
 MAINTAINER =   Benoit Lecocq <ben...@openbsd.org>
@@ -13,7 +13,9 @@ MAINTAINER =  Benoit Lecocq <benoit@openb
 PERMIT_PACKAGE =       Yes
 
 RUN_DEPENDS =          devel/p5-System-Command
-TEST_DEPENDS =         devel/git
-MAKE_ENV +=            TEST_POD=1
+TEST_DEPENDS =         devel/p5-Test-CPAN-Meta \
+                       devel/p5-Test-Requires-Git \
+                       devel/git
+MAKE_ENV +=            TEST_POD=1 AUTHOR_TESTING=yes
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/p5-Git-Repository/distinfo,v
retrieving revision 1.10
diff -u -p -r1.10 distinfo
--- distinfo    25 Feb 2016 15:18:33 -0000      1.10
+++ distinfo    27 Sep 2019 06:58:46 -0000
@@ -1,2 +1,2 @@
-SHA256 (Git-Repository-1.317.tar.gz) = 
T7SVAUYQ3VQ55Gp4yawnkXYrGTWdL3e4E5zc1QkzcRg=
-SIZE (Git-Repository-1.317.tar.gz) = 54216
+SHA256 (Git-Repository-1.324.tar.gz) = 
gU360QSpVGNJ+eD9SSyGE33oJ+vChAF6kaUmfBIK1PY=
+SIZE (Git-Repository-1.324.tar.gz) = 56277
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/p5-Git-Repository/pkg/PLIST,v
retrieving revision 1.3
diff -u -p -r1.3 PLIST
--- pkg/PLIST   25 Feb 2016 15:18:33 -0000      1.3
+++ pkg/PLIST   27 Sep 2019 06:58:46 -0000
@@ -5,12 +5,10 @@ ${P5SITE}/Git/Repository.pm
 ${P5SITE}/Git/Repository/Command.pm
 ${P5SITE}/Git/Repository/Plugin.pm
 ${P5SITE}/Git/Repository/Tutorial.pod
-${P5SITE}/Git/Repository/Util.pm
 ${P5SITE}/Test/
 ${P5SITE}/Test/Git.pm
 @man man/man3p/Git::Repository.3p
 @man man/man3p/Git::Repository::Command.3p
 @man man/man3p/Git::Repository::Plugin.3p
 @man man/man3p/Git::Repository::Tutorial.3p
-@man man/man3p/Git::Repository::Util.3p
 @man man/man3p/Test::Git.3p

Reply via email to