wok diff sarg-php/receipt @ rev 22470
updated activesupport (3.2.6 -> 6.0.2.1)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Dec 27 17:02:20 2019 +0100 (2019-12-27) |
parents | 408c87fa22ca |
children | 64d159b437a1 |
line diff
1.1 --- a/sarg-php/receipt Sat Aug 10 17:48:05 2013 +0000 1.2 +++ b/sarg-php/receipt Fri Dec 27 17:02:20 2019 +0100 1.3 @@ -1,14 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="sarg-php" 1.7 -VERSION="2.3.1" 1.8 +VERSION="2.3.11" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Squid Analysis Report Generator." 1.11 MAINTAINER="erjo@slitaz.org" 1.12 LICENSE="GPL2" 1.13 -WEB_SITE="http://$PACKAGE.sourceforge.net/" 1.14 +WEB_SITE="https://sourceforge.net/projects/sarg/" 1.15 + 1.16 WANTED="sarg" 1.17 - 1.18 DEPENDS="lighttpd php" 1.19 1.20 # Rules to gen a SliTaz package suitable for Tazpkg. 1.21 @@ -17,10 +17,10 @@ 1.22 mkdir -p $fs/var/www 1.23 1.24 cp -pa $src/sarg-php $fs/var/www 1.25 - # Fix perms 1.26 - chmod 755 $fs/var/www/sarg-php 1.27 - chmod 644 -R $fs/var/www/sarg-php/* 1.28 - chmod 755 $fs/var/www/sarg-php/locale 1.29 + 1.30 + # Fix permissions 1.31 + chmod 755 $fs/var/www/sarg-php 1.32 + chmod 644 -R $fs/var/www/sarg-php/* 1.33 + chmod 755 $fs/var/www/sarg-php/locale 1.34 1.35 } 1.36 -