aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando ApesteguĂ­a <fernape@FreeBSD.org>2022-08-12 06:12:07 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2022-08-12 18:00:13 +0000
commit5a32f4fc392e91aa1ba69f5a44fe5c7d954359eb (patch)
treede4aa6612ea59e96347d6c3176b6132ef3b67243
parent6b5581ae40fe1db883229628b7ded99537a6c38a (diff)
downloadports-5a32f4fc392e91aa1ba69f5a44fe5c7d954359eb.tar.gz
ports-5a32f4fc392e91aa1ba69f5a44fe5c7d954359eb.zip
devel/leiningen: update to 2.9.10
ChangeLog: https://github.com/technomancy/leiningen/releases/ 2.9.10 * Fix a bug where dev-resources could leak into jars/uberjars. * Avoid illegal reflective access doing XML parsing in uberjar/search. 2.9.9 * Migrate the repository from Github to Codeberg. * Fix a bug in new where template group-ids could be ignored. * Work around a change in Java 9 which broke template listing. * Fix a bug in pedantic checks which resulted in infinite loops. * Prevent module-info.class files from being included in uberjars. * Prevent duplicate warnings in resource-paths when creating jars. * Fix an issue with check where AOT would shadow reflection warnings. * Allow change to edit dependency versions. * Fix a bug where composite profiles would leak dependencies downstream. * Allow repl to bind to filesystem sockets via :headless :socket PATH Reported by: portscout
-rw-r--r--devel/leiningen/Makefile2
-rw-r--r--devel/leiningen/distinfo10
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/leiningen/Makefile b/devel/leiningen/Makefile
index 0a2cbe274ebc..39c591b7b3cc 100644
--- a/devel/leiningen/Makefile
+++ b/devel/leiningen/Makefile
@@ -1,5 +1,5 @@
PORTNAME= leiningen
-PORTVERSION= 2.9.8
+PORTVERSION= 2.9.10
CATEGORIES= devel lisp java
MASTER_SITES= https://github.com/technomancy/leiningen/releases/download/${PORTVERSION}/:standalone
DISTFILES= ${PORTNAME}-${PORTVERSION}-standalone.jar:standalone
diff --git a/devel/leiningen/distinfo b/devel/leiningen/distinfo
index 04b583f525bb..e5df6ece0f99 100644
--- a/devel/leiningen/distinfo
+++ b/devel/leiningen/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1637613217
-SHA256 (leiningen-2.9.8-standalone.jar) = 2a0e9114e0d623c748a9ade5d72b54128b31b5ddb13f51b04c533f104bb0c48d
-SIZE (leiningen-2.9.8-standalone.jar) = 12834369
-SHA256 (technomancy-leiningen-2.9.8_GH0.tar.gz) = be299cbd70693213c6887f931327fb9df3bd54930a521d0fc88bea04d55c5cd4
-SIZE (technomancy-leiningen-2.9.8_GH0.tar.gz) = 924543
+TIMESTAMP = 1660284700
+SHA256 (leiningen-2.9.10-standalone.jar) = a228530f00b50753acfddc3de38a0d737b6f5c1aec49af202e70a0ad28c249c9
+SIZE (leiningen-2.9.10-standalone.jar) = 13199306
+SHA256 (technomancy-leiningen-2.9.10_GH0.tar.gz) = 55e7d1d89eb3b16309b3b7936e72bcdfb783aea80c60908b50b22781bae911c4
+SIZE (technomancy-leiningen-2.9.10_GH0.tar.gz) = 969458