Ticket #51916: Portfile-ps.diff
File Portfile-ps.diff, 1.5 KB (added by harciga, 8 years ago) |
---|
-
Portfile
old new 2 2 # $Id: Portfile 138496 2015-07-10 05:05:45Z devans@macports.org $ 3 3 4 4 PortSystem 1.0 5 PortGroup compiler_blacklist_versions 1.0 5 6 6 7 name zathura-plugin-ps 7 version 0.2.2 8 revision 1 8 version 0.2.3 9 9 categories office 10 10 platforms darwin 11 11 license zlib … … 20 20 master_sites http://pwmt.org/projects/zathura-ps/download/ 21 21 distname zathura-ps-${version} 22 22 23 checksums \ 24 rmd160 f6492979bc5d91b1963bc973d626ed72bebff87f \ 25 sha256 e6546261db03b0b6b6499a8e109dc9ff3b8eb8b154ce45f5c6284c1e76d1d7a8 23 checksums rmd160 7081371b2f6349de7d24b9d90ad3460f67eeba7c \ 24 sha256 a9eef74b12aec87ac2c4309f12d0f9c83b228fe64a788ee46b2c3a7c91779aa3 26 25 27 26 patch.pre_args -p1 28 27 patchfiles patch-Makefile.diff \ … … 37 36 38 37 use_configure no 39 38 39 # blacklist compilers that don't support -std=c11 40 compiler.blacklist *gcc* {clang < 300} 41 40 42 variant universal {} 41 43 42 44 build.args PREFIX=${prefix} … … 47 49 LDFLAGS="[get_canonical_archflags ld]" \ 48 50 VERBOSE=1 49 51 50 eval destroot.env${build.env}51 eval destroot.args${build.args}52 destroot.env {*}${build.env} 53 destroot.args {*}${build.args} 52 54 53 55 post-activate { 54 56 system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"