From owner-svn-ports-head@freebsd.org Sun Jun 2 09:09:43 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6248A15AFB1E; Sun, 2 Jun 2019 09:09:43 +0000 (UTC) (envelope-from krion@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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F3FBD90BA6; Sun, 2 Jun 2019 09:09:42 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C57AB24D2E; Sun, 2 Jun 2019 09:09:42 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x5299gGe010660; Sun, 2 Jun 2019 09:09:42 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x5299dET010644; Sun, 2 Jun 2019 09:09:39 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201906020909.x5299dET010644@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarev Date: Sun, 2 Jun 2019 09:09:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r503294 - in head: converters/cl-babel-sbcl devel/cl-alexandria-sbcl devel/cl-infix-sbcl devel/cl-port-sbcl devel/cl-split-sequence-sbcl devel/cl-trivial-features-sbcl devel/cl-trivial-... X-SVN-Group: ports-head X-SVN-Commit-Author: krion X-SVN-Commit-Paths: in head: converters/cl-babel-sbcl devel/cl-alexandria-sbcl devel/cl-infix-sbcl devel/cl-port-sbcl devel/cl-split-sequence-sbcl devel/cl-trivial-features-sbcl devel/cl-trivial-gray-streams-sbcl math/ma... X-SVN-Commit-Revision: 503294 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: F3FBD90BA6 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.957,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jun 2019 09:09:43 -0000 Author: krion Date: Sun Jun 2 09:09:39 2019 New Revision: 503294 URL: https://svnweb.freebsd.org/changeset/ports/503294 Log: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. Modified: head/converters/cl-babel-sbcl/Makefile head/devel/cl-alexandria-sbcl/Makefile head/devel/cl-infix-sbcl/Makefile head/devel/cl-port-sbcl/Makefile head/devel/cl-split-sequence-sbcl/Makefile head/devel/cl-trivial-features-sbcl/Makefile head/devel/cl-trivial-gray-streams-sbcl/Makefile head/math/maxima/Makefile head/security/cl-md5-sbcl/Makefile head/textproc/cl-meta-sbcl/Makefile head/textproc/cl-ppcre-sbcl/Makefile head/www/cl-lml-sbcl/Makefile head/x11-wm/stumpwm/Makefile head/x11/cl-clx-sbcl/Makefile Modified: head/converters/cl-babel-sbcl/Makefile ============================================================================== --- head/converters/cl-babel-sbcl/Makefile Sun Jun 2 09:04:12 2019 (r503293) +++ head/converters/cl-babel-sbcl/Makefile Sun Jun 2 09:09:39 2019 (r503294) @@ -2,7 +2,7 @@ PORTNAME= babel PORTVERSION= 2010.01.16 -PORTREVISION= 33 +PORTREVISION= 34 CATEGORIES= converters lisp PKGNAMEPREFIX= cl- DISTFILES= # none Modified: head/devel/cl-alexandria-sbcl/Makefile ============================================================================== --- head/devel/cl-alexandria-sbcl/Makefile Sun Jun 2 09:04:12 2019 (r503293) +++ head/devel/cl-alexandria-sbcl/Makefile Sun Jun 2 09:09:39 2019 (r503294) @@ -2,7 +2,7 @@ PORTNAME= alexandria PORTVERSION= 2010.01.16 -PORTREVISION= 34 +PORTREVISION= 35 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none Modified: head/devel/cl-infix-sbcl/Makefile ============================================================================== --- head/devel/cl-infix-sbcl/Makefile Sun Jun 2 09:04:12 2019 (r503293) +++ head/devel/cl-infix-sbcl/Makefile Sun Jun 2 09:09:39 2019 (r503294) @@ -3,7 +3,7 @@ PORTNAME= infix PORTVERSION= 19960628 -PORTREVISION= 37 +PORTREVISION= 38 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none Modified: head/devel/cl-port-sbcl/Makefile ============================================================================== --- head/devel/cl-port-sbcl/Makefile Sun Jun 2 09:04:12 2019 (r503293) +++ head/devel/cl-port-sbcl/Makefile Sun Jun 2 09:09:39 2019 (r503294) @@ -3,7 +3,7 @@ PORTNAME= port PORTVERSION= 2002.10.02.1 -PORTREVISION= 35 +PORTREVISION= 36 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none Modified: head/devel/cl-split-sequence-sbcl/Makefile ============================================================================== --- head/devel/cl-split-sequence-sbcl/Makefile Sun Jun 2 09:04:12 2019 (r503293) +++ head/devel/cl-split-sequence-sbcl/Makefile Sun Jun 2 09:09:39 2019 (r503294) @@ -3,7 +3,7 @@ PORTNAME= split-sequence PORTVERSION= 20011114.1 -PORTREVISION= 34 +PORTREVISION= 35 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none Modified: head/devel/cl-trivial-features-sbcl/Makefile ============================================================================== --- head/devel/cl-trivial-features-sbcl/Makefile Sun Jun 2 09:04:12 2019 (r503293) +++ head/devel/cl-trivial-features-sbcl/Makefile Sun Jun 2 09:09:39 2019 (r503294) @@ -2,7 +2,7 @@ PORTNAME= trivial-features PORTVERSION= 2010.01.16 -PORTREVISION= 34 +PORTREVISION= 35 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none Modified: head/devel/cl-trivial-gray-streams-sbcl/Makefile ============================================================================== --- head/devel/cl-trivial-gray-streams-sbcl/Makefile Sun Jun 2 09:04:12 2019 (r503293) +++ head/devel/cl-trivial-gray-streams-sbcl/Makefile Sun Jun 2 09:09:39 2019 (r503294) @@ -2,7 +2,7 @@ PORTNAME= trivial-gray-streams PORTVERSION= 2008.11.02 -PORTREVISION= 34 +PORTREVISION= 35 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none Modified: head/math/maxima/Makefile ============================================================================== --- head/math/maxima/Makefile Sun Jun 2 09:04:12 2019 (r503293) +++ head/math/maxima/Makefile Sun Jun 2 09:09:39 2019 (r503294) @@ -3,7 +3,7 @@ PORTNAME= maxima PORTVERSION= 5.42.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math lisp tk MASTER_SITES= SF/maxima/Maxima-source/${PORTVERSION}-source Modified: head/security/cl-md5-sbcl/Makefile ============================================================================== --- head/security/cl-md5-sbcl/Makefile Sun Jun 2 09:04:12 2019 (r503293) +++ head/security/cl-md5-sbcl/Makefile Sun Jun 2 09:09:39 2019 (r503294) @@ -2,7 +2,7 @@ PORTNAME= md5 PORTVERSION= 1.8.5 -PORTREVISION= 34 +PORTREVISION= 35 CATEGORIES= security lisp PKGNAMEPREFIX= cl- DISTFILES= # none Modified: head/textproc/cl-meta-sbcl/Makefile ============================================================================== --- head/textproc/cl-meta-sbcl/Makefile Sun Jun 2 09:04:12 2019 (r503293) +++ head/textproc/cl-meta-sbcl/Makefile Sun Jun 2 09:09:39 2019 (r503294) @@ -3,7 +3,7 @@ PORTNAME= meta PORTVERSION= 0.1 -PORTREVISION= 35 +PORTREVISION= 36 PORTEPOCH= 1 CATEGORIES= textproc lisp PKGNAMEPREFIX= cl- Modified: head/textproc/cl-ppcre-sbcl/Makefile ============================================================================== --- head/textproc/cl-ppcre-sbcl/Makefile Sun Jun 2 09:04:12 2019 (r503293) +++ head/textproc/cl-ppcre-sbcl/Makefile Sun Jun 2 09:09:39 2019 (r503294) @@ -3,7 +3,7 @@ PORTNAME= cl-ppcre PORTVERSION= 2.0.3 -PORTREVISION= 33 +PORTREVISION= 34 CATEGORIES= textproc lisp DISTFILES= # none Modified: head/www/cl-lml-sbcl/Makefile ============================================================================== --- head/www/cl-lml-sbcl/Makefile Sun Jun 2 09:04:12 2019 (r503293) +++ head/www/cl-lml-sbcl/Makefile Sun Jun 2 09:09:39 2019 (r503294) @@ -3,7 +3,7 @@ PORTNAME= lml PORTVERSION= 2.5.7 -PORTREVISION= 33 +PORTREVISION= 34 CATEGORIES= www textproc PKGNAMEPREFIX= cl- DISTFILES= # none Modified: head/x11-wm/stumpwm/Makefile ============================================================================== --- head/x11-wm/stumpwm/Makefile Sun Jun 2 09:04:12 2019 (r503293) +++ head/x11-wm/stumpwm/Makefile Sun Jun 2 09:09:39 2019 (r503294) @@ -4,7 +4,7 @@ PORTNAME= stumpwm DISTVERSION= 18.11-2 DISTVERSIONSUFFIX= -g84f093e -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-wm lisp MAINTAINER= jrm@FreeBSD.org Modified: head/x11/cl-clx-sbcl/Makefile ============================================================================== --- head/x11/cl-clx-sbcl/Makefile Sun Jun 2 09:04:12 2019 (r503293) +++ head/x11/cl-clx-sbcl/Makefile Sun Jun 2 09:09:39 2019 (r503294) @@ -2,7 +2,7 @@ PORTNAME= clx DISTVERSION= 0.7.5 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= x11 lisp PKGNAMEPREFIX= cl- PKGNAMESUFFIX= -sbcl