Hi, Here is a patch for devel/p5-File-Find-Object: i) Update to 0.3.4 ii) Remove the patch, since upstream move *~ files to MANIFEST.SKIP.
It build well and passed all tests. One port depends on it, devel/p5-File-Find-Object-Rule, it build well and passed all tests with this update. Comments? OK? wen
Index: Makefile =================================================================== RCS file: /cvs/ports/devel/p5-File-Find-Object/Makefile,v retrieving revision 1.6 diff -u -p -r1.6 Makefile --- Makefile 12 Jul 2019 20:44:54 -0000 1.6 +++ Makefile 10 Sep 2019 02:14:46 -0000 @@ -5,9 +5,8 @@ COMMENT = object oriented File::Find rep # Most versions start with v, some do not and confuse portroach, skip those. PORTROACH = skipv:0.0.1,0.0.2,0.3.0 -VERSION = 0.3.2 -DISTNAME = File-Find-Object-v${VERSION} -PKGNAME = p5-File-Find-Object-${VERSION} +VERSION = 0.3.4 +DISTNAME = File-Find-Object-${VERSION} CATEGORIES = devel @@ -22,9 +21,5 @@ MODULES = cpan RUN_DEPENDS = devel/p5-Class-XSAccessor PKG_ARCH = * - -# v0.3.2 tar ball contains emacs backup files, they make review harder, remove -post-extract: - find ${WRKDIST} -name '*~' | xargs rm -- .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /cvs/ports/devel/p5-File-Find-Object/distinfo,v retrieving revision 1.2 diff -u -p -r1.2 distinfo --- distinfo 12 Sep 2017 12:29:48 -0000 1.2 +++ distinfo 10 Sep 2019 02:14:46 -0000 @@ -1,2 +1,2 @@ -SHA256 (File-Find-Object-v0.3.2.tar.gz) = fEZ7a3dSv/Rre4uEyaq+rEW7/aseIiQQii4hcK258rc= -SIZE (File-Find-Object-v0.3.2.tar.gz) = 27200 +SHA256 (File-Find-Object-0.3.4.tar.gz) = Vp+rUqsr+eBZLUZXUFbDPFKqukraMXbyLySOAdEnOnk= +SIZE (File-Find-Object-0.3.4.tar.gz) = 30168 Index: patches/patch-MANIFEST =================================================================== RCS file: patches/patch-MANIFEST diff -N patches/patch-MANIFEST --- patches/patch-MANIFEST 12 Sep 2017 12:29:48 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,26 +0,0 @@ -$OpenBSD: patch-MANIFEST,v 1.1 2017/09/12 12:29:48 bluhm Exp $ - -Index: MANIFEST ---- MANIFEST.orig -+++ MANIFEST -@@ -1,7 +1,6 @@ - # This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.047. - Build.PL - Changes --Changes~ - LICENSE - MANIFEST - META.json -@@ -12,12 +11,10 @@ dist.ini - examples/tree - inc/Test/Run/Builder.pm - lib/File/Find/Object.pm --lib/File/Find/Object.pm~ - lib/File/Find/Object/Base.pm - lib/File/Find/Object/PathComp.pm - lib/File/Find/Object/Result.pm - scripts/bump-version-number.pl --scripts/bump-version-number.pl~ - scripts/tag-release.pl - t/00-compile.t - t/01ffo.t