From owner-svn-ports-all@freebsd.org Wed Nov 15 04:12:10 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0E056DBEB1E; Wed, 15 Nov 2017 04:12:10 +0000 (UTC) (envelope-from jrm@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 mx1.freebsd.org (Postfix) with ESMTPS id D4D587CF71; Wed, 15 Nov 2017 04:12:09 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vAF4C8PD034715; Wed, 15 Nov 2017 04:12:08 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vAF4C74r034701; Wed, 15 Nov 2017 04:12:07 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201711150412.vAF4C74r034701@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Wed, 15 Nov 2017 04:12:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r454222 - 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: jrm 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 lang/sb... X-SVN-Commit-Revision: 454222 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Nov 2017 04:12:10 -0000 Author: jrm Date: Wed Nov 15 04:12:07 2017 New Revision: 454222 URL: https://svnweb.freebsd.org/changeset/ports/454222 Log: Chase upgrade of lang/sbcl All ports with SBCL fasl files must be rebuilt when the lang/sbcl package changes. Also, add a note to lang/sbcl/Makefile as a reminder of the required PORTREVISION bumps to prevent future breakage. Approved by: krion, olgeni Differential Revision: https://reviews.freebsd.org/D13087 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/lang/sbcl/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 Wed Nov 15 03:48:27 2017 (r454221) +++ head/converters/cl-babel-sbcl/Makefile Wed Nov 15 04:12:07 2017 (r454222) @@ -2,7 +2,7 @@ PORTNAME= babel PORTVERSION= 2010.01.16 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= converters lisp PKGNAMEPREFIX= cl- DISTFILES= # none Modified: head/devel/cl-alexandria-sbcl/Makefile ============================================================================== --- head/devel/cl-alexandria-sbcl/Makefile Wed Nov 15 03:48:27 2017 (r454221) +++ head/devel/cl-alexandria-sbcl/Makefile Wed Nov 15 04:12:07 2017 (r454222) @@ -2,7 +2,7 @@ PORTNAME= alexandria PORTVERSION= 2010.01.16 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none Modified: head/devel/cl-infix-sbcl/Makefile ============================================================================== --- head/devel/cl-infix-sbcl/Makefile Wed Nov 15 03:48:27 2017 (r454221) +++ head/devel/cl-infix-sbcl/Makefile Wed Nov 15 04:12:07 2017 (r454222) @@ -3,7 +3,7 @@ PORTNAME= infix PORTVERSION= 19960628 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none Modified: head/devel/cl-port-sbcl/Makefile ============================================================================== --- head/devel/cl-port-sbcl/Makefile Wed Nov 15 03:48:27 2017 (r454221) +++ head/devel/cl-port-sbcl/Makefile Wed Nov 15 04:12:07 2017 (r454222) @@ -3,7 +3,7 @@ PORTNAME= port PORTVERSION= 2002.10.02.1 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none Modified: head/devel/cl-split-sequence-sbcl/Makefile ============================================================================== --- head/devel/cl-split-sequence-sbcl/Makefile Wed Nov 15 03:48:27 2017 (r454221) +++ head/devel/cl-split-sequence-sbcl/Makefile Wed Nov 15 04:12:07 2017 (r454222) @@ -3,7 +3,7 @@ PORTNAME= split-sequence PORTVERSION= 20011114.1 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none Modified: head/devel/cl-trivial-features-sbcl/Makefile ============================================================================== --- head/devel/cl-trivial-features-sbcl/Makefile Wed Nov 15 03:48:27 2017 (r454221) +++ head/devel/cl-trivial-features-sbcl/Makefile Wed Nov 15 04:12:07 2017 (r454222) @@ -2,7 +2,7 @@ PORTNAME= trivial-features PORTVERSION= 2010.01.16 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none Modified: head/devel/cl-trivial-gray-streams-sbcl/Makefile ============================================================================== --- head/devel/cl-trivial-gray-streams-sbcl/Makefile Wed Nov 15 03:48:27 2017 (r454221) +++ head/devel/cl-trivial-gray-streams-sbcl/Makefile Wed Nov 15 04:12:07 2017 (r454222) @@ -2,7 +2,7 @@ PORTNAME= trivial-gray-streams PORTVERSION= 2008.11.02 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none Modified: head/lang/sbcl/Makefile ============================================================================== --- head/lang/sbcl/Makefile Wed Nov 15 03:48:27 2017 (r454221) +++ head/lang/sbcl/Makefile Wed Nov 15 04:12:07 2017 (r454222) @@ -1,5 +1,11 @@ # $FreeBSD$ +# All *-sbcl ports and any other port [1] with SBCL fasl files must get a +# PORTREVISION bump when lang/sbcl is updated. The compiled fasl files are +# pinned to exact versions of everything used to build them. +# +# [1] x11-wm/stumpwm + PORTNAME= sbcl DISTVERSION= 1.4.1 DISTVERSIONSUFFIX= -source Modified: head/security/cl-md5-sbcl/Makefile ============================================================================== --- head/security/cl-md5-sbcl/Makefile Wed Nov 15 03:48:27 2017 (r454221) +++ head/security/cl-md5-sbcl/Makefile Wed Nov 15 04:12:07 2017 (r454222) @@ -2,7 +2,7 @@ PORTNAME= md5 PORTVERSION= 1.8.5 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= security lisp PKGNAMEPREFIX= cl- DISTFILES= # none Modified: head/textproc/cl-meta-sbcl/Makefile ============================================================================== --- head/textproc/cl-meta-sbcl/Makefile Wed Nov 15 03:48:27 2017 (r454221) +++ head/textproc/cl-meta-sbcl/Makefile Wed Nov 15 04:12:07 2017 (r454222) @@ -3,7 +3,7 @@ PORTNAME= meta PORTVERSION= 0.1 -PORTREVISION= 15 +PORTREVISION= 16 PORTEPOCH= 1 CATEGORIES= textproc lisp PKGNAMEPREFIX= cl- Modified: head/textproc/cl-ppcre-sbcl/Makefile ============================================================================== --- head/textproc/cl-ppcre-sbcl/Makefile Wed Nov 15 03:48:27 2017 (r454221) +++ head/textproc/cl-ppcre-sbcl/Makefile Wed Nov 15 04:12:07 2017 (r454222) @@ -3,7 +3,7 @@ PORTNAME= cl-ppcre PORTVERSION= 2.0.3 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= textproc lisp DISTFILES= # none Modified: head/www/cl-lml-sbcl/Makefile ============================================================================== --- head/www/cl-lml-sbcl/Makefile Wed Nov 15 03:48:27 2017 (r454221) +++ head/www/cl-lml-sbcl/Makefile Wed Nov 15 04:12:07 2017 (r454222) @@ -3,7 +3,7 @@ PORTNAME= lml PORTVERSION= 2.5.7 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= www textproc PKGNAMEPREFIX= cl- DISTFILES= # none Modified: head/x11-wm/stumpwm/Makefile ============================================================================== --- head/x11-wm/stumpwm/Makefile Wed Nov 15 03:48:27 2017 (r454221) +++ head/x11-wm/stumpwm/Makefile Wed Nov 15 04:12:07 2017 (r454222) @@ -4,6 +4,7 @@ PORTNAME= stumpwm DISTVERSIONPREFIX=v DISTVERSION= 1.0.1-rc +PORTREVISION= 1 CATEGORIES= x11-wm lisp MAINTAINER= jrm@FreeBSD.org Modified: head/x11/cl-clx-sbcl/Makefile ============================================================================== --- head/x11/cl-clx-sbcl/Makefile Wed Nov 15 03:48:27 2017 (r454221) +++ head/x11/cl-clx-sbcl/Makefile Wed Nov 15 04:12:07 2017 (r454222) @@ -3,7 +3,7 @@ PORTNAME= clx DISTVERSION= 0.7.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 lisp PKGNAMEPREFIX= cl- PKGNAMESUFFIX= -sbcl