Ticket #42367: Portfile.diff

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

    old new  
    33PortSystem      1.0
    44name                pass
    55version             1.4.2
    6 revision            1
     6revision            2
    77maintainers         g5pw openmaintainer
    88categories          security
    99description         ${name} is the standard unix password manager
     
    1414
    1515depends_run                     port:git-core \
    1616                    port:gnupg2 \
    17                     port:pwgen
     17                    port:pwgen \
     18                    port:getopt
    1819
    1920master_sites        http://git.zx2c4.com/password-store/snapshot/
    2021distname            password-store-${version}
     
    2324checksums           rmd160  8f496a3c302ebe56bbbab002401e1a3efe1e1eaa \
    2425                    sha256  a10a8016a3d6bb32891a9a4086ac0a049587db1a55c1ac3b431c66189bc1a302
    2526
    26 patchfiles          Makefile.diff
     27patchfiles          Makefile.diff \
     28                    patch-getopt-path.diff
     29
     30post-patch {
     31    reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/src/platform/darwin.sh
     32}
    2733
    2834use_configure       no
    2935build {}