Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Oct 2022 19:10:10 GMT
From:      Alexander Leidinger <netchild@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a091ed4c8f74 - main - www/dokuwiki: enable all php flavors
Message-ID:  <202210181910.29IJAApm070743@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210181910.29IJAApm070743>