Ticket #47225: Portfile-analog.diff
File Portfile-analog.diff, 1.6 KB (added by Schamschula (Marius Schamschula), 10 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name analog 7 version 6.0 7 version 6.0.11 8 8 9 categories www 9 10 license GPL-2 10 11 maintainers nomaintainer … … 16 17 17 18 platforms darwin 18 19 19 homepage http://www.analog.cx/ 20 master_sites http://www.analog.cx/ \ 21 http://analog.linuxhelp.ca/ \ 22 http://www.rge.com/pub/infosystems/statistics/analog/ \ 23 http://sunsite.cnlab-switch.ch/www/mirror/analog/ 20 homepage http://www.c-amie.co.uk/analog/ 21 master_sites http://www.c-amie.co.uk/analog/download/src/ 22 distname analog-src-[string range [subst [regsub -all {\.} "${version}" {}]] 0 6]ce 23 use_zip yes 24 25 checksums rmd160 14769d38a047fc274570e975d3e88a9a986ca732 \ 26 sha256 5aa8e1a5458f4536555bb0f63888321143fee7e600e89bc3bde4757e9cb047b3 24 27 25 checksums md5 743d03a16eb8c8488205ae63cdb671cd \ 26 sha1 17ad601f84e73c940883fb9b9e805879aac37493 28 worksrcdir analog-[string range [subst [regsub -all {\.} "${version}" {-}]] 0 6]source 27 29 28 30 # Note, it'd be nice to use an already-installed version of jpeg and libpng 29 31 # as well, but analog currently doesn't have a HAVE_ define for them, just … … 60 62 platform darwin { 61 63 build.args-append OS="OSX" 62 64 } 65 66 livecheck.type regex 67 livecheck.url ${homepage}/download/ 68 livecheck.regex "Edition (\\d+\\.\\d+(\[0-9rc.\]+)?) Full"