pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/hs-hslua-cli



Module Name:    pkgsrc
Committed By:   pho
Date:           Thu Jan 30 23:43:25 UTC 2025

Modified Files:
        pkgsrc/lang/hs-hslua-cli: Makefile buildlink3.mk distinfo

Log Message:
lang/hs-hslua-cli: update to hslua-cli-1.4.3

## hslua-cli-1.4.3

Release pending.

-   Include copyright notice when printing version info; i.e., the
    behavior is now closer to that of the default `lua`
    interpreter.

-   Avoid "redundant import" warning when compiling with GHC 9.10.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/lang/hs-hslua-cli/Makefile \
    pkgsrc/lang/hs-hslua-cli/buildlink3.mk
cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/hs-hslua-cli/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/hs-hslua-cli/Makefile
diff -u pkgsrc/lang/hs-hslua-cli/Makefile:1.7 pkgsrc/lang/hs-hslua-cli/Makefile:1.8
--- pkgsrc/lang/hs-hslua-cli/Makefile:1.7       Thu May  9 01:32:22 2024
+++ pkgsrc/lang/hs-hslua-cli/Makefile   Thu Jan 30 23:43:25 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2024/05/09 01:32:22 pho Exp $
+# $NetBSD: Makefile,v 1.8 2025/01/30 23:43:25 pho Exp $
 
-DISTNAME=      hslua-cli-1.4.2
-PKGREVISION=   1
+DISTNAME=      hslua-cli-1.4.3
 CATEGORIES=    lang
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/lang/hs-hslua-cli/buildlink3.mk
diff -u pkgsrc/lang/hs-hslua-cli/buildlink3.mk:1.7 pkgsrc/lang/hs-hslua-cli/buildlink3.mk:1.8
--- pkgsrc/lang/hs-hslua-cli/buildlink3.mk:1.7  Thu May  9 01:32:22 2024
+++ pkgsrc/lang/hs-hslua-cli/buildlink3.mk      Thu Jan 30 23:43:25 2025
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.7 2024/05/09 01:32:22 pho Exp $
+# $NetBSD: buildlink3.mk,v 1.8 2025/01/30 23:43:25 pho Exp $
 
 BUILDLINK_TREE+=       hs-hslua-cli
 
 .if !defined(HS_HSLUA_CLI_BUILDLINK3_MK)
 HS_HSLUA_CLI_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.hs-hslua-cli+=   hs-hslua-cli>=1.4.2
-BUILDLINK_ABI_DEPENDS.hs-hslua-cli+=   hs-hslua-cli>=1.4.2nb1
+BUILDLINK_API_DEPENDS.hs-hslua-cli+=   hs-hslua-cli>=1.4.3
+BUILDLINK_ABI_DEPENDS.hs-hslua-cli+=   hs-hslua-cli>=1.4.3
 BUILDLINK_PKGSRCDIR.hs-hslua-cli?=     ../../lang/hs-hslua-cli
 
 .include "../../lang/hs-hslua-core/buildlink3.mk"

Index: pkgsrc/lang/hs-hslua-cli/distinfo
diff -u pkgsrc/lang/hs-hslua-cli/distinfo:1.3 pkgsrc/lang/hs-hslua-cli/distinfo:1.4
--- pkgsrc/lang/hs-hslua-cli/distinfo:1.3       Wed May  1 10:41:56 2024
+++ pkgsrc/lang/hs-hslua-cli/distinfo   Thu Jan 30 23:43:25 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2024/05/01 10:41:56 pho Exp $
+$NetBSD: distinfo,v 1.4 2025/01/30 23:43:25 pho Exp $
 
-BLAKE2s (hslua-cli-1.4.2.tar.gz) = de95ba6623284cd40f08df4a6871978e4dbfa0631cd5605735d2a03027ad909b
-SHA512 (hslua-cli-1.4.2.tar.gz) = ac2c96693096372e2d2abc341754fe199344e283de36a475fd52176a6afee72e80354a2498211cbb06e58df7c551aff5bf3331aab05169b6587f455fd3b30e8e
-Size (hslua-cli-1.4.2.tar.gz) = 5904 bytes
+BLAKE2s (hslua-cli-1.4.3.tar.gz) = 13be407df8595990ec97f09c8bacde949d33bd7d68ecec373814ee0e00320da4
+SHA512 (hslua-cli-1.4.3.tar.gz) = bc78b550486a32e1af8a35a3a2779e5470291de72816e5bb80695ec66ee4dfcd2e58d98183b16bccad74126bf715212976d8efbae003fd4b1ff2e3df7ee0a4d9
+Size (hslua-cli-1.4.3.tar.gz) = 5990 bytes



Home | Main Index | Thread Index | Old Index