View | Details | Raw Unified | Return to bug 262443
Collapse All | Expand All

(-)b/www/phpsysinfo/Makefile (-4 / +2 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	phpsysinfo
3
PORTNAME=	phpsysinfo
4
DISTVERSIONPREFIX=	v
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	3.3.4
5
DISTVERSION=	3.4.1
6
CATEGORIES=	www
6
CATEGORIES=	www
7
7
8
MAINTAINER=	tremere@cainites.net
8
MAINTAINER=	tremere@cainites.net
Lines 11-22 COMMENT= PHP script for displaying system information Link Here
11
LICENSE=	GPLv2+
11
LICENSE=	GPLv2+
12
LICENSE_FILE=	${WRKSRC}/COPYING
12
LICENSE_FILE=	${WRKSRC}/COPYING
13
13
14
USES=		cpe php:web shebangfix
14
USES=		cpe php:web
15
USE_GITHUB=	yes
15
USE_GITHUB=	yes
16
USE_PHP=	dom mbstring pcre simplexml xml
16
USE_PHP=	dom mbstring pcre simplexml xml
17
17
18
SHEBANG_FILES=	tools/check.sh
19
20
NO_ARCH=	yes
18
NO_ARCH=	yes
21
NO_BUILD=	yes
19
NO_BUILD=	yes
22
SUB_FILES=	pkg-message
20
SUB_FILES=	pkg-message
(-)b/www/phpsysinfo/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1616971730
1
TIMESTAMP = 1643669102
2
SHA256 (phpsysinfo-phpsysinfo-v3.3.4_GH0.tar.gz) = 5a0c880519df3c61b1c97c7bbb8c349dc2dde4f25e506478a0a643e47d25ff5e
2
SHA256 (phpsysinfo-phpsysinfo-v3.4.1_GH0.tar.gz) = 377bafea4dc4f1f705cd35df5b95e55034045ab3e7971dc934d1f599157dc3aa
3
SIZE (phpsysinfo-phpsysinfo-v3.3.4_GH0.tar.gz) = 946436
3
SIZE (phpsysinfo-phpsysinfo-v3.4.1_GH0.tar.gz) = 980537
(-)b/www/phpsysinfo/files/pkg-message.in (+7 lines)
Lines 17-20 Please visit 'http://localhost/phpsysinfo/' in a Link Here
17
web-browser and follow the configuration instructions.
17
web-browser and follow the configuration instructions.
18
EOM
18
EOM
19
}
19
}
20
{ type: upgrade
21
  maximum_version: "3.4.1"
22
  message: <<EOM
23
This version requires a manual review of the phpsysinfo.ini. Some plugins have
24
changed and/or renamed settings, which will causes issues running phpSysInfo.
25
EOM
26
}
20
]
27
]

Return to bug 262443