diff --git a/sysutils/fcron/Portfile b/sysutils/fcron/Portfile index 5768ce80406..3ecd4d8a9b8 100644 --- a/sysutils/fcron/Portfile +++ b/sysutils/fcron/Portfile @@ -2,14 +2,14 @@ PortSystem 1.0 PortGroup legacysupport 1.0 + # for strndup legacysupport.newest_darwin_requires_legacy 10 name fcron -version 3.2.1 -revision 3 +version 3.4.1 +revision 0 categories sysutils -platforms darwin license GPL-2 maintainers {khindenburg @kurthindenburg} openmaintainer description fcron is an alternative scheduler aka cron daemon @@ -20,14 +20,14 @@ long_description fcron is a scheduler. It aims at replacing Vixie Cron, so \ systems which are not running neither all the time nor \ regularly (contrary to anacrontab). -homepage https://web.archive.org/web/20190804123648/http://fcron.free.fr/ -# This archives still works +homepage http://fcron.free.fr/ master_sites http://fcron.free.fr/archives -# The official git repo is now https://github.com/yo8192/fcron; nothing there ATM +# The official git repo is now https://github.com/yo8192/fcron extract.suffix .src.tar.gz -checksums rmd160 a3c17af13e2b6fd9e30e9365822e6609c3d79464 \ - sha256 6114d0a39a32853669c0c0ba0f96d92920e7cabca3ff1edf37d25750403e5f6a +checksums rmd160 119ca00c096c93b4d46ae0e8eeb030fe8bf89992 \ + sha256 75717e3916cbcefbcde58e7bfd515150d75f7632385b2db6bdd2fbc24289ecd5 \ + size 624543 depends_build-append port:perl5 depends_lib-append port:readline @@ -79,4 +79,5 @@ Try 'EDITOR=/usr/bin/vi fcrontab -e', if that works, set EDITOR in your shells config. " -livecheck.type none +livecheck.type regex +livecheck.regex "${name} (\\d+(?:\\.\\d+)+)"