git: 8266a261590f - main - www/phpsysinfo: add missing php-xsl dependency and bump PORTREVISION
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 27 Oct 2023 06:34:04 UTC
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=8266a261590fe6382433664df262c0ad11049c58 commit 8266a261590fe6382433664df262c0ad11049c58 Author: Ralf van der Enden <tremere@cainites.net> AuthorDate: 2023-10-11 13:45:17 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-10-27 06:32:57 +0000 www/phpsysinfo: add missing php-xsl dependency and bump PORTREVISION PR: 274450 MFH: 2023Q4 --- www/phpsysinfo/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/phpsysinfo/Makefile b/www/phpsysinfo/Makefile index d28e7a2326ff..e383a6c8889b 100644 --- a/www/phpsysinfo/Makefile +++ b/www/phpsysinfo/Makefile @@ -1,6 +1,7 @@ PORTNAME= phpsysinfo DISTVERSIONPREFIX= v DISTVERSION= 3.4.3 +PORTREVISION= 1 CATEGORIES= www MAINTAINER= tremere@cainites.net @@ -12,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= cpe php:web USE_GITHUB= yes -USE_PHP= dom mbstring simplexml xml +USE_PHP= dom mbstring simplexml xml xsl NO_ARCH= yes NO_BUILD= yes