Ticket #47868: Portfile.diff

File Portfile.diff, 1.5 KB (added by harciga, 9 years ago)
  • Portfile

    old new  
    44PortSystem          1.0
    55
    66name                zathura-plugin-djvu
    7 version             0.2.3
     7version             0.2.4
    88categories          office
    99platforms           darwin
    10 maintainers         gmail.com:starkhalo openmaintainer
     10maintainers         gmail.com:starkhalo \
     11                    openmaintainer
    1112license             zlib
    1213
    1314description         The zathura-djvu plugin adds DjVu support to zathura.
     
    1920master_sites        http://pwmt.org/projects/zathura-djvu/download/
    2021distname            zathura-djvu-${version}
    2122
    22 checksums           rmd160  30e683a033410ccbb2d494f8ef00e06f40158ee5 \
    23                     sha256  c16e82d525012b788fd01c4189df93708fcffffb7dd34ca09db55005d644ed89
     23checksums           rmd160  109b9392111ad3e2dba72d7677ee7e5df4a160de \
     24                    sha256  ac10b8c07fd9f58281225e1a4cb026634cd03bf6b549eaceeea02f99ab5334bc
    2425
    25 patch.pre_args      -p1
    26 patchfiles          patch-Makefile.diff \
    27                     patch-config.mk.diff
     26patchfiles          patch-Makefile.diff
    2827
    2928depends_build       port:pkgconfig
    3029
     
    4544                    LDFLAGS="[get_canonical_archflags ld]" \
    4645                    VERBOSE=1
    4746
    48 eval destroot.env   ${build.env}
    49 eval destroot.args  ${build.args}
     47destroot.env        {*}${build.env}
     48destroot.args       {*}${build.args}
    5049
    5150post-activate {
    5251    system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"