git: 30af7d897b8a - main - www/dokuwiki: Require PHP filter module.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 09 Aug 2022 04:01:46 UTC
The branch main has been updated by delphij:
URL: https://cgit.FreeBSD.org/ports/commit/?id=30af7d897b8a518a4803e0ea28c1f4fdd9bec080
commit 30af7d897b8a518a4803e0ea28c1f4fdd9bec080
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:01:31 +0000
www/dokuwiki: Require PHP filter module.
PR: ports/265709
MFH: 2022Q3
---
www/dokuwiki/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/www/dokuwiki/Makefile b/www/dokuwiki/Makefile
index 7f47cda352b2..d71243583ba3 100644
--- a/www/dokuwiki/Makefile
+++ b/www/dokuwiki/Makefile
@@ -1,5 +1,6 @@
PORTNAME= dokuwiki
PORTVERSION= ${DIST_VER:S/${PORTNAME}//:S/-//g}
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://download.dokuwiki.org/src/dokuwiki/
DISTNAME= ${DIST_VER}
@@ -17,7 +18,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