Ticket #48201: Portfile-analog.diff

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

    old new  
    44PortSystem          1.0
    55
    66name                analog
    7 version             6.0.11
     7version             6.0.12
    88
    99categories          www
    1010license             GPL-2
     
    2222distname            analog-src-[string range [subst [regsub -all {\.} "${version}" {}]] 0 6]ce
    2323use_zip             yes
    2424
    25 checksums           rmd160  14769d38a047fc274570e975d3e88a9a986ca732 \
    26                     sha256  5aa8e1a5458f4536555bb0f63888321143fee7e600e89bc3bde4757e9cb047b3
    27 
    28 worksrcdir          analog-[string range [subst [regsub -all {\.} "${version}" {-}]] 0 6]source
     25checksums           rmd160  01391b8674284c63571653eb6efd49a5d506663c \
     26                    sha256  0cb14aa9b9b3e204656fcb61fef5ecefc63b54eca8772a358ab7ea6a1eb443fd
    2927
    3028# Note, it'd be nice to use an already-installed version of jpeg and libpng
    3129# as well, but analog currently doesn't have a HAVE_ define for them, just
     
    4139
    4240build.args          DEFS="-DHAVE_ZLIB" LIBS="-lz"
    4341build.target        analog
    44 #build.cmd          cd ${worksrcpath}/src && make
    4542
    4643destroot {
    4744    xinstall -m 755 -d "${destroot}${prefix}/bin" \