From: Timo Myyrä Subject: (maintainer update) abcl-1.10.0 To: ports@openbsd.org Date: Thu, 21 May 2026 22:21:21 +0300 Hi, Seems that abcl homepage does not update the latest release links. But here is small bump for abcl to latest one. Lightly tested on amd64. timo diff /usr/ports path + /usr/ports commit - 7e705e6c8be5d186842674671892ebb49a3ee842 blob - b08455c5c05bfadcb1704ed0bfa130dde5be49f5 file + lang/abcl/Makefile --- lang/abcl/Makefile +++ lang/abcl/Makefile @@ -1,5 +1,5 @@ COMMENT = Common Lisp dialect for the Java Virtual Machine -V = 1.9.2 +V = 1.10.0 DISTNAME = abcl-src-${V} PKGNAME = abcl-${V} PKG_ARCH = * commit - 7e705e6c8be5d186842674671892ebb49a3ee842 blob - 74700252aca3174fac271d4a32b8c3e5d5d30b50 file + lang/abcl/distinfo --- lang/abcl/distinfo +++ lang/abcl/distinfo @@ -1,2 +1,2 @@ -SHA256 (abcl-src-1.9.2.tar.gz) = Ti9Lj4Xi2V2V5b282foXrWExoX4vzxK8Gf+5e0i8HTg= -SIZE (abcl-src-1.9.2.tar.gz) = 2477992 +SHA256 (abcl-src-1.10.0.tar.gz) = i9YdRWinj3Yh3Ksi3XdvoBYKL5VGJTqAnfjwgTBj+Cg= +SIZE (abcl-src-1.10.0.tar.gz) = 2468764 commit - 7e705e6c8be5d186842674671892ebb49a3ee842 blob - 0494850b2a4cd0e95ede47eb84377fff972de230 file + lang/abcl/files/abcl_completions --- lang/abcl/files/abcl_completions +++ lang/abcl/files/abcl_completions @@ -621,6 +621,7 @@ java:make-memory-class-loader java:print-java-object-by-class java:register-java-exception java:runtime-class-add-fields +java:runtime-class-add-method java:runtime-class-add-methods java:unregister-java-exception java:vector-from-jarray @@ -670,6 +671,7 @@ jvm:annotation-element-p jvm:annotation-p jvm:annotation-value-annotation-element-p jvm:annotations-attribute-p +jvm:arg-size jvm:array-annotation-element-p jvm:assign-field-name jvm:astore @@ -795,6 +797,7 @@ jvm:derive-variable-representation jvm:descriptor jvm:descriptor-stack-effect jvm:dformat +jvm:dload jvm:dump-1-variable jvm:dump-class jvm:dump-code @@ -809,6 +812,7 @@ jvm:emit-call-thread-execute jvm:emit-car/cdr jvm:emit-checkcast jvm:emit-clear-values +jvm:emit-cons2 jvm:emit-constructor-lambda-list jvm:emit-constructor-lambda-name jvm:emit-dup @@ -849,6 +853,7 @@ jvm:emit-putfield jvm:emit-putstatic jvm:emit-read-from-string jvm:emit-register-operand +jvm:emit-shared-structure jvm:emit-swap jvm:emit-test-jump jvm:emit-thread-operand @@ -1271,6 +1276,7 @@ jvm:progv-node-p jvm:propagate-vars jvm:protected-node-p jvm:push-argument-binding +jvm:quoted-form-p jvm:read-attribute jvm:read-constant-pool-entry jvm:read-info @@ -1301,6 +1307,7 @@ jvm:serialize-object jvm:serialize-package jvm:serialize-string jvm:serialize-symbol +jvm:shared-structure-p jvm:single-valued-p jvm:some-nested-block jvm:source-file-attribute-p @@ -1358,6 +1365,7 @@ ldiff length let let* +line-length lisp-implementation-type lisp-implementation-version lisp:compiler-let @@ -1569,6 +1577,7 @@ mop:assert-unambiguous-method-sorting mop:atomic-defgeneric mop:augment-initargs-with-defaults mop:before-method-p +mop:breadth-first-search-subclasses mop:calculate-allowable-initargs mop:canonicalize-defclass-option mop:canonicalize-defclass-options @@ -2349,6 +2358,7 @@ system:%terpri system:%time system:%type-error system:%typep +system:%vector-replace system:%wild-pathname-p system:%with-standard-io-syntax system:%write-char commit - 7e705e6c8be5d186842674671892ebb49a3ee842 blob - 1f4636556b0dd3baf73727312cff3b4a85bf0553 file + lang/abcl/pkg/PLIST --- lang/abcl/pkg/PLIST +++ lang/abcl/pkg/PLIST @@ -297,7 +297,6 @@ abcl/src/org/armedbear/lisp/fasl-concat.lisp abcl/src/org/armedbear/lisp/fdefinition.lisp abcl/src/org/armedbear/lisp/featurep.lisp abcl/src/org/armedbear/lisp/file_author.java -abcl/src/org/armedbear/lisp/file_length.java abcl/src/org/armedbear/lisp/file_string_length.java abcl/src/org/armedbear/lisp/file_write_date.java abcl/src/org/armedbear/lisp/fill.lisp