pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/clojure



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sat Aug 16 01:46:43 UTC 2025

Modified Files:
        pkgsrc/lang/clojure: Makefile distinfo

Log Message:
lang/clojure: Update to 1.12.1.1561

Changelog:
1.12.1.1561 (Aug 14, 2025)

    TDEPS-264 Add -X:deps basis - to print the basis for a deps config

    TDEPS-259 Improve error reporting on deps.edn spec errors

    Update to latest deps

1.12.1.1550 (Jun 3, 2025)

    -Sdescribe - undocumented (prefer using tools.deps APIs instead)

    -Sverbose - add explicit deps.edn references

1.12.1.1543 (Jun 3, 2025)

    Update to Clojure 1.12.1

1.12.1.1538 (Jun 2, 2025)

    Update to Clojure 1.12.1

1.12.0.1530 (Mar 5, 2025)

    clj -Sdeps can now take a path to an edn file instead of a literal map

    Fix computation of tool argmap when both aliases and tools are used together

    Update tools.deps to latest

1.12.0.1517 (Feb 10, 2025)

    During dep expansion, only consider lib to be omitted if all parent paths to root are omitted

    Memoize dep lookups during dep expansion to avoid unnecessary calls

    Update tools.deps, tools.deps.cli to latest

1.12.0.1501 (Jan 27, 2025)

    Fix bug with -Srepro -Spom

1.12.0.1495 (Dec 31, 2024)

    Echo args in -M deprecation warning for clarity

    Refactored tool classpath calculation and align on create-basis

    Update deps to latest


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/lang/clojure/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/lang/clojure/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/clojure/Makefile
diff -u pkgsrc/lang/clojure/Makefile:1.11 pkgsrc/lang/clojure/Makefile:1.12
--- pkgsrc/lang/clojure/Makefile:1.11   Thu Dec 12 14:45:32 2024
+++ pkgsrc/lang/clojure/Makefile        Sat Aug 16 01:46:43 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2024/12/12 14:45:32 ryoon Exp $
+# $NetBSD: Makefile,v 1.12 2025/08/16 01:46:43 ryoon Exp $
 
-DISTNAME=      clojure-tools-1.12.0.1488
+DISTNAME=      clojure-tools-1.12.1.1561
 PKGNAME=       ${DISTNAME:S/-tools//}
 CATEGORIES=    lang
 MASTER_SITES=  https://download.clojure.org/install/

Index: pkgsrc/lang/clojure/distinfo
diff -u pkgsrc/lang/clojure/distinfo:1.9 pkgsrc/lang/clojure/distinfo:1.10
--- pkgsrc/lang/clojure/distinfo:1.9    Thu Dec 12 14:45:32 2024
+++ pkgsrc/lang/clojure/distinfo        Sat Aug 16 01:46:43 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2024/12/12 14:45:32 ryoon Exp $
+$NetBSD: distinfo,v 1.10 2025/08/16 01:46:43 ryoon Exp $
 
-BLAKE2s (clojure-tools-1.12.0.1488.tar.gz) = 96fc8f6fe0bd9f7ae1da67783e8741fd2e87a1ca63467a3824c930e5f92be2cc
-SHA512 (clojure-tools-1.12.0.1488.tar.gz) = 007b733973ac3d2c5151b011b1fddc921256e7d91e85ded24511349e552c7577af0746cd04658e9ffa4eaac1448522aa6b64505c2e296f32265b0ae1d2d0bc17
-Size (clojure-tools-1.12.0.1488.tar.gz) = 15180244 bytes
+BLAKE2s (clojure-tools-1.12.1.1561.tar.gz) = f27c5ead49afba153b367febbefdc3df74806266631c2e1a04086e888af34d62
+SHA512 (clojure-tools-1.12.1.1561.tar.gz) = c388f48fafd8b111600ebd874553f74b19d08034918b3b7f32298387eeb7b0b76bf5a5ab8ef7e1d86b41af85fd600282418154b297cc2754696c05f98a222a54
+Size (clojure-tools-1.12.1.1561.tar.gz) = 15252553 bytes



Home | Main Index | Thread Index | Old Index