Received: by mail.netbsd.org (Postfix, from userid 605) id BFFD884EAE; Sat, 21 May 2022 23:05:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 043E884EA9 for ; Sat, 21 May 2022 23:05:17 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 6vB9ZwDuCeZ1 for ; Sat, 21 May 2022 23:05:16 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 8985184CEA for ; Sat, 21 May 2022 23:05:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 72CFFFAEB; Sat, 21 May 2022 23:05:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_165317435982160" MIME-Version: 1.0 Date: Sat, 21 May 2022 23:05:59 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/www/mediawiki To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20220521230559.72CFFFAEB@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_165317435982160 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rillig Date: Sat May 21 23:05:59 UTC 2022 Modified Files: pkgsrc/www/mediawiki: Makefile Log Message: mediawiki: fix pkglint warnings about redundant APACHE_USER To generate a diff of this commit: cvs rdiff -u -r1.87 -r1.88 pkgsrc/www/mediawiki/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_165317435982160 Content-Disposition: inline Content-Length: 644 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/mediawiki/Makefile diff -u pkgsrc/www/mediawiki/Makefile:1.87 pkgsrc/www/mediawiki/Makefile:1.88 --- pkgsrc/www/mediawiki/Makefile:1.87 Sat May 21 23:03:30 2022 +++ pkgsrc/www/mediawiki/Makefile Sat May 21 23:05:59 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.87 2022/05/21 23:03:30 rillig Exp $ +# $NetBSD: Makefile,v 1.88 2022/05/21 23:05:59 rillig Exp $ DISTNAME= mediawiki-${VER}.${PVER} CATEGORIES= www @@ -23,8 +23,6 @@ INSTALLATION_DIRS= ${EGDIR} share/mediaw VER= 1.36 PVER= 2 -APACHE_USER?= www -APACHE_GROUP?= www BUILD_DEFS+= APACHE_USER APACHE_GROUP PKG_SYSCONFSUBDIR?= httpd --_----------=_165317435982160--