Ticket #47050: Portfile-pass.diff

File Portfile-pass.diff, 1.1 KB (added by edwin@…, 9 years ago)
  • Portfile

    old new  
    44PortSystem          1.0
    55
    66name                pass
    7 version             1.6.3
     7version             1.6.5
    88maintainers         macports.swinbank.org:john openmaintainer
    99categories          security
    1010description         ${name} is the standard unix password manager
     
    2424distname            password-store-${version}
    2525use_xz              yes
    2626
    27 checksums           rmd160 1a1311b67942a0a490af5c20376483a4a5240101 \
    28                     sha256 d419d40aa165c1f893e994dd706733374a9db8cf5314124702a061e70e0340f7
     27checksums           rmd160 76e50eaef02163dc23c155ade34b88e965ac6f30 \
     28                    sha256 337a39767e6a8e69b2bcc549f27ff3915efacea57e5334c6068fcb72331d7315
    2929
    30 patchfiles          patch-Makefile.diff \
    31                     patch-getopt-path.diff \
    32                     patch-use_apple_mktemp.diff
    33 
    34 post-patch {
    35     reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/src/platform/darwin.sh
    36 }
     30patchfiles          patch-Makefile.diff
    3731
    3832use_configure       no
    3933build {}