Ticket #33854: Portfile.diff

File Portfile.diff, 1.1 KB (added by ranauei@…, 12 years ago)
  • Portfile

    old new  
    44
    55name             bsdiff
    66version          4.3
    7 revision         1
     7revision         2
    88categories       devel
    99maintainers      nomaintainer
    1010description      Generates and applies patches to binary files
     
    1616homepage         http://www.daemonology.net/bsdiff/
    1717platforms        darwin
    1818master_sites     ${homepage}
    19 checksums        md5 e6d812394f0e0ecc8d5df255aa1db22a
    2019
    21 patchfiles       patch-bspatch.c.diff
     20checksums        sha256 18821588b2dc5bf159aa37d3bcb7b885d85ffd1e19f23a0c57a58723fea85f48 \
     21                 rmd160 27bb255b5dd5aa56d3a076dac9ca76d238a79a04
    2222
    23 post-patch {
    24     reinplace s|/man/man1|/share/man/man1| ${worksrcpath}/Makefile
    25 }
     23patchfiles       patch-bspatch.c.diff \
     24                 patch-Makefile.diff
    2625
    2726depends_lib      port:bzip2
    2827
     
    3736    eval configure.ldflags-append   ${configure.ld_archflags}
    3837}
    3938
    40 build.type       bsd
    4139build.env-append CC="${configure.cc}" \
    4240                 CFLAGS="${configure.cflags}" \
    4341                 LDFLAGS="${configure.ldflags}"