From owner-dev-commits-ports-main@freebsd.org Sat Aug 7 11:09:31 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 791A86691F6; Sat, 7 Aug 2021 11:09:31 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GhfkM32tBz3Gyh; Sat, 7 Aug 2021 11:09:31 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4D79C2021F; Sat, 7 Aug 2021 11:09:31 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 177B9VrH097135; Sat, 7 Aug 2021 11:09:31 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 177B9VRW097134; Sat, 7 Aug 2021 11:09:31 GMT (envelope-from git) Date: Sat, 7 Aug 2021 11:09:31 GMT Message-Id: <202108071109.177B9VRW097134@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Joseph Mingrone Subject: git: e3cc4fcd3330 - main - lang/sbcl: Fix patches from 969aedb; bump consumer PORTREVISIONS MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jrm X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e3cc4fcd333043bfb76e810b7bef64977122288e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Aug 2021 11:09:31 -0000 The branch main has been updated by jrm: URL: https://cgit.FreeBSD.org/ports/commit/?id=e3cc4fcd333043bfb76e810b7bef64977122288e commit e3cc4fcd333043bfb76e810b7bef64977122288e Author: Joseph Mingrone AuthorDate: 2021-08-07 00:16:31 +0000 Commit: Joseph Mingrone CommitDate: 2021-08-07 11:08:27 +0000 lang/sbcl: Fix patches from 969aedb; bump consumer PORTREVISIONS Approved by: krion (maintainer) Differential Revision: https://reviews.freebsd.org/D31448 --- converters/cl-babel-sbcl/Makefile | 2 +- devel/cl-alexandria-sbcl/Makefile | 2 +- devel/cl-infix-sbcl/Makefile | 2 +- devel/cl-port-sbcl/Makefile | 2 +- devel/cl-split-sequence-sbcl/Makefile | 2 +- devel/cl-trivial-features-sbcl/Makefile | 2 +- devel/cl-trivial-gray-streams-sbcl/Makefile | 2 +- lang/sbcl/Makefile | 2 +- lang/sbcl/files/{patch_seq.lisp => patch-src_code_seq.lisp} | 4 ++-- .../files/{patch_tests_seq.pure.lisp => patch-tests_seq.pure.lisp} | 4 ++-- math/maxima/Makefile | 2 +- security/cl-md5-sbcl/Makefile | 2 +- textproc/cl-meta-sbcl/Makefile | 2 +- textproc/cl-ppcre-sbcl/Makefile | 2 +- www/cl-lml-sbcl/Makefile | 2 +- x11-wm/stumpwm/Makefile | 1 + x11/cl-clx-sbcl/Makefile | 2 +- 17 files changed, 19 insertions(+), 18 deletions(-) diff --git a/converters/cl-babel-sbcl/Makefile b/converters/cl-babel-sbcl/Makefile index 3a017cd85b87..62e96e0c3947 100644 --- a/converters/cl-babel-sbcl/Makefile +++ b/converters/cl-babel-sbcl/Makefile @@ -1,6 +1,6 @@ PORTNAME= babel PORTVERSION= 2010.01.16 -PORTREVISION= 58 +PORTREVISION= 59 CATEGORIES= converters lisp PKGNAMEPREFIX= cl- DISTFILES= # none diff --git a/devel/cl-alexandria-sbcl/Makefile b/devel/cl-alexandria-sbcl/Makefile index 47e0b19d732d..2dd79dd18524 100644 --- a/devel/cl-alexandria-sbcl/Makefile +++ b/devel/cl-alexandria-sbcl/Makefile @@ -1,6 +1,6 @@ PORTNAME= alexandria PORTVERSION= 1.2 -PORTREVISION= 7 +PORTREVISION= 8 PORTEPOCH= 1 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- diff --git a/devel/cl-infix-sbcl/Makefile b/devel/cl-infix-sbcl/Makefile index c3374c8f2b69..301ba351033b 100644 --- a/devel/cl-infix-sbcl/Makefile +++ b/devel/cl-infix-sbcl/Makefile @@ -2,7 +2,7 @@ PORTNAME= infix PORTVERSION= 19960628 -PORTREVISION= 62 +PORTREVISION= 63 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none diff --git a/devel/cl-port-sbcl/Makefile b/devel/cl-port-sbcl/Makefile index cd6ad05f4903..98bc160d29e7 100644 --- a/devel/cl-port-sbcl/Makefile +++ b/devel/cl-port-sbcl/Makefile @@ -2,7 +2,7 @@ PORTNAME= port PORTVERSION= 2002.10.02.1 -PORTREVISION= 60 +PORTREVISION= 61 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none diff --git a/devel/cl-split-sequence-sbcl/Makefile b/devel/cl-split-sequence-sbcl/Makefile index c5f69dc58d9e..5a915292cd73 100644 --- a/devel/cl-split-sequence-sbcl/Makefile +++ b/devel/cl-split-sequence-sbcl/Makefile @@ -2,7 +2,7 @@ PORTNAME= split-sequence PORTVERSION= 20011114.1 -PORTREVISION= 59 +PORTREVISION= 60 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none diff --git a/devel/cl-trivial-features-sbcl/Makefile b/devel/cl-trivial-features-sbcl/Makefile index 4a523a33bdab..dd087f8377a1 100644 --- a/devel/cl-trivial-features-sbcl/Makefile +++ b/devel/cl-trivial-features-sbcl/Makefile @@ -1,6 +1,6 @@ PORTNAME= trivial-features PORTVERSION= 2010.01.16 -PORTREVISION= 59 +PORTREVISION= 60 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none diff --git a/devel/cl-trivial-gray-streams-sbcl/Makefile b/devel/cl-trivial-gray-streams-sbcl/Makefile index f99d8c3a871b..4acb647b13f5 100644 --- a/devel/cl-trivial-gray-streams-sbcl/Makefile +++ b/devel/cl-trivial-gray-streams-sbcl/Makefile @@ -1,6 +1,6 @@ PORTNAME= trivial-gray-streams PORTVERSION= 2008.11.02 -PORTREVISION= 59 +PORTREVISION= 60 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none diff --git a/lang/sbcl/Makefile b/lang/sbcl/Makefile index beaa1ee7940e..03d1de345c16 100644 --- a/lang/sbcl/Makefile +++ b/lang/sbcl/Makefile @@ -5,7 +5,7 @@ PORTNAME= sbcl DISTVERSION= 2.1.7 DISTVERSIONSUFFIX= -source -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= lang lisp MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION} \ diff --git a/lang/sbcl/files/patch_seq.lisp b/lang/sbcl/files/patch-src_code_seq.lisp similarity index 98% rename from lang/sbcl/files/patch_seq.lisp rename to lang/sbcl/files/patch-src_code_seq.lisp index a8b45f2311d0..95b36fd3e1d0 100644 --- a/lang/sbcl/files/patch_seq.lisp +++ b/lang/sbcl/files/patch-src_code_seq.lisp @@ -1,5 +1,5 @@ ---- work/sbcl-2.1.7/src/code/seq.lisp 2021-07-30 10:42:09.000000000 +0200 -+++ /home/krion/sbcl/src/code/seq.lisp 2021-08-06 22:34:09.026438000 +0200 +--- src/code/seq.lisp.orig 2021-07-30 08:42:09 UTC ++++ src/code/seq.lisp @@ -722,52 +722,53 @@ collect `(eq ,tag ,(sb-vm:saetp-typecode saetp))))) diff --git a/lang/sbcl/files/patch_tests_seq.pure.lisp b/lang/sbcl/files/patch-tests_seq.pure.lisp similarity index 83% rename from lang/sbcl/files/patch_tests_seq.pure.lisp rename to lang/sbcl/files/patch-tests_seq.pure.lisp index 059e6d57fa3e..89ea7f46a98d 100644 --- a/lang/sbcl/files/patch_tests_seq.pure.lisp +++ b/lang/sbcl/files/patch-tests_seq.pure.lisp @@ -1,5 +1,5 @@ ---- work/sbcl-2.1.7/tests/seq.pure.lisp 2021-07-30 10:42:10.000000000 +0200 -+++ /home/krion/sbcl/tests/seq.pure.lisp 2021-08-06 22:34:09.303934000 +0200 +--- tests/seq.pure.lisp.orig 2021-07-30 08:42:10 UTC ++++ tests/seq.pure.lisp @@ -584,3 +584,18 @@ ;; Try all other numeric array types (dolist (y arrays) diff --git a/math/maxima/Makefile b/math/maxima/Makefile index d2b53c262744..247469f50447 100644 --- a/math/maxima/Makefile +++ b/math/maxima/Makefile @@ -2,7 +2,7 @@ PORTNAME= maxima PORTVERSION= 5.44.0 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= math lisp tk MASTER_SITES= SF/maxima/Maxima-source/${PORTVERSION}-source diff --git a/security/cl-md5-sbcl/Makefile b/security/cl-md5-sbcl/Makefile index 8584c2f283a1..12ceaf9c04e6 100644 --- a/security/cl-md5-sbcl/Makefile +++ b/security/cl-md5-sbcl/Makefile @@ -1,6 +1,6 @@ PORTNAME= md5 PORTVERSION= 1.8.5 -PORTREVISION= 59 +PORTREVISION= 60 CATEGORIES= security lisp PKGNAMEPREFIX= cl- DISTFILES= # none diff --git a/textproc/cl-meta-sbcl/Makefile b/textproc/cl-meta-sbcl/Makefile index ecea2da24f35..9d6e4e74e302 100644 --- a/textproc/cl-meta-sbcl/Makefile +++ b/textproc/cl-meta-sbcl/Makefile @@ -2,7 +2,7 @@ PORTNAME= meta PORTVERSION= 0.1 -PORTREVISION= 60 +PORTREVISION= 61 PORTEPOCH= 1 CATEGORIES= textproc lisp PKGNAMEPREFIX= cl- diff --git a/textproc/cl-ppcre-sbcl/Makefile b/textproc/cl-ppcre-sbcl/Makefile index da045e6cd8dc..68fa876d1664 100644 --- a/textproc/cl-ppcre-sbcl/Makefile +++ b/textproc/cl-ppcre-sbcl/Makefile @@ -2,7 +2,7 @@ PORTNAME= cl-ppcre PORTVERSION= 2.1.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= textproc lisp DISTFILES= # none diff --git a/www/cl-lml-sbcl/Makefile b/www/cl-lml-sbcl/Makefile index e884e205f0de..7c25bb6e8b15 100644 --- a/www/cl-lml-sbcl/Makefile +++ b/www/cl-lml-sbcl/Makefile @@ -2,7 +2,7 @@ PORTNAME= lml PORTVERSION= 2.5.7 -PORTREVISION= 57 +PORTREVISION= 58 CATEGORIES= www textproc PKGNAMEPREFIX= cl- DISTFILES= # none diff --git a/x11-wm/stumpwm/Makefile b/x11-wm/stumpwm/Makefile index 4edfd86d1a6b..eaa7cf107a87 100644 --- a/x11-wm/stumpwm/Makefile +++ b/x11-wm/stumpwm/Makefile @@ -3,6 +3,7 @@ PORTNAME= stumpwm DISTVERSION= 20.11-90 DISTVERSIONSUFFIX= -gccb964d +PORTREVISION= 1 CATEGORIES= x11-wm lisp MAINTAINER= jrm@FreeBSD.org diff --git a/x11/cl-clx-sbcl/Makefile b/x11/cl-clx-sbcl/Makefile index 292f97f2877f..9fb7d70baf57 100644 --- a/x11/cl-clx-sbcl/Makefile +++ b/x11/cl-clx-sbcl/Makefile @@ -1,6 +1,6 @@ PORTNAME= clx DISTVERSION= 0.7.5.65 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= x11 lisp PKGNAMEPREFIX= cl- PKGNAMESUFFIX= -sbcl