GNU Stow 2.3.1 was recently released. The main difference is that the run-time dependencies on the Perl modules Clone::Choose and Hash::Merge (introduced in release 2.3.0) were dropped.
A diff of the port is attached. Regards, Andreas (maintainer)
Index: Makefile =================================================================== RCS file: /extra/cvs/ports/sysutils/stow/Makefile,v retrieving revision 1.15 diff -u -p -r1.15 Makefile --- Makefile 24 Jul 2019 10:30:33 -0000 1.15 +++ Makefile 21 Aug 2019 10:18:52 -0000 @@ -2,7 +2,7 @@ COMMENT= manages software package installations with symlinks -DISTNAME= stow-2.3.0 +DISTNAME= stow-2.3.1 CATEGORIES= sysutils HOMEPAGE= https://www.gnu.org/software/stow/stow.html @@ -16,10 +16,6 @@ MASTER_SITES= ${MASTER_SITE_GNU:=stow/} CONFIGURE_STYLE=gnu USE_GMAKE=Yes - -RUN_DEPENDS= devel/p5-Clone \ - devel/p5-Clone-Choose \ - devel/p5-Hash-Merge TEST_DEPENDS= devel/p5-IO-stringy \ devel/p5-Test-Output Index: distinfo =================================================================== RCS file: /extra/cvs/ports/sysutils/stow/distinfo,v retrieving revision 1.7 diff -u -p -r1.7 distinfo --- distinfo 24 Jul 2019 10:30:33 -0000 1.7 +++ distinfo 21 Aug 2019 10:13:17 -0000 @@ -1,2 +1,2 @@ -SHA256 (stow-2.3.0.tar.gz) = BSTqoNRIXRv/t4tc31tvwT45REZmyi5RM29m3bPIGEE= -SIZE (stow-2.3.0.tar.gz) = 652135 +SHA256 (stow-2.3.1.tar.gz) = CdXZlnG3hTf9mywLOaXpdhp6Dpefb9t+q/pY7kXwPUs= +SIZE (stow-2.3.1.tar.gz) = 654191
