git: a091ed4c8f74 - main - www/dokuwiki: enable all php flavors
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Oct 2022 19:10:10 UTC
The branch main has been updated by netchild: URL: https://cgit.FreeBSD.org/ports/commit/?id=a091ed4c8f747821989bfa307abfbf89f324e1b7 commit a091ed4c8f747821989bfa307abfbf89f324e1b7 Author: Alexander Leidinger <netchild@FreeBSD.org> AuthorDate: 2022-10-18 19:09:02 +0000 Commit: Alexander Leidinger <netchild@FreeBSD.org> CommitDate: 2022-10-18 19:10:07 +0000 www/dokuwiki: enable all php flavors Discussed with: dephij --- www/dokuwiki/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/dokuwiki/Makefile b/www/dokuwiki/Makefile index d8e441b43dab..5beddfd2d0ca 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_GPLv3= ${WRKSRC}/vendor/marcusschwarz/lesserphp/LICENSE LICENSE_FILE_MIT= ${WRKSRC}/vendor/composer/LICENSE DIST_VER= ${PORTNAME}-2022-07-31a -USES= cpe php:web shebangfix tar:tgz +USES= cpe php:web,flavors shebangfix tar:tgz USE_PHP= filter gd hash json mbstring openssl pcre session xml zlib NO_ARCH= YES NO_BUILD= YES