Received: by mail.netbsd.org (Postfix, from userid 605) id BD3E484FAE; Mon, 26 Feb 2024 19:13:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708974789; bh=M3Yn5EJ2jqTdzroNNopVOr8bEEfx4T25+ufGe3ITSoE=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=H324R5J1Vez9VmuU8WMjILW12OXRDeC013llN9VGeLy6y67o7g+Eywaobtqrd1nJy +WRAOTLC05b2cjMKCP05qA3gkT5SL96HrnyMcCuEkDuEaMlsEHjsJXaVakYuA1EMqW AITQG6HxYs8kth7iK35otjfWoF1cEq4kZ4lqEbnM= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AF0DB84E5C for ; Mon, 26 Feb 2024 19:13:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 5JQCkTYA8Tom for ; Mon, 26 Feb 2024 19:13:08 +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 0B41B84E54 for ; Mon, 26 Feb 2024 19:13:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708974788; bh=M3Yn5EJ2jqTdzroNNopVOr8bEEfx4T25+ufGe3ITSoE=; h=Date:From:Subject:To:Reply-To; b=LKsbZXhoqMHb/CvGYPfCZyDuqHgxlG+tL6SFIN0ZpJKjBgR//K7p/kTcyIIwpox5R 1XC+XC27NfP3FXehIQ7R3HXFpPk2GdbT8UfrwMLTeqNW9rLBwHHRPhsWIaHqPTU7Pc kEpaELMdhJzUsgI/ViQjPEGCcsdSRl2MGT/yWB0A= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 04799FA27; Mon, 26 Feb 2024 19:13:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1708974787212190" MIME-Version: 1.0 Date: Mon, 26 Feb 2024 19:13:07 +0000 From: "pin" Subject: CVS commit: pkgsrc/www To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20240226191308.04799FA27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1708974787212190 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Mon Feb 26 19:13:07 UTC 2024 Modified Files: pkgsrc/www: Makefile Removed Files: pkgsrc/www/cratuity: DESCR Makefile PLIST cargo-depends.mk distinfo Log Message: www/cratuity: remove package To generate a diff of this commit: cvs rdiff -u -r1.1785 -r1.1786 pkgsrc/www/Makefile cvs rdiff -u -r1.1 -r0 pkgsrc/www/cratuity/DESCR pkgsrc/www/cratuity/PLIST cvs rdiff -u -r1.6 -r0 pkgsrc/www/cratuity/Makefile cvs rdiff -u -r1.2 -r0 pkgsrc/www/cratuity/cargo-depends.mk cvs rdiff -u -r1.4 -r0 pkgsrc/www/cratuity/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1708974787212190 Content-Disposition: inline Content-Length: 570 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/Makefile diff -u pkgsrc/www/Makefile:1.1785 pkgsrc/www/Makefile:1.1786 --- pkgsrc/www/Makefile:1.1785 Mon Feb 26 19:10:11 2024 +++ pkgsrc/www/Makefile Mon Feb 26 19:13:07 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1785 2024/02/26 19:10:11 pin Exp $ +# $NetBSD: Makefile,v 1.1786 2024/02/26 19:13:07 pin Exp $ # COMMENT= Packages related to the World Wide Web @@ -91,7 +91,6 @@ SUBDIR+= clisp-fastcgi SUBDIR+= cobalt SUBDIR+= cppcms SUBDIR+= crates-io-cli -SUBDIR+= cratuity SUBDIR+= crawl SUBDIR+= cronolog SUBDIR+= curl --_----------=_1708974787212190--