Ticket #18777: privoxy.diff
File privoxy.diff, 1.2 KB (added by kuperman@…, 16 years ago) |
---|
-
Portfile
old new 2 2 3 3 PortSystem 1.0 4 4 name privoxy 5 version 3.0.1 05 version 3.0.11 6 6 categories www security net 7 7 maintainers nomaintainer 8 8 description Advanced filtering web proxy … … 20 20 master_sites sourceforge:ijbswa 21 21 distname ${name}-${version}-stable-src 22 22 23 checksums md5 01281017f28be2c7133124d1768da364 \ 24 sha1 0ce51a8dc938fe6412daa7f6edf159b98fd66d54 \ 25 rmd160 91c8d56b71a5c606554bf509827197d689d8fc10 23 checksums md5 438d048de32d80ca7b17e72bdf5c7c3f \ 24 sha1 e9f41412b78ea5f3b1cd8ca6a651ee5801837a9f \ 25 rmd160 2d867cd8132e13fa137db74f59db8ecb9e7a843e 26 26 27 27 28 worksrcdir ${name}-${version}-stable 28 29 … … 64 65 ${destroot}${prefix}/etc/rc.d/privoxy.sh 65 66 } 66 67 # Rename these so local modifications are not removed on uninstall 67 foreach privoxyConf {config trust user.action} {68 foreach privoxyConf {config.new trust.new user.action.new user.filter.new} { 68 69 file rename ${destroot}${prefix}/etc/privoxy/${privoxyConf} \ 69 70 ${destroot}${prefix}/etc/privoxy/${privoxyConf}-dist \ 70 71 }