Received: by mail.netbsd.org (Postfix, from userid 605) id 25C7E84DB0; Wed, 2 Jun 2021 15:00:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 625A084DAC for ; Wed, 2 Jun 2021 15:00:16 +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 TSl8HMIqsilI for ; Wed, 2 Jun 2021 15:00:15 +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 D938E84CE2 for ; Wed, 2 Jun 2021 15:00:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CD2D3FA95; Wed, 2 Jun 2021 15:00:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1622646015286850" MIME-Version: 1.0 Date: Wed, 2 Jun 2021 15:00:15 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/www/ruby-typhoeus To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20210602150015.CD2D3FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1622646015286850 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Wed Jun 2 15:00:15 UTC 2021 Modified Files: pkgsrc/www/ruby-typhoeus: Makefile distinfo Log Message: www/ruby-typhoeus: update to 1.4.0 pkgsrc change: add "USE_LANGUAGES= # none". 1.4.0 (2020-05-08) No release note. Please refer commit logs: in detail. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/ruby-typhoeus/Makefile \ pkgsrc/www/ruby-typhoeus/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1622646015286850 Content-Disposition: inline Content-Length: 1778 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/ruby-typhoeus/Makefile diff -u pkgsrc/www/ruby-typhoeus/Makefile:1.1 pkgsrc/www/ruby-typhoeus/Makefile:1.2 --- pkgsrc/www/ruby-typhoeus/Makefile:1.1 Tue Apr 14 15:58:29 2020 +++ pkgsrc/www/ruby-typhoeus/Makefile Wed Jun 2 15:00:15 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2020/04/14 15:58:29 ryoon Exp $ +# $NetBSD: Makefile,v 1.2 2021/06/02 15:00:15 taca Exp $ -DISTNAME= typhoeus-1.3.1 +DISTNAME= typhoeus-1.4.0 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org @@ -10,5 +10,7 @@ LICENSE= mit DEPENDS+= ${RUBY_PKGPREFIX}-ethon>=0.9.0:../../www/ruby-ethon +USE_LANGUAGES= # none + .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/www/ruby-typhoeus/distinfo diff -u pkgsrc/www/ruby-typhoeus/distinfo:1.1 pkgsrc/www/ruby-typhoeus/distinfo:1.2 --- pkgsrc/www/ruby-typhoeus/distinfo:1.1 Tue Apr 14 15:58:29 2020 +++ pkgsrc/www/ruby-typhoeus/distinfo Wed Jun 2 15:00:15 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2020/04/14 15:58:29 ryoon Exp $ +$NetBSD: distinfo,v 1.2 2021/06/02 15:00:15 taca Exp $ -SHA1 (typhoeus-1.3.1.gem) = 57fe283b58130581a6edfaa2bfde3a9ecaa5e5ac -RMD160 (typhoeus-1.3.1.gem) = b0f3eccc93865761c3f20d89555ceee43d5a4fc8 -SHA512 (typhoeus-1.3.1.gem) = f826cdb7e48577226b12fc2715123e13519148f67d036470e385f80f8f3112d1ad24bf580c2ed0d213242c9afc1bdf868084266d430858b2cf6de73e50a11422 -Size (typhoeus-1.3.1.gem) = 55808 bytes +SHA1 (typhoeus-1.4.0.gem) = 21dac1fdbc225e062dc10261d84ac8f3c4e1d766 +RMD160 (typhoeus-1.4.0.gem) = 52a3db27a10986a4b3530f87888607fc7625566f +SHA512 (typhoeus-1.4.0.gem) = f48a99fd554f4d06d37a0a804ee79dd8423d9bff765394537ab0edba615e132d25660a6eb455e8628f59bd56c7ea26f4a195827d5287a53e58e3aeb394477284 +Size (typhoeus-1.4.0.gem) = 56832 bytes --_----------=_1622646015286850--