Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id BD0DA7A1F5 for ; Sat, 22 Apr 2017 17:49:20 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 695EA84DC5; Sat, 22 Apr 2017 17:49:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EEC1D84DAE for ; Sat, 22 Apr 2017 17:49:19 +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 v9lIi0rOXbgK for ; Sat, 22 Apr 2017 17:49:19 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9109284D81 for ; Sat, 22 Apr 2017 17:49:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8C546FBE4; Sat, 22 Apr 2017 17:49:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1492883359152840" MIME-Version: 1.0 Date: Sat, 22 Apr 2017 17:49:19 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/security To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20170422174919.8C546FBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1492883359152840 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sat Apr 22 17:49:19 UTC 2017 Modified Files: pkgsrc/security: Makefile Log Message: Delete libprelude-ruby. To generate a diff of this commit: cvs rdiff -u -r1.611 -r1.612 pkgsrc/security/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1492883359152840 Content-Disposition: inline Content-Length: 624 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/Makefile diff -u pkgsrc/security/Makefile:1.611 pkgsrc/security/Makefile:1.612 --- pkgsrc/security/Makefile:1.611 Fri Apr 7 00:09:14 2017 +++ pkgsrc/security/Makefile Sat Apr 22 17:49:19 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.611 2017/04/07 00:09:14 mef Exp $ +# $NetBSD: Makefile,v 1.612 2017/04/22 17:49:19 taca Exp $ # COMMENT= Security tools @@ -168,7 +168,6 @@ SUBDIR+= libprelude SUBDIR+= libprelude-lua SUBDIR+= libprelude-perl SUBDIR+= libprelude-python -SUBDIR+= libprelude-ruby SUBDIR+= libpreludedb SUBDIR+= libpreludedb-mysql SUBDIR+= libpreludedb-perl --_----------=_1492883359152840--