Received: by mail.netbsd.org (Postfix, from userid 605) id E246B84DFF; Mon, 6 May 2019 05:30:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6A45384DE9 for ; Mon, 6 May 2019 05:30:40 +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 znXb_IsgR8_1 for ; Mon, 6 May 2019 05:30:39 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D866384D98 for ; Mon, 6 May 2019 05:30:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D6503FB16; Mon, 6 May 2019 05:30:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1557120639199840" MIME-Version: 1.0 Date: Mon, 6 May 2019 05:30:39 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-pkg-config To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20190506053039.D6503FB16@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. --_----------=_1557120639199840 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Mon May 6 05:30:39 UTC 2019 Modified Files: pkgsrc/devel/ruby-pkg-config: Makefile distinfo Log Message: devel/ruby-pkg-config: update to 1.3.7 == 1.3.7 - 2019-03-17 === Improvements * Added support for alphabet and _ only version. [GitHub#17][Reported by xiejiangzhi] To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/ruby-pkg-config/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/ruby-pkg-config/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1557120639199840 Content-Disposition: inline Content-Length: 1665 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-pkg-config/Makefile diff -u pkgsrc/devel/ruby-pkg-config/Makefile:1.23 pkgsrc/devel/ruby-pkg-config/Makefile:1.24 --- pkgsrc/devel/ruby-pkg-config/Makefile:1.23 Sat Mar 9 13:13:01 2019 +++ pkgsrc/devel/ruby-pkg-config/Makefile Mon May 6 05:30:39 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2019/03/09 13:13:01 tsutsui Exp $ +# $NetBSD: Makefile,v 1.24 2019/05/06 05:30:39 taca Exp $ -DISTNAME= pkg-config-1.3.6 +DISTNAME= pkg-config-1.3.7 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/devel/ruby-pkg-config/distinfo diff -u pkgsrc/devel/ruby-pkg-config/distinfo:1.19 pkgsrc/devel/ruby-pkg-config/distinfo:1.20 --- pkgsrc/devel/ruby-pkg-config/distinfo:1.19 Sat Mar 9 13:13:01 2019 +++ pkgsrc/devel/ruby-pkg-config/distinfo Mon May 6 05:30:39 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.19 2019/03/09 13:13:01 tsutsui Exp $ +$NetBSD: distinfo,v 1.20 2019/05/06 05:30:39 taca Exp $ -SHA1 (pkg-config-1.3.6.gem) = 15956865b182f0d3e5c4d2bb78864683c1ae9c16 -RMD160 (pkg-config-1.3.6.gem) = 8a475044eed416c08e072912b19042ec4c886c8c -SHA512 (pkg-config-1.3.6.gem) = c0e44101c52d32113992a1952528faa70e000cf94318d5a29eb52856dc7be670749d2f59bb3601907e4fc136a47eccaf5fc2a713346ca769112e3917bb5402e3 -Size (pkg-config-1.3.6.gem) = 20992 bytes +SHA1 (pkg-config-1.3.7.gem) = b76a454a8ca9b336efd6acfc850a49768d915f12 +RMD160 (pkg-config-1.3.7.gem) = 7da31f67ac537e9781a0294d8689019eb443663a +SHA512 (pkg-config-1.3.7.gem) = cceef2b8f0b92582256660f50be21b446e6ef8ca9edd3c7736d2dbcbf2bf8ab60a1ef8f2fed21448d01ab155fd92fe9a3e8cf1f8bda4f80a8e0a8896f1eedd60 +Size (pkg-config-1.3.7.gem) = 20992 bytes --_----------=_1557120639199840--