git: 4af4a20d09f0 - 2022Q3 - www/dokuwiki: Require PHP filter module.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 09 Aug 2022 04:02:33 UTC
The branch 2022Q3 has been updated by delphij:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4af4a20d09f0052860063a576c3b1bc0225824ef
commit 4af4a20d09f0052860063a576c3b1bc0225824ef
Author: Dirk Meyer <dinoex@FreeBSD.org>
AuthorDate: 2022-08-09 04:01:31 +0000
Commit: Xin LI <delphij@FreeBSD.org>
CommitDate: 2022-08-09 04:02:11 +0000
www/dokuwiki: Require PHP filter module.
PR: ports/265709
MFH: 2022Q3
(cherry picked from commit 30af7d897b8a518a4803e0ea28c1f4fdd9bec080)
---
www/dokuwiki/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/www/dokuwiki/Makefile b/www/dokuwiki/Makefile
index 2a602c0d21e5..f96dd3500d3d 100644
--- a/www/dokuwiki/Makefile
+++ b/www/dokuwiki/Makefile
@@ -2,6 +2,7 @@
PORTNAME= dokuwiki
PORTVERSION= ${DIST_VER:S/${PORTNAME}//:S/-//g}
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://download.dokuwiki.org/src/dokuwiki/
DISTNAME= ${DIST_VER}
@@ -19,7 +20,7 @@ LICENSE_FILE_MIT= ${WRKSRC}/vendor/composer/LICENSE
DIST_VER= ${PORTNAME}-2022-07-31
USES= cpe php:web shebangfix tar:tgz
-USE_PHP= gd hash json mbstring openssl pcre session xml zlib
+USE_PHP= filter gd hash json mbstring openssl pcre session xml zlib
NO_ARCH= YES
NO_BUILD= YES