Ticket #51913: Portfile-cb.diff

File Portfile-cb.diff, 1.8 KB (added by harciga, 8 years ago)
  • Portfile

    old new  
    22# $Id: Portfile 137248 2015-06-07 12:46:51Z khindenburg@macports.org $
    33
    44PortSystem          1.0
     5PortGroup           compiler_blacklist_versions 1.0
    56
    67name                zathura-plugin-cb
    7 version             0.1.4
     8version             0.1.5
    89categories          office
    910platforms           darwin
    1011license             zlib
     
    2021master_sites        http://pwmt.org/projects/zathura-cb/download/
    2122distname            zathura-cb-${version}
    2223
    23 checksums           rmd160  9219ded7822bbfb117b636fd13b57adfe116c4c4 \
    24                     sha256  f21cb140cce02b3ef8b23eff479a7f66285667ab47cdc099c10cd62eaf239626
     24checksums           rmd160  5e7552e84df9a66000462449d439b2e845515697 \
     25                    sha256  375f6912bd79648603bad51c3635ce28eaca7bf4df521c00ff9673d9b4ff6afd
    2526
    26 patchfiles          patch-Makefile.diff
     27patch.pre_args      -p1
     28patchfiles          patch-Makefile.diff \
     29                    patch-config.mk.diff
    2730
    2831depends_build       port:pkgconfig
    2932
     
    3437
    3538use_configure       no
    3639
     40# blacklist compilers that don't support -std=c11
     41compiler.blacklist  *gcc* {clang < 300}
     42
    3743variant universal   {}
    3844
    3945build.args          PREFIX=${prefix}
     
    4450                    LDFLAGS="[get_canonical_archflags ld]" \
    4551                    VERBOSE=1
    4652
    47 eval destroot.env   ${build.env}
    48 eval destroot.args  ${build.args}
     53destroot.env        {*}${build.env}
     54destroot.args       {*}${build.args}
    4955
    5056post-activate {
    5157    system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"
    5258}
    5359
    5460livecheck.type      regex
    55 livecheck.url       ${master_sites}
     61livecheck.url       [lindex ${master_sites} 0]
    5662livecheck.regex     zathura-cb-(\[0-9.\]+)${extract.suffix}