git: a53838549289 - main - www/phpsysinfo: update to 3.4.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 10 Mar 2022 17:36:14 UTC
The branch main has been updated by nc:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a53838549289161e8ce6ca9fad8d1708a776762d
commit a53838549289161e8ce6ca9fad8d1708a776762d
Author: Ralf van der Enden <tremere@cainites.net>
AuthorDate: 2022-03-10 17:35:59 +0000
Commit: Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2022-03-10 17:35:59 +0000
www/phpsysinfo: update to 3.4.1
PR: 262443
---
www/phpsysinfo/Makefile | 6 ++----
www/phpsysinfo/distinfo | 6 +++---
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
+}
]