Ticket #47225: Portfile-analog.diff

File Portfile-analog.diff, 1.6 KB (added by Schamschula (Marius Schamschula), 9 years ago)
  • Portfile

    old new  
    44PortSystem          1.0
    55
    66name                analog
    7 version             6.0
     7version             6.0.11
     8
    89categories          www
    910license             GPL-2
    1011maintainers         nomaintainer
     
    1617
    1718platforms           darwin
    1819
    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/
     20homepage            http://www.c-amie.co.uk/analog/
     21master_sites        http://www.c-amie.co.uk/analog/download/src/
     22distname            analog-src-[string range [subst [regsub -all {\.} "${version}" {}]] 0 6]ce
     23use_zip             yes
     24
     25checksums           rmd160  14769d38a047fc274570e975d3e88a9a986ca732 \
     26                    sha256  5aa8e1a5458f4536555bb0f63888321143fee7e600e89bc3bde4757e9cb047b3
    2427
    25 checksums           md5 743d03a16eb8c8488205ae63cdb671cd \
    26                     sha1 17ad601f84e73c940883fb9b9e805879aac37493
     28worksrcdir          analog-[string range [subst [regsub -all {\.} "${version}" {-}]] 0 6]source
    2729
    2830# Note, it'd be nice to use an already-installed version of jpeg and libpng
    2931# as well, but analog currently doesn't have a HAVE_ define for them, just
     
    6062platform darwin {
    6163    build.args-append  OS="OSX"
    6264}
     65
     66livecheck.type      regex
     67livecheck.url       ${homepage}/download/
     68livecheck.regex     "Edition (\\d+\\.\\d+(\[0-9rc.\]+)?) Full"