https://github.com/thuehlinger/daemons/releases (Changelog)
Update to the most recent release, 1.4.1 Some additional changes and bugfixes, nothing critical. ok? --Kurt Index: Makefile =================================================================== RCS file: /cvs/ports/devel/ruby-daemons/Makefile,v retrieving revision 1.23 diff -u -p -r1.23 Makefile --- Makefile 11 Mar 2022 18:53:13 -0000 1.23 +++ Makefile 6 Jul 2022 19:28:30 -0000 @@ -1,7 +1,6 @@ COMMENT= wrap existing Ruby scripts to be run as a daemon -DISTNAME= daemons-1.2.3 -REVISION= 0 +DISTNAME= daemons-1.4.1 CATEGORIES= devel HOMEPAGE= https://github.com/thuehlinger/daemons Index: distinfo =================================================================== RCS file: /cvs/ports/devel/ruby-daemons/distinfo,v retrieving revision 1.8 diff -u -p -r1.8 distinfo --- distinfo 31 Dec 2015 14:11:28 -0000 1.8 +++ distinfo 6 Jul 2022 19:28:30 -0000 @@ -1,2 +1,2 @@ -SHA256 (daemons-1.2.3.gem) = D78ffvZU6Y+sMktDq2kFdvvotmlBaTtHP08n7zNMAy0= -SIZE (daemons-1.2.3.gem) = 24576 +SHA256 (daemons-1.4.1.gem) = j8dtdvrsZp/rXkVdcvNb1MRtxnNeKMQgr7gi+sH6mh0= +SIZE (daemons-1.4.1.gem) = 29696 Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/devel/ruby-daemons/pkg/PLIST,v retrieving revision 1.8 diff -u -p -r1.8 PLIST --- pkg/PLIST 11 Mar 2022 18:53:13 -0000 1.8 +++ pkg/PLIST 6 Jul 2022 19:28:30 -0000 @@ -48,5 +48,7 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/daemons/ ${GEM_LIB}/gems/${DISTNAME}/lib/daemons/pid.rb ${GEM_LIB}/gems/${DISTNAME}/lib/daemons/pidfile.rb ${GEM_LIB}/gems/${DISTNAME}/lib/daemons/pidmem.rb +${GEM_LIB}/gems/${DISTNAME}/lib/daemons/reporter.rb +${GEM_LIB}/gems/${DISTNAME}/lib/daemons/syslogio.rb ${GEM_LIB}/gems/${DISTNAME}/lib/daemons/version.rb ${GEM_LIB}/specifications/${DISTNAME}.gemspec
