Received: by mail.netbsd.org (Postfix, from userid 605) id 89F8484E45; Sun, 6 May 2018 01:58:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1380B84E40 for ; Sun, 6 May 2018 01:58:05 +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 cHOjFKU5eLmx for ; Sun, 6 May 2018 01:58:04 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 94CBE84E3E for ; Sun, 6 May 2018 01:58:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7BC51FBEC; Sun, 6 May 2018 01:58:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_152557188447210" MIME-Version: 1.0 Date: Sun, 6 May 2018 01:58:04 +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: <20180506015804.7BC51FBEC@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. --_----------=_152557188447210 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun May 6 01:58:04 UTC 2018 Modified Files: pkgsrc/devel/ruby-pkg-config: Makefile distinfo Log Message: devel/ruby-pkg-config: update to 1.3.1 == 1.3.1 - 2018-04-28 === Improvements * Changed search order to find C flags. [GitHub#6][Reported by HIGUCHI Daisuke] * Before: Requires -> Requires.private * After: Requires.private -> Requires === Thanks * HIGUCHI Daisuke == 1.3.0 - 2018-04-10 === Improvements * Added Ruby 2.0 on Ubuntu Trusty again. == 1.3.0 - 2018-04-10 === Improvements * Added Ruby 2.0 on Ubuntu Trusty again. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/ruby-pkg-config/Makefile cvs rdiff -u -r1.15 -r1.16 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. --_----------=_152557188447210 Content-Disposition: inline Content-Length: 1659 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.19 pkgsrc/devel/ruby-pkg-config/Makefile:1.20 --- pkgsrc/devel/ruby-pkg-config/Makefile:1.19 Wed Mar 14 14:10:57 2018 +++ pkgsrc/devel/ruby-pkg-config/Makefile Sun May 6 01:58:04 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2018/03/14 14:10:57 taca Exp $ +# $NetBSD: Makefile,v 1.20 2018/05/06 01:58:04 taca Exp $ -DISTNAME= pkg-config-1.2.9 +DISTNAME= pkg-config-1.3.1 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/devel/ruby-pkg-config/distinfo diff -u pkgsrc/devel/ruby-pkg-config/distinfo:1.15 pkgsrc/devel/ruby-pkg-config/distinfo:1.16 --- pkgsrc/devel/ruby-pkg-config/distinfo:1.15 Wed Mar 14 14:10:57 2018 +++ pkgsrc/devel/ruby-pkg-config/distinfo Sun May 6 01:58:04 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.15 2018/03/14 14:10:57 taca Exp $ +$NetBSD: distinfo,v 1.16 2018/05/06 01:58:04 taca Exp $ -SHA1 (pkg-config-1.2.9.gem) = e889b2b4d68e9dea1bf55eec38434eaa51fee405 -RMD160 (pkg-config-1.2.9.gem) = 971b2fb12d2f9574609d5d7406a0ca84601d3a10 -SHA512 (pkg-config-1.2.9.gem) = 6b16b741f8efce51623a98a1979b3bc8af18ce6d74bd35f46baafa9eb19bdab50372921f8548a958bc4428f5e9ff0015ca9ec1700065d70bb9fb9d2a98c311c7 -Size (pkg-config-1.2.9.gem) = 20480 bytes +SHA1 (pkg-config-1.3.1.gem) = 28fa98bb8650e9892a801dcee802f8f546026e69 +RMD160 (pkg-config-1.3.1.gem) = 991c145017d034f9e6dc10815423a2a44ceedb52 +SHA512 (pkg-config-1.3.1.gem) = 801dbe70ad1ef075d74f260a124d4b3a78a237abc133bd3da8ac93f0ae51b8d6e94efc1064ffea64138bae26efce52ef5bb23553625d808cafa477af50ca55ec +Size (pkg-config-1.3.1.gem) = 20480 bytes --_----------=_152557188447210--