Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 51A4784EBF for ; Sun, 3 Sep 2023 16:01:47 +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 gQlay_8a1TA3 for ; Sun, 3 Sep 2023 16:01:46 +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 B179A84CD0 for ; Sun, 3 Sep 2023 16:01:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AAF5EFBDB; Sun, 3 Sep 2023 16:01:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1693756906203800" MIME-Version: 1.0 Date: Sun, 3 Sep 2023 16:01:46 +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: <20230903160146.AAF5EFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1693756906203800 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Sep 3 16:01:46 UTC 2023 Modified Files: pkgsrc/devel/ruby-pkg-config: Makefile distinfo Log Message: devel/ruby-pkg-config: update to 1.5.3 1.5.3 (2023-08-29) Improvements * Accepted spaces between "=" and ":". For example, "prefix = /usr" is accepted. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 pkgsrc/devel/ruby-pkg-config/Makefile cvs rdiff -u -r1.33 -r1.34 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. --_----------=_1693756906203800 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.36 pkgsrc/devel/ruby-pkg-config/Makefile:1.37 --- pkgsrc/devel/ruby-pkg-config/Makefile:1.36 Sat Jun 17 13:29:30 2023 +++ pkgsrc/devel/ruby-pkg-config/Makefile Sun Sep 3 16:01:46 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.36 2023/06/17 13:29:30 taca Exp $ +# $NetBSD: Makefile,v 1.37 2023/09/03 16:01:46 taca Exp $ -DISTNAME= pkg-config-1.5.2 +DISTNAME= pkg-config-1.5.3 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/devel/ruby-pkg-config/distinfo diff -u pkgsrc/devel/ruby-pkg-config/distinfo:1.33 pkgsrc/devel/ruby-pkg-config/distinfo:1.34 --- pkgsrc/devel/ruby-pkg-config/distinfo:1.33 Sat Jun 17 13:29:30 2023 +++ pkgsrc/devel/ruby-pkg-config/distinfo Sun Sep 3 16:01:46 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.33 2023/06/17 13:29:30 taca Exp $ +$NetBSD: distinfo,v 1.34 2023/09/03 16:01:46 taca Exp $ -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 +BLAKE2s (pkg-config-1.5.3.gem) = 2265b54cd420846ec976e474a1c4adac6df047be655e3d54b6831bd5165c2371 +SHA512 (pkg-config-1.5.3.gem) = 06b29f5db397090c37a38f2f9b9d7cd6a1f0d11ea0d76c817f7a377f8e02d056863ebbcd04642f6d561b37b7ade5a226b68af16993e013d13e7830ffa902397d +Size (pkg-config-1.5.3.gem) = 23040 bytes --_----------=_1693756906203800--