Ticket #15046: Portfile.patch
File Portfile.patch, 1.1 KB (added by jenix@…, 16 years ago) |
---|
-
net/proftpd/Portfile
old new 2 2 3 3 PortSystem 1.0 4 4 name proftpd 5 version 1.3. 0a5 version 1.3.2 6 6 categories net 7 7 maintainers jenix@jinhyung.org 8 8 description Highly configurable ftp-server. … … 13 13 homepage http://proftpd.linux.co.uk/ 14 14 platforms darwin freebsd 15 15 master_sites ftp://ftp.proftpd.org/distrib/source/ 16 checksums sha1 03573bfe342e1e9dbfec2983efe2265d3c0c5a1216 checksums md5 89f5e31fc3d3e02b66424dfc6cc5892d 17 17 use_bzip2 yes 18 18 19 19 configure.args --sysconfdir=${prefix}/etc --localstatedir=${prefix}/var/run \ … … 32 32 --with-libraries=${prefix}/lib/mysql 33 33 } 34 34 35 variant mysql5 { 36 depends_lib-append port:mysql5 37 configure.args-append --with-modules=mod_sql:mod_sql_mysql \ 38 --with-includes=${prefix}/include/mysql5/mysql \ 39 --with-libraries=${prefix}/lib/mysql5/mysql 40 } 41 35 42 startupitem.create yes 36 43 startupitem.start "${prefix}/sbin/proftpd" 37 44 startupitem.restart "/bin/kill -HUP \$(/bin/cat ${prefix}/var/run/proftpd.pid)"