Ticket #58991: Portfile_encfs.diff

File Portfile_encfs.diff, 1.4 KB (added by detlevd (Detlev Droege), 5 years ago)
  • Portfile

    old new  
    33PortSystem 1.0
    44PortGroup           github 1.0
    55PortGroup           cxx11 1.1
     6PortGroup           cmake   1.1
    67
    7 github.setup        vgough encfs 1.8.1 v
    8 revision            4
     8github.setup        vgough encfs 1.9.5 v
     9revision            0
    910categories          fuse
    1011platforms           darwin
    1112maintainers         nomaintainer
     
    2324homepage            https://vgough.github.io/encfs/
    2425github.tarball_from releases
    2526
    26 checksums           rmd160  206cc3779222cb6df5278d27ad4a58c25138ab02 \
    27                     sha256  8a0257ff500c14244ee99acdd472696966796e2a0931e4a132191f14a666d5d1
     27checksums           rmd160  1e33b38569eb527546527e3a24b0d83608c06feb \
     28                    sha256  4709f05395ccbad6c0a5b40a4619d60aafe3473b1a79bafb3aa700b1f756fd63
    2829
    2930depends_build       port:pkgconfig
    3031depends_lib         port:rlog path:lib/libssl.dylib:openssl port:osxfuse port:gettext port:boost
     
    3233# osxfuse is not universal
    3334universal_variant   no
    3435
    35 patchfiles          patch-configure.ac.diff
    36 
    37 platform darwin {
    38     patchfiles-append   patch-encfs-encfssh.diff
    39 }
    40 
    41 post-patch {
    42     reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/configure.ac
    43 }
    44 
    45 use_autoreconf      yes
     36use_autoreconf      no
    4637autoreconf.args     -fvi
    4738
    4839configure.args      --with-boost=${prefix}