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 C3A407A283 for ; Sun, 5 Feb 2017 10:46:00 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 6E41F856B0; Sun, 5 Feb 2017 10:46:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 003E385681 for ; Sun, 5 Feb 2017 10:46:00 +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 9dYsAsn5-tD9 for ; Sun, 5 Feb 2017 10:45:59 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 87F6D8566A for ; Sun, 5 Feb 2017 10:45:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7E667FBE4; Sun, 5 Feb 2017 10:45:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1486291559162610" MIME-Version: 1.0 Date: Sun, 5 Feb 2017 10:45:59 +0000 From: "Izumi Tsutsui" Subject: CVS commit: pkgsrc/net/ruby-twitter-text To: pkgsrc-changes@NetBSD.org Reply-To: tsutsui@netbsd.org X-Mailer: log_accum Message-Id: <20170205104559.7E667FBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1486291559162610 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tsutsui Date: Sun Feb 5 10:45:59 UTC 2017 Modified Files: pkgsrc/net/ruby-twitter-text: Makefile distinfo Log Message: Update ruby-twitter-text to 1.14.5. No upstream changelog. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/ruby-twitter-text/Makefile \ pkgsrc/net/ruby-twitter-text/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1486291559162610 Content-Disposition: inline Content-Length: 1677 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/ruby-twitter-text/Makefile diff -u pkgsrc/net/ruby-twitter-text/Makefile:1.3 pkgsrc/net/ruby-twitter-text/Makefile:1.4 --- pkgsrc/net/ruby-twitter-text/Makefile:1.3 Thu Oct 20 15:05:22 2016 +++ pkgsrc/net/ruby-twitter-text/Makefile Sun Feb 5 10:45:59 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2016/10/20 15:05:22 taca Exp $ +# $NetBSD: Makefile,v 1.4 2017/02/05 10:45:59 tsutsui Exp $ -DISTNAME= twitter-text-1.14.0 +DISTNAME= twitter-text-1.14.5 CATEGORIES= net MAINTAINER= tsutsui@NetBSD.org Index: pkgsrc/net/ruby-twitter-text/distinfo diff -u pkgsrc/net/ruby-twitter-text/distinfo:1.3 pkgsrc/net/ruby-twitter-text/distinfo:1.4 --- pkgsrc/net/ruby-twitter-text/distinfo:1.3 Thu Oct 20 15:05:22 2016 +++ pkgsrc/net/ruby-twitter-text/distinfo Sun Feb 5 10:45:59 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2016/10/20 15:05:22 taca Exp $ +$NetBSD: distinfo,v 1.4 2017/02/05 10:45:59 tsutsui Exp $ -SHA1 (twitter-text-1.14.0.gem) = 3b9cab7ece332adc253e22f8bd257bdad07cba8b -RMD160 (twitter-text-1.14.0.gem) = 03a1cc83937e29339e551ae5bbeff149e37275a9 -SHA512 (twitter-text-1.14.0.gem) = f2064d0108da5768c2b9f7fde4453d36eccfc38e3717cab03284c3001cd24d5365489ee718a1cd4ead28562f79075d20ccd0073755f245c6c20ca01d7d8b8ce9 -Size (twitter-text-1.14.0.gem) = 47104 bytes +SHA1 (twitter-text-1.14.5.gem) = cf867a0fcc33be76404be9b875fc1c4998ce0c45 +RMD160 (twitter-text-1.14.5.gem) = 6135a832b34a9df349cab6cffd434579ba94e921 +SHA512 (twitter-text-1.14.5.gem) = 0087667577a6491cb57d537abdcb7c617cec395d43ca016d3bdc8d82af869fb99b17450a90ac188f45f548e27f9a73bc3c8cad7783fdd4142eb405deff1a51df +Size (twitter-text-1.14.5.gem) = 48128 bytes --_----------=_1486291559162610--