Ticket #40893: Portfile-encfs-using-svn.diff

File Portfile-encfs-using-svn.diff, 1.1 KB (added by lukhnos (Lukhnos Liu), 10 years ago)

An alternative patch that uses svn to checkout the latest 1.x branch

  • Portfile

    old new  
    44PortSystem 1.0
    55
    66name                encfs
    7 version             1.7.4
    8 revision            1
    9 set branch          [join [lrange [split ${version} .] 0 1] .]
     7
     8fetch.type                      svn
     9svn.url                         http://encfs.googlecode.com/svn/branches/1.x
     10svn.revision            135
     11
     12version             1.7.5-${svn.revision}
     13worksrcdir          1.x
    1014
    1115categories          fuse
    1216platforms           darwin
     
    2327
    2428homepage            http://www.arg0.net/encfs
    2529
    26 distname            ${name}-${version}
    27 master_sites        googlecode
    28 extract.suffix      .tgz
    29 worksrcdir          ${name}-${version}
    30 
    31 checksums           sha1    3d824ba188dbaabdc9e36621afb72c651e6e2945 \
    32                     rmd160  a54bbf1237f7071392cc2a6be11afeee0fcdf5e9
    33 
    3430depends_build       path:bin/pkg-config:pkgconfig
    3531depends_lib         port:rlog port:openssl path:lib/libfuse.dylib:fuse4x port:gettext port:boost
    3632
    37 configure.cppflags-append   -D__FreeBSD__=10
     33configure.cmd           "make -f Makefile.dist ; ./configure"
    3834configure.args      --with-boost=${prefix}