Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 69A4684F1B for ; Sat, 17 Jun 2023 13:29:31 +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 OvJOMmz1hTG9 for ; Sat, 17 Jun 2023 13:29:30 +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 DEF1A84D2F for ; Sat, 17 Jun 2023 13:29:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D693AFA89; Sat, 17 Jun 2023 13:29:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1687008570265940" MIME-Version: 1.0 Date: Sat, 17 Jun 2023 13:29:30 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-pkg-config To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20230617132930.D693AFA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1687008570265940 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sat Jun 17 13:29:30 UTC 2023 Modified Files: pkgsrc/devel/ruby-pkg-config: Makefile distinfo Log Message: devel/ruby-pkg-config: update to 1.5.2 1.5.2 (2023-06-25) Improvements * Added support for conda. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 pkgsrc/devel/ruby-pkg-config/Makefile cvs rdiff -u -r1.32 -r1.33 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. --_----------=_1687008570265940 Content-Disposition: inline Content-Length: 1565 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.35 pkgsrc/devel/ruby-pkg-config/Makefile:1.36 --- pkgsrc/devel/ruby-pkg-config/Makefile:1.35 Tue Nov 29 13:12:43 2022 +++ pkgsrc/devel/ruby-pkg-config/Makefile Sat Jun 17 13:29:30 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.35 2022/11/29 13:12:43 taca Exp $ +# $NetBSD: Makefile,v 1.36 2023/06/17 13:29:30 taca Exp $ -DISTNAME= pkg-config-1.5.1 +DISTNAME= pkg-config-1.5.2 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/devel/ruby-pkg-config/distinfo diff -u pkgsrc/devel/ruby-pkg-config/distinfo:1.32 pkgsrc/devel/ruby-pkg-config/distinfo:1.33 --- pkgsrc/devel/ruby-pkg-config/distinfo:1.32 Tue Nov 29 13:12:43 2022 +++ pkgsrc/devel/ruby-pkg-config/distinfo Sat Jun 17 13:29:30 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.32 2022/11/29 13:12:43 taca Exp $ +$NetBSD: distinfo,v 1.33 2023/06/17 13:29:30 taca Exp $ -BLAKE2s (pkg-config-1.5.1.gem) = 7a74d3a8275e02d0d84be3ea0ca687ff33b8a7ed15ef12296471b970dbe2e5d7 -SHA512 (pkg-config-1.5.1.gem) = 972fdc1ed64adb66a388331e10c00648560abec8455727b804cb2fe9ce40dd9801dfc909116c1cc96b8617aa52873339a290c5d0775a88c30f2399566db557e6 -Size (pkg-config-1.5.1.gem) = 23040 bytes +BLAKE2s (pkg-config-1.5.2.gem) = 21d6fd556b3ec1113883243a683fa1f83222f527b72c14cc8b39e6ada6dc5077 +SHA512 (pkg-config-1.5.2.gem) = f4aa101ff6bbfce5bf23b6c83f61e186424c097f889e51fe337d158753fc8af26ee918bb509653ea70487a7d92a24b66cc96c1c0ea4bed2cfab5cd9380317679 +Size (pkg-config-1.5.2.gem) = 23040 bytes --_----------=_1687008570265940--