Ticket #33311: Portfile.4.1-ESV-R4.diff
File Portfile.4.1-ESV-R4.diff, 1.4 KB (added by stefan.van.der.eijk@…, 13 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name dhcp 6 version 3.1.26 version 4.1-ESV-R4 7 7 categories net 8 8 description ISC dhcpd server 9 9 long_description ISC's Dynamic Host Configuration Protocol Distribution \ … … 25 25 homepage http://www.isc.org/products/DHCP/ 26 26 platforms darwin 27 27 maintainers nomaintainer 28 master_sites http://ftp.isc.org/isc/dhcp/ \ 29 http://ftp.isc.org/isc/dhcp/dhcp-3.1-history/ 30 checksums md5 85901a9554650030df7d1ef3e5959fdf 31 32 post-patch { 33 file copy -force ${filespath}/site.conf ${worksrcpath} 34 reinplace "s|__PREFIX__|${prefix}|g" ${worksrcpath}/site.conf 35 reinplace "s|CC = gcc|CC = ${configure.cc}|g" ${worksrcpath}/site.conf 36 } 28 master_sites http://ftp.isc.org/isc/dhcp/${version}/ 29 30 checksums md5 99e6f31170c96af3bcd614aa7517bf05 \ 31 sha1 2c05a978f5bcc47d9e2a9125ce51903144ebb940 \ 32 rmd160 792eab5695ae0803dfaa57d74072dd990e361c31 37 33 38 configure.pre_args 34 patchfiles RFC3542.include.patch 35 36 depends_lib port:openssl 39 37 40 38 startupitem.create yes 41 39 startupitem.name dhcpd 42 startupitem.executable ${prefix}/sbin/dhcpd -f 40 startupitem.executable ${prefix}/sbin/dhcpd -f -cf ${prefix}/etc/dhcp/dhcpd.conf -lf ${prefix}/var/db/dhcpd/dhcpd.leases 43 41 startupitem.netchange yes 44 42 45 43 destroot.keepdirs ${destroot}${prefix}/var/db/dhcpd … … 62 60 63 61 \n" 64 62 } 65