Revision: 134632 https://trac.macports.org/changeset/134632 Author: khindenburg@macports.org Date: 2015-04-01 07:08:26 -0700 (Wed, 01 Apr 2015) Log Message: ----------- analog: update to 6.0.11; update homepage/master_site; fix livecheck #47225 Modified Paths: -------------- trunk/dports/www/analog/Portfile Modified: trunk/dports/www/analog/Portfile =================================================================== --- trunk/dports/www/analog/Portfile 2015-04-01 14:05:19 UTC (rev 134631) +++ trunk/dports/www/analog/Portfile 2015-04-01 14:08:26 UTC (rev 134632) @@ -4,7 +4,8 @@ PortSystem 1.0 name analog -version 6.0 +version 6.0.11 + categories www license GPL-2 maintainers nomaintainer @@ -16,15 +17,16 @@ platforms darwin -homepage http://www.analog.cx/ -master_sites http://www.analog.cx/ \ - http://analog.linuxhelp.ca/ \ - http://www.rge.com/pub/infosystems/statistics/analog/ \ - http://sunsite.cnlab-switch.ch/www/mirror/analog/ +homepage http://www.c-amie.co.uk/analog/ +master_sites http://www.c-amie.co.uk/analog/download/src/ +distname analog-src-[string range [subst [regsub -all {\.} "${version}" {}]] 0 6]ce +use_zip yes -checksums md5 743d03a16eb8c8488205ae63cdb671cd \ - sha1 17ad601f84e73c940883fb9b9e805879aac37493 +checksums rmd160 14769d38a047fc274570e975d3e88a9a986ca732 \ + sha256 5aa8e1a5458f4536555bb0f63888321143fee7e600e89bc3bde4757e9cb047b3 +worksrcdir analog-[string range [subst [regsub -all {\.} "${version}" {-}]] 0 6]source + # Note, it'd be nice to use an already-installed version of jpeg and libpng # as well, but analog currently doesn't have a HAVE_ define for them, just # zlib (as well as gd, which should be here too if possible) @@ -60,3 +62,7 @@ platform darwin { build.args-append OS="OSX" } + +livecheck.type regex +livecheck.url ${homepage}/download/ +livecheck.regex "Edition (\\d+\\.\\d+(\[0-9rc.\]+)?) Full"
participants (1)
-
khindenburg@macports.org