# HG changeset patch # User Hans-G?nter Theisgen # Date 1656497984 -3600 # Node ID 7d834c8a352eaa9f80c23e356f24d2a90697817e # Parent 020433b7aef731fd2e2d6808f058c3cb6fb80a60 updated phpsysinfo (3.3.2 -> 3.4.0) diff -r 020433b7aef7 -r 7d834c8a352e phpsysinfo/receipt --- a/phpsysinfo/receipt Wed Jun 29 11:15:15 2022 +0100 +++ b/phpsysinfo/receipt Wed Jun 29 11:19:44 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="phpsysinfo" -VERSION="3.3.2" +VERSION="3.4.0" CATEGORY="misc" SHORT_DESC="Displays information about your system nicely." MAINTAINER="pascal.bellard@slitaz.org" @@ -9,9 +9,9 @@ WEB_SITE="https://phpsysinfo.github.io/phpsysinfo/" TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="https://github.com/rk4an/$PACKAGE/archive/v$VERSION.tar.gz" +WGET_URL="https://github.com/$PACKAGE/$PACKAGE/archive/refs/tags/v$VERSION.tar.gz" -DEPENDS="php pcre-dev" +DEPENDS="pcre-dev php" BUILD_DEPENDS="" CONFIG_FILES="/etc/phpsysinfo.conf" @@ -60,7 +60,8 @@ then if ! grep -q /usr/share/phpsysinfo/ "$1/etc/lighttpd/lighttpd.conf" then - sed -e 's|.*"/examples/" => "/usr/share/examples/",| "/examples/" => "/usr/share/examples/",\n "/phpsysinfo/" => "/usr/share/phpsysinfo/",|g' -i "$1/etc/lighttpd/lighttpd.conf" + sed -e 's|.*"/examples/" => "/usr/share/examples/",| "/examples/" => "/usr/share/examples/",\n "/phpsysinfo/" => "/usr/share/phpsysinfo/",|g' \ + -i "$1/etc/lighttpd/lighttpd.conf" if [ -z "$1" ] then # Start Web server.