GNU Stow 2.3.0 was released on the 29th of June 2019. Patch is attached.
Regards, Andreas (port maintainer) Release announcement: https://lists.gnu.org/archive/html/info-stow/2019-06/msg00000.html Summary: 1. New features / changes in behaviour .. 1. New --dotfiles option .. 2. Shell-like expansion in .stowrc files .. 3. chkstow now honours the $STOW_DIR environment variable .. 4. Stow now has a non-zero exit code if option parsing failed 2. License upgraded from GPL version 2 to version 3 3. Documentation fixes and enhancements .. 1. Remove dependency on unmaintained texi2html .. 2. Fixed naming of man page .. 3. Convert README and INSTALL to Markdown .. 4. Update documentation to reflect more modern use cases .. 5. Miscellaneous documentation fixes 4. Fixes for bugs, tests, and other technical debt .. 1. Add Docker files for convenient testing across multiple Perl versions .. 2. Set up continuous testing via Travis CI .. 3. Add Coveralls integration with GitHub .. 4. Miscellaneous improvements to the test suite .. 5. Fix for test suite on Cygwin .. 6. aclocal.m4 was updated using aclocal 1.15.1. .. 7. Miscellaneous fixes to the build and distribution process .. 8. Improve handling of directories with unusual names
Index: Makefile =================================================================== RCS file: /cvs/ports/sysutils/stow/Makefile,v retrieving revision 1.14 diff -u -p -r1.14 Makefile --- Makefile 12 Jul 2019 20:49:52 -0000 1.14 +++ Makefile 23 Jul 2019 19:46:51 -0000 @@ -2,21 +2,24 @@ COMMENT= manages software package installations with symlinks -DISTNAME= stow-2.2.2 -REVISION= 0 +DISTNAME= stow-2.3.0 CATEGORIES= sysutils HOMEPAGE= https://www.gnu.org/software/stow/stow.html MAINTAINER= Andreas Kusalananda Kahari <andreas.kah...@abc.se> -# GPLv2+ +# GPLv3+ PERMIT_PACKAGE= Yes 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: /cvs/ports/sysutils/stow/distinfo,v retrieving revision 1.6 diff -u -p -r1.6 distinfo --- distinfo 10 Nov 2015 09:13:50 -0000 1.6 +++ distinfo 23 Jul 2019 19:46:51 -0000 @@ -1,2 +1,2 @@ -SHA256 (stow-2.2.2.tar.gz) = 4vd2STAbIVua28LwdFI77eutNmgSaQudyURXr1zyc98= -SIZE (stow-2.2.2.tar.gz) = 579324 +SHA256 (stow-2.3.0.tar.gz) = BSTqoNRIXRv/t4tc31tvwT45REZmyi5RM29m3bPIGEE= +SIZE (stow-2.3.0.tar.gz) = 652135 Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/sysutils/stow/pkg/PLIST,v retrieving revision 1.4 diff -u -p -r1.4 PLIST --- pkg/PLIST 7 May 2015 11:27:59 -0000 1.4 +++ pkg/PLIST 23 Jul 2019 19:46:51 -0000 @@ -9,7 +9,8 @@ libdata/perl5/site_perl/Stow/Util.pm share/doc/stow/ share/doc/stow/ChangeLog share/doc/stow/ChangeLog.OLD -share/doc/stow/README +share/doc/stow/INSTALL.md +share/doc/stow/README.md share/doc/stow/manual-single.html share/doc/stow/manual-split/ share/doc/stow/manual-split/Bootstrapping.html