diff options
author | Ralf van der Enden <tremere@cainites.net> | 2022-03-10 09:35:59 -0800 |
---|---|---|
committer | Neel Chauhan <nc@FreeBSD.org> | 2022-03-10 09:35:59 -0800 |
commit | a53838549289161e8ce6ca9fad8d1708a776762d (patch) | |
tree | 6cc5b288aead22006aea8be8fbcee35842b07c6a /www | |
parent | beef3519b17738a5b55fa47fc922a4df051aa506 (diff) | |
download | freebsd-ports-a53838549289161e8ce6ca9fad8d1708a776762d.zip |
www/phpsysinfo: update to 3.4.1
PR: 262443
Diffstat (limited to 'www')
-rw-r--r-- | www/phpsysinfo/Makefile | 6 | ||||
-rw-r--r-- | www/phpsysinfo/distinfo | 6 | ||||
-rw-r--r-- | www/phpsysinfo/files/pkg-message.in | 7 |
3 files changed, 12 insertions, 7 deletions
diff --git a/www/phpsysinfo/Makefile b/www/phpsysinfo/Makefile index f58b424ff8d8..73b2f7ac41c2 100644 --- a/www/phpsysinfo/Makefile +++ b/www/phpsysinfo/Makefile @@ -2,7 +2,7 @@ PORTNAME= phpsysinfo DISTVERSIONPREFIX= v -DISTVERSION= 3.3.4 +DISTVERSION= 3.4.1 CATEGORIES= www MAINTAINER= tremere@cainites.net @@ -11,12 +11,10 @@ COMMENT= PHP script for displaying system information LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= cpe php:web shebangfix +USES= cpe php:web USE_GITHUB= yes USE_PHP= dom mbstring pcre simplexml xml -SHEBANG_FILES= tools/check.sh - NO_ARCH= yes NO_BUILD= yes SUB_FILES= pkg-message diff --git a/www/phpsysinfo/distinfo b/www/phpsysinfo/distinfo index ecb2b87abe50..3ecb2ceea81a 100644 --- a/www/phpsysinfo/distinfo +++ b/www/phpsysinfo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1616971730 -SHA256 (phpsysinfo-phpsysinfo-v3.3.4_GH0.tar.gz) = 5a0c880519df3c61b1c97c7bbb8c349dc2dde4f25e506478a0a643e47d25ff5e -SIZE (phpsysinfo-phpsysinfo-v3.3.4_GH0.tar.gz) = 946436 +TIMESTAMP = 1643669102 +SHA256 (phpsysinfo-phpsysinfo-v3.4.1_GH0.tar.gz) = 377bafea4dc4f1f705cd35df5b95e55034045ab3e7971dc934d1f599157dc3aa +SIZE (phpsysinfo-phpsysinfo-v3.4.1_GH0.tar.gz) = 980537 diff --git a/www/phpsysinfo/files/pkg-message.in b/www/phpsysinfo/files/pkg-message.in index cabaa41c4f3b..8d9c1cd6cb4d 100644 --- a/www/phpsysinfo/files/pkg-message.in +++ b/www/phpsysinfo/files/pkg-message.in @@ -17,4 +17,11 @@ Please visit 'http://localhost/phpsysinfo/' in a web-browser and follow the configuration instructions. EOM } +{ type: upgrade + maximum_version: "3.4.1" + message: <<EOM +This version requires a manual review of the phpsysinfo.ini. Some plugins have +changed and/or renamed settings, which will causes issues running phpSysInfo. +EOM +} ] |