Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id DD1931A9239 for ; Sun, 31 Oct 2021 08:34:52 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 1DC9884E9C; Sun, 31 Oct 2021 08:34:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 57A4A84E86 for ; Sun, 31 Oct 2021 08:34:51 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 3EDnUDDoXNHp for ; Sun, 31 Oct 2021 08:34:51 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E3A3C84D2F for ; Sun, 31 Oct 2021 08:34:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E03D3FA97; Sun, 31 Oct 2021 08:34:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_163566929050440" MIME-Version: 1.0 Date: Sun, 31 Oct 2021 08:34:50 +0000 From: "pin" Subject: CVS commit: pkgsrc/www To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20211031083450.E03D3FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_163566929050440 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Sun Oct 31 08:34:50 UTC 2021 Modified Files: pkgsrc/www: Makefile Log Message: Add wiki-tui To generate a diff of this commit: cvs rdiff -u -r1.1588 -r1.1589 pkgsrc/www/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_163566929050440 Content-Disposition: inline Content-Length: 564 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/Makefile diff -u pkgsrc/www/Makefile:1.1588 pkgsrc/www/Makefile:1.1589 --- pkgsrc/www/Makefile:1.1588 Sat Oct 30 09:14:57 2021 +++ pkgsrc/www/Makefile Sun Oct 31 08:34:50 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1588 2021/10/30 09:14:57 schmonz Exp $ +# $NetBSD: Makefile,v 1.1589 2021/10/31 08:34:50 pin Exp $ # COMMENT= Packages related to the World Wide Web @@ -1049,6 +1049,7 @@ SUBDIR+= webnew SUBDIR+= websvn SUBDIR+= weex SUBDIR+= whisker +SUBDIR+= wiki-tui SUBDIR+= wiliki SUBDIR+= wmd SUBDIR+= wordpress --_----------=_163566929050440--