Received: by mail.netbsd.org (Postfix, from userid 605) id CF167850F5; Sun, 2 May 2021 20:03:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 169C984DBF for ; Sun, 2 May 2021 20:03:54 +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 5fivmGXSM3nQ for ; Sun, 2 May 2021 20:03:53 +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 94D9B84CF1 for ; Sun, 2 May 2021 20:03:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8D25AFA95; Sun, 2 May 2021 20:03:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1619985833115650" MIME-Version: 1.0 Date: Sun, 2 May 2021 20:03:53 +0000 From: "pin" Subject: CVS commit: pkgsrc/www To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20210502200353.8D25AFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1619985833115650 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Sun May 2 20:03:53 UTC 2021 Modified Files: pkgsrc/www: Makefile Log Message: Add cratuity To generate a diff of this commit: cvs rdiff -u -r1.1527 -r1.1528 pkgsrc/www/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1619985833115650 Content-Disposition: inline Content-Length: 575 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/Makefile diff -u pkgsrc/www/Makefile:1.1527 pkgsrc/www/Makefile:1.1528 --- pkgsrc/www/Makefile:1.1527 Sun Apr 25 06:56:09 2021 +++ pkgsrc/www/Makefile Sun May 2 20:03:53 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1527 2021/04/25 06:56:09 wiz Exp $ +# $NetBSD: Makefile,v 1.1528 2021/05/02 20:03:53 pin Exp $ # COMMENT= Packages related to the World Wide Web @@ -82,6 +82,7 @@ SUBDIR+= clearsilver-base SUBDIR+= clisp-fastcgi SUBDIR+= contao35 SUBDIR+= cppcms +SUBDIR+= cratuity SUBDIR+= crawl SUBDIR+= cronolog SUBDIR+= curl --_----------=_1619985833115650--