Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 03 Aug 2026 04:52:09 +0000
From:      Xin LI <delphij@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e5f699af3da3 - main - www/dokuwiki: pet portlint / portclippy.
Message-ID:  <6a701e79.1896e.18acda26@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by delphij:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e5f699af3da31c8b28f023226899e5b2cf569dd2

commit e5f699af3da31c8b28f023226899e5b2cf569dd2
Author:     Xin LI <delphij@FreeBSD.org>
AuthorDate: 2026-08-03 04:50:28 +0000
Commit:     Xin LI <delphij@FreeBSD.org>
CommitDate: 2026-08-03 04:51:57 +0000

    www/dokuwiki: pet portlint / portclippy.
---
 www/dokuwiki/Makefile | 28 +++++++++++++---------------
 1 file changed, 13 insertions(+), 15 deletions(-)

diff --git a/www/dokuwiki/Makefile b/www/dokuwiki/Makefile
index 49de169b9fb9..f964ea151144 100644
--- a/www/dokuwiki/Makefile
+++ b/www/dokuwiki/Makefile
@@ -1,4 +1,5 @@
 PORTNAME=	dokuwiki
+DIST_VER=	${PORTNAME}-2026-07-14a
 PORTVERSION=	${DIST_VER:S/${PORTNAME}//:S/-//g}
 CATEGORIES=	www
 MASTER_SITES=	http://download.dokuwiki.org/src/dokuwiki/
@@ -9,30 +10,27 @@ MAINTAINER=	delphij@FreeBSD.org
 COMMENT=	Simple and easy to use wiki, no database required
 WWW=		https://www.dokuwiki.org/
 
-LICENSE=			BSD3CLAUSE GPLv2 GPLv2+ GPLv3 MIT
-LICENSE_COMB=			multi
+LICENSE=	BSD3CLAUSE GPLv2 GPLv2+ GPLv3 MIT
+LICENSE_COMB=	multi
 LICENSE_FILE_BSD3CLAUSE=	${WRKSRC}/vendor/simplepie/simplepie/LICENSES/BSD-3-Clause.txt
-LICENSE_FILE_GPLv2=		${WRKSRC}/COPYING
-LICENSE_FILE_GPLv2+ =		${WRKSRC}/vendor/geshi/geshi/LICENSE
-LICENSE_FILE_MIT=		${WRKSRC}/vendor/composer/LICENSE
-
-DIST_VER=	${PORTNAME}-2026-07-14a
-
-OPTIONS_DEFINE=	TEST
-OPTIONS_SUB=	yes
+LICENSE_FILE_GPLv2=	${WRKSRC}/COPYING
+LICENSE_FILE_GPLv2+ =	${WRKSRC}/vendor/geshi/geshi/LICENSE
+LICENSE_FILE_MIT=	${WRKSRC}/vendor/composer/LICENSE
 
 USES=		cpe php:web,flavors shebangfix tar:tgz
 USE_PHP=	ctype filter gd iconv mbstring session simplexml xml zlib
-NO_ARCH=	YES
-NO_BUILD=	YES
 
 SHEBANG_FILES=	bin/*.php
-SUB_FILES=	pkg-message
-SUB_LIST+=	PORTNAME=${PORTNAME}
 SHAREOWN=	${WWWOWN}
 SHAREGRP=	${WWWGRP}
-
 REINPLACE_ARGS=	-i ''
+NO_ARCH=	YES
+NO_BUILD=	YES
+SUB_FILES=	pkg-message
+SUB_LIST+=	PORTNAME=${PORTNAME}
+
+OPTIONS_DEFINE=	TEST
+OPTIONS_SUB=	yes
 
 post-patch:
 	@${RM} ${WRKSRC}/data/deleted.files


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a701e79.1896e.18acda26>