Ticket #15946: Portfile.patch
File Portfile.patch, 754 bytes (added by adfernandes (Andrew Fernandes), 16 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name vtun 6 version 2.66 version 3.0.2 7 7 categories net security 8 8 platforms darwin 9 9 maintainers nomaintainer … … 18 18 19 19 homepage http://vtun.sourceforge.net/ 20 20 master_sites sourceforge 21 checksums md5 309534fd03c5d13a19c43916f61f4bbf 22 patchfiles patch-auth.c.diff \ 23 patch-lfd_encrypt.c.diff 21 checksums md5 d3d8bc4d58886498a1c338670eab9315 22 patchfiles lfd_legacy_encrypt.patch 24 23 25 24 depends_lib lib:libz:zlib \ 26 25 lib:libssl:openssl \ 27 26 lib:liblzo:lzo 28 27 29 set worksrcdir ${name} 28 set worksrcdir ${name}-${version} 30 29 31 30 configure.args --with-lzo-headers=${prefix}/include \ 32 31 --with-lzo-lib=${prefix}/lib \