Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CE7CC84CF7 for ; Sat, 11 Nov 2023 11:58:48 +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 IGGhX67ByNlT for ; Sat, 11 Nov 2023 11:58:48 +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 5CDC38501D for ; Sat, 11 Nov 2023 11:58:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 52FFBFA2F; Sat, 11 Nov 2023 11:58:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1699703928244080" MIME-Version: 1.0 Date: Sat, 11 Nov 2023 11:58:48 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/www To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20231111115848.52FFBFA2F@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1699703928244080 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Sat Nov 11 11:58:48 UTC 2023 Modified Files: pkgsrc/www: Makefile Log Message: Add and enable tipidee. To generate a diff of this commit: cvs rdiff -u -r1.1767 -r1.1768 pkgsrc/www/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1699703928244080 Content-Disposition: inline Content-Length: 560 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/Makefile diff -u pkgsrc/www/Makefile:1.1767 pkgsrc/www/Makefile:1.1768 --- pkgsrc/www/Makefile:1.1767 Mon Nov 6 10:43:07 2023 +++ pkgsrc/www/Makefile Sat Nov 11 11:58:48 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1767 2023/11/06 10:43:07 wiz Exp $ +# $NetBSD: Makefile,v 1.1768 2023/11/11 11:58:48 schmonz Exp $ # COMMENT= Packages related to the World Wide Web @@ -1121,6 +1121,7 @@ SUBDIR+= thin SUBDIR+= thttpd SUBDIR+= tidy SUBDIR+= tinyproxy +SUBDIR+= tipidee SUBDIR+= trac SUBDIR+= tscrape SUBDIR+= tuir --_----------=_1699703928244080--