git: 6b2545c1860f - 2023Q4 - 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:35:33 UTC
The branch 2023Q4 has been updated by fuz:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6b2545c1860f9639d791f9884921fd1083649fef
commit 6b2545c1860f9639d791f9884921fd1083649fef
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:35:09 +0000
www/phpsysinfo: add missing php-xsl dependency and bump PORTREVISION
PR: 274450
MFH: 2023Q4
(cherry picked from commit 8266a261590fe6382433664df262c0ad11049c58)
---
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