Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Dec 2019 19:14:55 +0000 (UTC)
From:      Joseph Mingrone <jrm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r521415 - 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-...
Message-ID:  <201912291914.xBTJEtLN040117@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jrm
Date: Sun Dec 29 19:14:55 2019
New Revision: 521415
URL: https://svnweb.freebsd.org/changeset/ports/521415

Log:
  Chase lang/sbcl upgrade with PORTREVISION bump on *-sbcl ports

Modified:
  head/converters/cl-babel-sbcl/Makefile   (contents, props changed)
  head/devel/cl-alexandria-sbcl/Makefile   (contents, props changed)
  head/devel/cl-infix-sbcl/Makefile   (contents, props changed)
  head/devel/cl-port-sbcl/Makefile   (contents, props changed)
  head/devel/cl-split-sequence-sbcl/Makefile   (contents, props changed)
  head/devel/cl-trivial-features-sbcl/Makefile   (contents, props changed)
  head/devel/cl-trivial-gray-streams-sbcl/Makefile   (contents, props changed)
  head/security/cl-md5-sbcl/Makefile   (contents, props changed)
  head/textproc/cl-meta-sbcl/Makefile   (contents, props changed)
  head/textproc/cl-ppcre-sbcl/Makefile   (contents, props changed)
  head/www/cl-lml-sbcl/Makefile   (contents, props changed)
  head/x11-wm/stumpwm/Makefile   (contents, props changed)
  head/x11/cl-clx-sbcl/Makefile   (contents, props changed)

Modified: head/converters/cl-babel-sbcl/Makefile
==============================================================================
--- head/converters/cl-babel-sbcl/Makefile	Sun Dec 29 19:14:46 2019	(r521414)
+++ head/converters/cl-babel-sbcl/Makefile	Sun Dec 29 19:14:55 2019	(r521415)
@@ -2,7 +2,7 @@
 
 PORTNAME=	babel
 PORTVERSION=	2010.01.16
-PORTREVISION=	38
+PORTREVISION=	39
 CATEGORIES=	converters lisp
 PKGNAMEPREFIX=	cl-
 DISTFILES=	# none

Modified: head/devel/cl-alexandria-sbcl/Makefile
==============================================================================
--- head/devel/cl-alexandria-sbcl/Makefile	Sun Dec 29 19:14:46 2019	(r521414)
+++ head/devel/cl-alexandria-sbcl/Makefile	Sun Dec 29 19:14:55 2019	(r521415)
@@ -2,7 +2,7 @@
 
 PORTNAME=	alexandria
 PORTVERSION=	2010.01.16
-PORTREVISION=	39
+PORTREVISION=	40
 CATEGORIES=	devel lisp
 PKGNAMEPREFIX=	cl-
 DISTFILES=	# none

Modified: head/devel/cl-infix-sbcl/Makefile
==============================================================================
--- head/devel/cl-infix-sbcl/Makefile	Sun Dec 29 19:14:46 2019	(r521414)
+++ head/devel/cl-infix-sbcl/Makefile	Sun Dec 29 19:14:55 2019	(r521415)
@@ -3,7 +3,7 @@
 
 PORTNAME=	infix
 PORTVERSION=	19960628
-PORTREVISION=	42
+PORTREVISION=	43
 CATEGORIES=	devel lisp
 PKGNAMEPREFIX=	cl-
 DISTFILES=	# none

Modified: head/devel/cl-port-sbcl/Makefile
==============================================================================
--- head/devel/cl-port-sbcl/Makefile	Sun Dec 29 19:14:46 2019	(r521414)
+++ head/devel/cl-port-sbcl/Makefile	Sun Dec 29 19:14:55 2019	(r521415)
@@ -3,7 +3,7 @@
 
 PORTNAME=	port
 PORTVERSION=	2002.10.02.1
-PORTREVISION=	40
+PORTREVISION=	41
 CATEGORIES=	devel lisp
 PKGNAMEPREFIX=	cl-
 DISTFILES=	# none

Modified: head/devel/cl-split-sequence-sbcl/Makefile
==============================================================================
--- head/devel/cl-split-sequence-sbcl/Makefile	Sun Dec 29 19:14:46 2019	(r521414)
+++ head/devel/cl-split-sequence-sbcl/Makefile	Sun Dec 29 19:14:55 2019	(r521415)
@@ -3,7 +3,7 @@
 
 PORTNAME=	split-sequence
 PORTVERSION=	20011114.1
-PORTREVISION=	39
+PORTREVISION=	40
 CATEGORIES=	devel lisp
 PKGNAMEPREFIX=	cl-
 DISTFILES=	# none

