wok rev 25139

updated phpsysinfo (3.3.2 -> 3.4.0)
author Hans-G?nter Theisgen
date Wed Jun 29 11:19:44 2022 +0100 (22 months ago)
parents 020433b7aef7
children 376b2435dac3
files phpsysinfo/receipt
line diff
     1.1 --- a/phpsysinfo/receipt	Wed Jun 29 11:15:15 2022 +0100
     1.2 +++ b/phpsysinfo/receipt	Wed Jun 29 11:19:44 2022 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="phpsysinfo"
     1.7 -VERSION="3.3.2"
     1.8 +VERSION="3.4.0"
     1.9  CATEGORY="misc"
    1.10  SHORT_DESC="Displays information about your system nicely."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -9,9 +9,9 @@
    1.13  WEB_SITE="https://phpsysinfo.github.io/phpsysinfo/"
    1.14  
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -WGET_URL="https://github.com/rk4an/$PACKAGE/archive/v$VERSION.tar.gz"
    1.17 +WGET_URL="https://github.com/$PACKAGE/$PACKAGE/archive/refs/tags/v$VERSION.tar.gz"
    1.18  
    1.19 -DEPENDS="php pcre-dev"
    1.20 +DEPENDS="pcre-dev php"
    1.21  BUILD_DEPENDS=""
    1.22  
    1.23  CONFIG_FILES="/etc/phpsysinfo.conf"
    1.24 @@ -60,7 +60,8 @@
    1.25  	  then
    1.26  		if ! grep -q /usr/share/phpsysinfo/ "$1/etc/lighttpd/lighttpd.conf"
    1.27  		  then
    1.28 -			sed -e 's|.*"/examples/" => "/usr/share/examples/",|    "/examples/" => "/usr/share/examples/",\n    "/phpsysinfo/" => "/usr/share/phpsysinfo/",|g' -i "$1/etc/lighttpd/lighttpd.conf"
    1.29 +			sed -e 's|.*"/examples/" => "/usr/share/examples/",|    "/examples/" => "/usr/share/examples/",\n    "/phpsysinfo/" => "/usr/share/phpsysinfo/",|g' \
    1.30 +				-i "$1/etc/lighttpd/lighttpd.conf"
    1.31  			if [ -z "$1" ]
    1.32  			  then
    1.33  				# Start Web server.