Ticket #18777: privoxy.diff

File privoxy.diff, 1.2 KB (added by kuperman@…, 15 years ago)

diff to upgrade Portfile to version 3.0.11

  • Portfile

    old new  
    22
    33PortSystem                      1.0
    44name                            privoxy
    5 version                         3.0.10
     5version                         3.0.11
    66categories                      www security net
    77maintainers                     nomaintainer
    88description                     Advanced filtering web proxy
     
    2020master_sites            sourceforge:ijbswa
    2121distname                        ${name}-${version}-stable-src
    2222
    23 checksums                       md5     01281017f28be2c7133124d1768da364 \
    24                                         sha1    0ce51a8dc938fe6412daa7f6edf159b98fd66d54 \
    25                                         rmd160  91c8d56b71a5c606554bf509827197d689d8fc10
     23checksums           md5     438d048de32d80ca7b17e72bdf5c7c3f \
     24                    sha1    e9f41412b78ea5f3b1cd8ca6a651ee5801837a9f \
     25                    rmd160  2d867cd8132e13fa137db74f59db8ecb9e7a843e
     26
    2627
    2728worksrcdir                      ${name}-${version}-stable
    2829
     
    6465                        ${destroot}${prefix}/etc/rc.d/privoxy.sh
    6566        }
    6667        # 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} {
    6869                file rename ${destroot}${prefix}/etc/privoxy/${privoxyConf} \
    6970                        ${destroot}${prefix}/etc/privoxy/${privoxyConf}-dist \
    7071        }