Modified: head/devel/cl-trivial-features-sbcl/Makefile
==============================================================================
--- head/devel/cl-trivial-features-sbcl/Makefile	Sun Dec 29 19:14:46 2019	(r521414)
+++ head/devel/cl-trivial-features-sbcl/Makefile	Sun Dec 29 19:14:55 2019	(r521415)
@@ -2,7 +2,7 @@
 
 PORTNAME=	trivial-features
 PORTVERSION=	2010.01.16
-PORTREVISION=	39
+PORTREVISION=	40
 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 Dec 29 19:14:46 2019	(r521414)
+++ head/devel/cl-trivial-gray-streams-sbcl/Makefile	Sun Dec 29 19:14:55 2019	(r521415)
@@ -2,7 +2,7 @@
 
 PORTNAME=	trivial-gray-streams
 PORTVERSION=	2008.11.02
-PORTREVISION=	39
+PORTREVISION=	40
 CATEGORIES=	devel lisp
 PKGNAMEPREFIX=	cl-
 DISTFILES=	# none

Modified: head/security/cl-md5-sbcl/Makefile
==============================================================================
--- head/security/cl-md5-sbcl/Makefile	Sun Dec 29 19:14:46 2019	(r521414)
+++ head/security/cl-md5-sbcl/Makefile	Sun Dec 29 19:14:55 2019	(r521415)
@@ -2,7 +2,7 @@
 
 PORTNAME=	md5
 PORTVERSION=	1.8.5
-PORTREVISION=	39
+PORTREVISION=	40
 CATEGORIES=	security lisp
 PKGNAMEPREFIX=	cl-
 DISTFILES=	# none

Modified: head/textproc/cl-meta-sbcl/Makefile
==============================================================================
--- head/textproc/cl-meta-sbcl/Makefile	Sun Dec 29 19:14:46 2019	(r521414)
+++ head/textproc/cl-meta-sbcl/Makefile	Sun Dec 29 19:14:55 2019	(r521415)
@@ -3,7 +3,7 @@
 
 PORTNAME=	meta
 PORTVERSION=	0.1
-PORTREVISION=	40
+PORTREVISION=	41
 PORTEPOCH=	1
 CATEGORIES=	textproc lisp
 PKGNAMEPREFIX=	cl-

Modified: head/textproc/cl-ppcre-sbcl/Makefile
==============================================================================
--- head/textproc/cl-ppcre-sbcl/Makefile	Sun Dec 29 19:14:46 2019	(r521414)
+++ head/textproc/cl-ppcre-sbcl/Makefile	Sun Dec 29 19:14:55 2019	(r521415)
@@ -3,7 +3,7 @@
 
 PORTNAME=	cl-ppcre
 PORTVERSION=	2.0.3
-PORTREVISION=	38
+PORTREVISION=	39
 CATEGORIES=	textproc lisp
 DISTFILES=	# none
 

Modified: head/www/cl-lml-sbcl/Makefile
==============================================================================
--- head/www/cl-lml-sbcl/Makefile	Sun Dec 29 19:14:46 2019	(r521414)
+++ head/www/cl-lml-sbcl/Makefile	Sun Dec 29 19:14:55 2019	(r521415)
@@ -3,7 +3,7 @@
 
 PORTNAME=	lml
 PORTVERSION=	2.5.7
-PORTREVISION=	37
+PORTREVISION=	38
 CATEGORIES=	www textproc
 PKGNAMEPREFIX=	cl-
 DISTFILES=	# none

Modified: head/x11-wm/stumpwm/Makefile
==============================================================================
--- head/x11-wm/stumpwm/Makefile	Sun Dec 29 19:14:46 2019	(r521414)
+++ head/x11-wm/stumpwm/Makefile	Sun Dec 29 19:14:55 2019	(r521415)
@@ -3,6 +3,7 @@
 
 PORTNAME=	stumpwm
 DISTVERSION=	19.11
+PORTREVISION=	1
 CATEGORIES=	x11-wm lisp
 
 MAINTAINER=	jrm@FreeBSD.org

Modified: head/x11/cl-clx-sbcl/Makefile
==============================================================================
--- head/x11/cl-clx-sbcl/Makefile	Sun Dec 29 19:14:46 2019	(r521414)
+++ head/x11/cl-clx-sbcl/Makefile	Sun Dec 29 19:14:55 2019	(r521415)
@@ -2,7 +2,7 @@
 
 PORTNAME=	clx
 DISTVERSION=	0.7.5
-PORTREVISION=	21
+PORTREVISION=	22
 CATEGORIES=	x11 lisp
 PKGNAMEPREFIX=	cl-
 PKGNAMESUFFIX=	-sbcl



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912291914.xBTJEtLN040117>