Ticket #51914: Portfile-djvu.diff

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

    old new  
    22# $Id: Portfile 137247 2015-06-07 12:43:27Z khindenburg@macports.org $
    33
    44PortSystem          1.0
     5PortGroup           compiler_blacklist_versions 1.0
    56
    67name                zathura-plugin-djvu
    7 version             0.2.4
     8version             0.2.5
    89categories          office
    910platforms           darwin
    1011maintainers         gmail.com:starkhalo \
     
    2021master_sites        http://pwmt.org/projects/zathura-djvu/download/
    2122distname            zathura-djvu-${version}
    2223
    23 checksums           rmd160  109b9392111ad3e2dba72d7677ee7e5df4a160de \
    24                     sha256  ac10b8c07fd9f58281225e1a4cb026634cd03bf6b549eaceeea02f99ab5334bc
     24checksums           rmd160  cddb68260f74ff406053c362f94b51caeae8f670 \
     25                    sha256  08b7110af13e17a9d221bd7a0f7d3b479b3e31631d78bc6c5efb46271a299c0d
    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}