Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5F07C85923 for ; Mon, 30 Oct 2023 06:20:23 +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 U6xg78aypm6y for ; Mon, 30 Oct 2023 06:20:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B225484D28 for ; Mon, 30 Oct 2023 06:20:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A5E08FADC; Mon, 30 Oct 2023 06:20:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169864682245210" MIME-Version: 1.0 Date: Mon, 30 Oct 2023 06:20:22 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/devel/hs-ghc-lib-parser-ex To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20231030062022.A5E08FADC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169864682245210 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Mon Oct 30 06:20:22 UTC 2023 Modified Files: pkgsrc/devel/hs-ghc-lib-parser-ex: Makefile PLIST buildlink3.mk distinfo Log Message: devel/hs-ghc-lib-parser-ex: Update to 9.8.0.0 9.8.0.0 released Companion to ghc-lib-parser-9.8.1.20231009 To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/hs-ghc-lib-parser-ex/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/hs-ghc-lib-parser-ex/PLIST cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/hs-ghc-lib-parser-ex/buildlink3.mk cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/hs-ghc-lib-parser-ex/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169864682245210 Content-Disposition: inline Content-Length: 3372 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/hs-ghc-lib-parser-ex/Makefile diff -u pkgsrc/devel/hs-ghc-lib-parser-ex/Makefile:1.9 pkgsrc/devel/hs-ghc-lib-parser-ex/Makefile:1.10 --- pkgsrc/devel/hs-ghc-lib-parser-ex/Makefile:1.9 Sun Oct 29 11:01:14 2023 +++ pkgsrc/devel/hs-ghc-lib-parser-ex/Makefile Mon Oct 30 06:20:22 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2023/10/29 11:01:14 pho Exp $ +# $NetBSD: Makefile,v 1.10 2023/10/30 06:20:22 pho Exp $ -DISTNAME= ghc-lib-parser-ex-9.6.0.2 +DISTNAME= ghc-lib-parser-ex-9.8.0.0 CATEGORIES= devel MAINTAINER= pho@cielonegro.org Index: pkgsrc/devel/hs-ghc-lib-parser-ex/PLIST diff -u pkgsrc/devel/hs-ghc-lib-parser-ex/PLIST:1.3 pkgsrc/devel/hs-ghc-lib-parser-ex/PLIST:1.4 --- pkgsrc/devel/hs-ghc-lib-parser-ex/PLIST:1.3 Sun Oct 29 11:01:14 2023 +++ pkgsrc/devel/hs-ghc-lib-parser-ex/PLIST Mon Oct 30 06:20:22 2023 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2023/10/29 11:01:14 pho Exp $ +@comment $NetBSD: PLIST,v 1.4 2023/10/30 06:20:22 pho Exp $ lib/ghc-lib-parser-ex-${PKGVERSION}/${HS_VERSION}/package-description lib/ghc-lib-parser-ex-${PKGVERSION}/${HS_VERSION}/package-id ${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Language/Haskell/GhclibParserEx/Dump.dyn_hi Index: pkgsrc/devel/hs-ghc-lib-parser-ex/buildlink3.mk diff -u pkgsrc/devel/hs-ghc-lib-parser-ex/buildlink3.mk:1.8 pkgsrc/devel/hs-ghc-lib-parser-ex/buildlink3.mk:1.9 --- pkgsrc/devel/hs-ghc-lib-parser-ex/buildlink3.mk:1.8 Sun Oct 29 11:01:14 2023 +++ pkgsrc/devel/hs-ghc-lib-parser-ex/buildlink3.mk Mon Oct 30 06:20:22 2023 @@ -1,12 +1,12 @@ -# $NetBSD: buildlink3.mk,v 1.8 2023/10/29 11:01:14 pho Exp $ +# $NetBSD: buildlink3.mk,v 1.9 2023/10/30 06:20:22 pho Exp $ BUILDLINK_TREE+= hs-ghc-lib-parser-ex .if !defined(HS_GHC_LIB_PARSER_EX_BUILDLINK3_MK) HS_GHC_LIB_PARSER_EX_BUILDLINK3_MK:= -BUILDLINK_API_DEPENDS.hs-ghc-lib-parser-ex+= hs-ghc-lib-parser-ex>=9.6.0 -BUILDLINK_ABI_DEPENDS.hs-ghc-lib-parser-ex+= hs-ghc-lib-parser-ex>=9.6.0.2 +BUILDLINK_API_DEPENDS.hs-ghc-lib-parser-ex+= hs-ghc-lib-parser-ex>=9.8.0 +BUILDLINK_ABI_DEPENDS.hs-ghc-lib-parser-ex+= hs-ghc-lib-parser-ex>=9.8.0.0 BUILDLINK_PKGSRCDIR.hs-ghc-lib-parser-ex?= ../../devel/hs-ghc-lib-parser-ex .include "../../devel/hs-ghc-lib-parser/buildlink3.mk" Index: pkgsrc/devel/hs-ghc-lib-parser-ex/distinfo diff -u pkgsrc/devel/hs-ghc-lib-parser-ex/distinfo:1.6 pkgsrc/devel/hs-ghc-lib-parser-ex/distinfo:1.7 --- pkgsrc/devel/hs-ghc-lib-parser-ex/distinfo:1.6 Sun Oct 29 11:01:14 2023 +++ pkgsrc/devel/hs-ghc-lib-parser-ex/distinfo Mon Oct 30 06:20:22 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2023/10/29 11:01:14 pho Exp $ +$NetBSD: distinfo,v 1.7 2023/10/30 06:20:22 pho Exp $ -BLAKE2s (ghc-lib-parser-ex-9.6.0.2.tar.gz) = f59073660b0cda9f688249e39314cf8682f631b86c3d87bcfb3f233b0772fcef -SHA512 (ghc-lib-parser-ex-9.6.0.2.tar.gz) = d1b8e9940afc0e3de148f2320f19310cb0c02be469895ee7a2afb11b98107816e461b429fe4973eb93a6ec9c16c0fa97f204a2f70d8174c4aab0211e619f09aa -Size (ghc-lib-parser-ex-9.6.0.2.tar.gz) = 24271 bytes +BLAKE2s (ghc-lib-parser-ex-9.8.0.0.tar.gz) = 3c1831f26b06c2e642f57d2c2a3df9251b794d91b830fe1fc1cc3d31963730ab +SHA512 (ghc-lib-parser-ex-9.8.0.0.tar.gz) = 8ddbd04b4ef4acbdbbc8086bcbf11265c1ebb211d0d7293bd709b8475cd24c2004dc6dd844637f7dfb2441e2a1c28b2a6b7806477946546dc87115569df204be +Size (ghc-lib-parser-ex-9.8.0.0.tar.gz) = 24130 bytes --_----------=_169864682245210--