diff --git a/srcpkgs/privoxy/files/privoxy/log/run b/srcpkgs/privoxy/files/privoxy/log/run index 4923ee6f11c..fa590adf4e6 100755 --- a/srcpkgs/privoxy/files/privoxy/log/run +++ b/srcpkgs/privoxy/files/privoxy/log/run @@ -1,2 +1,2 @@ #!/bin/sh -exec logger -t privoxy +exec vlogger -t privoxy diff --git a/srcpkgs/privoxy/template b/srcpkgs/privoxy/template index ddaefd75abe..c35c4ad23ac 100644 --- a/srcpkgs/privoxy/template +++ b/srcpkgs/privoxy/template @@ -1,19 +1,23 @@ # Template file for 'privoxy' pkgname=privoxy -version=3.0.32 +version=3.0.33 revision=1 wrksrc="${pkgname}-${version}-stable" build_style=gnu-configure -configure_args="--sysconfdir=/etc/privoxy --enable-compression --enable-dynamic-pcre --sbindir=/usr/bin" +configure_args=" + --sysconfdir=/etc/privoxy + --enable-compression + --enable-dynamic-pcre + --sbindir=/usr/bin" make_install_args="STRIP=" conf_files=" - /etc/privoxy/config - /etc/privoxy/default.action - /etc/privoxy/match-all.action - /etc/privoxy/user.filter - /etc/privoxy/trust - /etc/privoxy/default.filter - /etc/privoxy/user.action" + /etc/privoxy/config + /etc/privoxy/default.action + /etc/privoxy/match-all.action + /etc/privoxy/user.filter + /etc/privoxy/trust + /etc/privoxy/default.filter + /etc/privoxy/user.action" hostmakedepends="autoconf" makedepends="pcre-devel zlib-devel" short_desc="Non-caching web proxy with advanced filtering capabilities" @@ -21,14 +25,14 @@ maintainer="Orphaned " license="GPL-2.0-or-later" homepage="http://www.privoxy.org/" distfiles="${SOURCEFORGE_SITE}/ijbswa/${pkgname}-${version}-stable-src.tar.gz" -checksum=c61de4008c62445ec18f1f270407cbf2372eaba93beaccdc9e3238bb2defeed7 +checksum=04b104e70dac61561b9dd110684b250fafc8c13dbe437a60fae18ddd9a881fae system_accounts="privoxy" privoxy_homedir="/etc/privoxy" pre_configure() { autoheader && autoconf - sed -e 's|^confdir .*|confdir /etc/privoxy|' \ + vsed -e 's|^confdir .*|confdir /etc/privoxy|' \ -e 's|^logdir .*|logdir /var/log/privoxy|' \ -e 's|^\(logfile .*\)|# \1|' \ -i config