# HG changeset patch # User Hans-G?nter Theisgen # Date 1587106918 -3600 # Node ID 64d159b437a1b4592df4685deb8e9a5fad0586d4 # Parent 9b3543315b4e5232537312194f36fce060858d3b updated sarg and sarg-php (2.3.11 -> 2.4.0) diff -r 9b3543315b4e -r 64d159b437a1 sarg-php/receipt --- a/sarg-php/receipt Thu Apr 16 13:05:37 2020 +0000 +++ b/sarg-php/receipt Fri Apr 17 08:01:58 2020 +0100 @@ -1,26 +1,26 @@ # SliTaz package receipt. PACKAGE="sarg-php" -VERSION="2.3.11" +VERSION="2.4.0" CATEGORY="network" SHORT_DESC="Squid Analysis Report Generator." MAINTAINER="erjo@slitaz.org" LICENSE="GPL2" WEB_SITE="https://sourceforge.net/projects/sarg/" +DEPENDS="lighttpd php" WANTED="sarg" -DEPENDS="lighttpd php" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/var/www - - cp -pa $src/sarg-php $fs/var/www + + cp -pa $src/sarg-php $fs/var/www # Fix permissions chmod 755 $fs/var/www/sarg-php chmod 644 -R $fs/var/www/sarg-php/* chmod 755 $fs/var/www/sarg-php/locale - + } diff -r 9b3543315b4e -r 64d159b437a1 sarg/receipt --- a/sarg/receipt Thu Apr 16 13:05:37 2020 +0000 +++ b/sarg/receipt Fri Apr 17 08:01:58 2020 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="sarg" -VERSION="2.3.11" +VERSION="2.4.0" CATEGORY="network" SHORT_DESC="Squid Analysis Report Generator." MAINTAINER="pascal.bellard@slitaz.org" @@ -15,6 +15,7 @@ compile_rules() { sed -i 's/@mkdir_p@/mkdir -p/' po/Makefile* + ./configure \ --sysconfdir=/etc/sarg \ --bindir=/usr/bin \ @@ -36,7 +37,7 @@ cp -a $install/usr/bin $fs/usr cp -a $install/usr/share/sarg $fs/usr/share - sed -i -e "s!^#access_log.*!access_log /var/log/squid/access_log!" \ + sed -i -e "s!^#access_log.*!access_log /var/log/squid/access_log!" \ -e "s!^#output_dir.*!output_dir /var/www/squid-reports!" \ $fs/etc/sarg/sarg.conf }