Ticket #51916: Portfile-ps.diff

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

    old new  
    22# $Id: Portfile 138496 2015-07-10 05:05:45Z devans@macports.org $
    33
    44PortSystem          1.0
     5PortGroup           compiler_blacklist_versions 1.0
    56
    67name                zathura-plugin-ps
    7 version             0.2.2
    8 revision            1
     8version             0.2.3
    99categories          office
    1010platforms           darwin
    1111license             zlib
     
    2020master_sites        http://pwmt.org/projects/zathura-ps/download/
    2121distname            zathura-ps-${version}
    2222
    23 checksums           \
    24     rmd160 f6492979bc5d91b1963bc973d626ed72bebff87f \
    25     sha256 e6546261db03b0b6b6499a8e109dc9ff3b8eb8b154ce45f5c6284c1e76d1d7a8
     23checksums           rmd160  7081371b2f6349de7d24b9d90ad3460f67eeba7c \
     24                    sha256  a9eef74b12aec87ac2c4309f12d0f9c83b228fe64a788ee46b2c3a7c91779aa3
    2625
    2726patch.pre_args      -p1
    2827patchfiles          patch-Makefile.diff \
     
    3736
    3837use_configure       no
    3938
     39# blacklist compilers that don't support -std=c11
     40compiler.blacklist  *gcc* {clang < 300}
     41
    4042variant universal   {}
    4143
    4244build.args          PREFIX=${prefix}
     
    4749                    LDFLAGS="[get_canonical_archflags ld]" \
    4850                    VERBOSE=1
    4951
    50 eval destroot.env   ${build.env}
    51 eval destroot.args  ${build.args}
     52destroot.env        {*}${build.env}
     53destroot.args       {*}${build.args}
    5254
    5355post-activate {
    5456    system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"