pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/hs-hls-plugin-api
Module Name: pkgsrc
Committed By: pho
Date: Fri Jan 31 10:07:23 UTC 2025
Modified Files:
pkgsrc/devel/hs-hls-plugin-api: Makefile buildlink3.mk distinfo
Removed Files:
pkgsrc/devel/hs-hls-plugin-api/patches: patch-src_Ide_Plugin_Resolve.hs
Log Message:
devel/hs-hls-plugin-api: update to hls-plugin-api-2.9.0.0
No release notes have been provided by the upstream.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/hs-hls-plugin-api/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/hs-hls-plugin-api/buildlink3.mk
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/hs-hls-plugin-api/distinfo
cvs rdiff -u -r1.1 -r0 \
pkgsrc/devel/hs-hls-plugin-api/patches/patch-src_Ide_Plugin_Resolve.hs
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/hs-hls-plugin-api/Makefile
diff -u pkgsrc/devel/hs-hls-plugin-api/Makefile:1.11 pkgsrc/devel/hs-hls-plugin-api/Makefile:1.12
--- pkgsrc/devel/hs-hls-plugin-api/Makefile:1.11 Thu May 9 01:31:59 2024
+++ pkgsrc/devel/hs-hls-plugin-api/Makefile Fri Jan 31 10:07:23 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2024/05/09 01:31:59 pho Exp $
+# $NetBSD: Makefile,v 1.12 2025/01/31 10:07:23 pho Exp $
-DISTNAME= hls-plugin-api-2.7.0.0
-PKGREVISION= 1
+DISTNAME= hls-plugin-api-2.9.0.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -9,8 +8,7 @@ COMMENT= Haskell Language Server API for
LICENSE= apache-2.0
HASKELL_UNRESTRICT_DEPENDENCIES+= \
- Diff \
- lsp
+ Diff
.include "../../converters/hs-aeson/buildlink3.mk"
.include "../../sysutils/hs-co-log-core/buildlink3.mk"
Index: pkgsrc/devel/hs-hls-plugin-api/buildlink3.mk
diff -u pkgsrc/devel/hs-hls-plugin-api/buildlink3.mk:1.12 pkgsrc/devel/hs-hls-plugin-api/buildlink3.mk:1.13
--- pkgsrc/devel/hs-hls-plugin-api/buildlink3.mk:1.12 Thu May 9 01:31:59 2024
+++ pkgsrc/devel/hs-hls-plugin-api/buildlink3.mk Fri Jan 31 10:07:23 2025
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.12 2024/05/09 01:31:59 pho Exp $
+# $NetBSD: buildlink3.mk,v 1.13 2025/01/31 10:07:23 pho Exp $
BUILDLINK_TREE+= hs-hls-plugin-api
.if !defined(HS_HLS_PLUGIN_API_BUILDLINK3_MK)
HS_HLS_PLUGIN_API_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.hs-hls-plugin-api+= hs-hls-plugin-api>=2.7.0
-BUILDLINK_ABI_DEPENDS.hs-hls-plugin-api+= hs-hls-plugin-api>=2.7.0.0nb1
+BUILDLINK_API_DEPENDS.hs-hls-plugin-api+= hs-hls-plugin-api>=2.9.0
+BUILDLINK_ABI_DEPENDS.hs-hls-plugin-api+= hs-hls-plugin-api>=2.9.0.0
BUILDLINK_PKGSRCDIR.hs-hls-plugin-api?= ../../devel/hs-hls-plugin-api
.include "../../converters/hs-aeson/buildlink3.mk"
Index: pkgsrc/devel/hs-hls-plugin-api/distinfo
diff -u pkgsrc/devel/hs-hls-plugin-api/distinfo:1.4 pkgsrc/devel/hs-hls-plugin-api/distinfo:1.5
--- pkgsrc/devel/hs-hls-plugin-api/distinfo:1.4 Sat May 4 10:42:24 2024
+++ pkgsrc/devel/hs-hls-plugin-api/distinfo Fri Jan 31 10:07:23 2025
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.4 2024/05/04 10:42:24 pho Exp $
+$NetBSD: distinfo,v 1.5 2025/01/31 10:07:23 pho Exp $
-BLAKE2s (hls-plugin-api-2.7.0.0.tar.gz) = 08582f770f315b31389685107fbf933db279ab1b2a0736aac6d167a400b44a46
-SHA512 (hls-plugin-api-2.7.0.0.tar.gz) = 5b9a69bd6a439d068549693dcb1385b1ebec12daa44efae8c6b80199061f9077b154c5a00ebb9d3526fa2d5a51b6162179c28fa9edb0001e2c6c81bb98b70a67
-Size (hls-plugin-api-2.7.0.0.tar.gz) = 41742 bytes
-SHA1 (patch-src_Ide_Plugin_Resolve.hs) = 6d872de06ebe3ff0fb19605592485dd525d6a852
+BLAKE2s (hls-plugin-api-2.9.0.0.tar.gz) = b0bc0919065085785ebbce1a88994a6356eebced413108a8af7b554fbd9a6c8a
+SHA512 (hls-plugin-api-2.9.0.0.tar.gz) = 95e46e4dd47ad15404791cbbc1180d56dbf069d2709828f540a685943f4fb29a96a215a9fbf1310a2b0cf7de0c3b56fda424175be2c4ed971db28f7fbc508327
+Size (hls-plugin-api-2.9.0.0.tar.gz) = 44750 bytes
Home |
Main Index |
Thread Index |
Old Index