Index: devel/p5-Hash-Merge/Makefile
===================================================================
RCS file: /data/OpenBSD_CVSROOT/ports/devel/p5-Hash-Merge/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- devel/p5-Hash-Merge/Makefile 20 Mar 2016 19:56:25 -0000 1.13
+++ devel/p5-Hash-Merge/Makefile 1 Feb 2019 21:58:33 -0000
@@ -4,7 +4,7 @@
MODULES = cpan
PKG_ARCH = *
-DISTNAME = Hash-Merge-0.200
+DISTNAME = Hash-Merge-0.300
CATEGORIES = devel
MAINTAINER = Andrew Fresh <afresh1@openbsd.org>
@@ -12,6 +12,10 @@
# Perl
PERMIT_PACKAGE_CDROM = Yes
-RUN_DEPENDS = devel/p5-Clone>=0
+RUN_DEPENDS = devel/p5-Clone>=0 \
+ devel/p5-Clone-Choose
+
+TEST_DEPENDS = devel/p5-Clone-PP \
+ devel/p5-Clone
.include <bsd.port.mk>
Hi Andrew,
On Wed, Jan 30, 2019 at 08:17:41PM -0700, andrew@afresh1.com wrote:
> > With Clone::Choose installed, it ends up successfully.
> > This new port is attached
>
> This needs some TEST_DEPENDS for `make test` to pass, but with that
> OK afresh1@
>
> TEST_DEPENDS = devel/p5-Test-Without-Module \
> devel/p5-Clone-PP \
> devel/p5-Clone
>
>
> > and an update of Hash::Merge as well.
>
> This also could use a TEST_DEPENDS=devel/p5-Clone-PP to make all the
> tests pass.
>
> With that and Clone::Choose, the reverse depends don't seem to have any
> fallout so this too is OK afresh1@ after Clone::Choose goes in.
>
> Thanks!
>
>
> I'll look at Rex again, but if sthen fixed it I'm sure it's OK
Thank you for the review.
Here are the latest updates.
Best
--
Olivier Cherrier
mailto:oc@symacx.com
No comments:
Post a Comment