Ticket #47050: Portfile-pass.2.diff

File Portfile-pass.2.diff, 1.4 KB (added by john@…, 10 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
     
    1515license             GPL-2+
    1616
    1717depends_run                     port:git \
    18                     port:gnupg2 \
    1918                    port:pwgen \
    2019                    port:getopt \
    21                     port:tree
     20                    port:tree \
     21                    bin:gpg2:gnupg2
    2222
    2323master_sites        http://git.zx2c4.com/password-store/snapshot/
    2424distname            password-store-${version}
    2525use_xz              yes
    2626
    27 checksums           rmd160 1a1311b67942a0a490af5c20376483a4a5240101 \
    28                     sha256 d419d40aa165c1f893e994dd706733374a9db8cf5314124702a061e70e0340f7
     27checksums           rmd160 76e50eaef02163dc23c155ade34b88e965ac6f30 \
     28                    sha256 337a39767e6a8e69b2bcc549f27ff3915efacea57e5334c6068fcb72331d7315
    2929
    3030patchfiles          patch-Makefile.diff \
    31                     patch-getopt-path.diff \
    32                     patch-use_apple_mktemp.diff
     31                    patch-getopt-path.diff
    3332
    3433post-patch {
    3534    reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/src/platform/darwin.sh