Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Feb 2013 21:57:42 +0000 (UTC)
From:      Brendan Fabeny <bf@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r311445 - in head: converters/cl-babel-sbcl devel/buildapp devel/cl-alexandria-sbcl devel/cl-cffi-sbcl devel/cl-infix-sbcl devel/cl-port-sbcl devel/cl-split-sequence-sbcl devel/cl-trivi...
Message-ID:  <201302022157.r12Lvgab012267@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bf
Date: Sat Feb  2 21:57:41 2013
New Revision: 311445
URL: http://svnweb.freebsd.org/changeset/ports/311445

Log:
  update lang/sbcl to 1.1.4 and adjust dependent ports

Modified:
  head/converters/cl-babel-sbcl/Makefile
  head/devel/buildapp/Makefile
  head/devel/cl-alexandria-sbcl/Makefile
  head/devel/cl-cffi-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/devel/cl-uffi-sbcl/Makefile
  head/lang/sbcl/Makefile
  head/lang/sbcl/distinfo
  head/math/fricas/Makefile
  head/math/maxima/Makefile
  head/math/open-axiom/Makefile
  head/math/wxMaxima/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

Modified: head/converters/cl-babel-sbcl/Makefile
==============================================================================
--- head/converters/cl-babel-sbcl/Makefile	Sat Feb  2 21:45:42 2013	(r311444)
+++ head/converters/cl-babel-sbcl/Makefile	Sat Feb  2 21:57:41 2013	(r311445)
@@ -2,7 +2,7 @@
 
 PORTNAME=	babel
 PORTVERSION=	2010.01.16
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	converters lisp
 PKGNAMEPREFIX=	cl-
 DISTFILES=	# none

Modified: head/devel/buildapp/Makefile
==============================================================================
--- head/devel/buildapp/Makefile	Sat Feb  2 21:45:42 2013	(r311444)
+++ head/devel/buildapp/Makefile	Sat Feb  2 21:57:41 2013	(r311445)
@@ -3,7 +3,7 @@
 
 PORTNAME=	buildapp
 PORTVERSION=	1.1
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	devel lisp
 MASTER_SITES=	http://www.xach.com/lisp/
 DISTNAME=	${PORTNAME}

Modified: head/devel/cl-alexandria-sbcl/Makefile
==============================================================================
--- head/devel/cl-alexandria-sbcl/Makefile	Sat Feb  2 21:45:42 2013	(r311444)
+++ head/devel/cl-alexandria-sbcl/Makefile	Sat Feb  2 21:57:41 2013	(r311445)
@@ -2,7 +2,7 @@
 
 PORTNAME=	alexandria
 PORTVERSION=	2010.01.16
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	devel lisp
 PKGNAMEPREFIX=	cl-
 DISTFILES=	# none

Modified: head/devel/cl-cffi-sbcl/Makefile
==============================================================================
--- head/devel/cl-cffi-sbcl/Makefile	Sat Feb  2 21:45:42 2013	(r311444)
+++ head/devel/cl-cffi-sbcl/Makefile	Sat Feb  2 21:57:41 2013	(r311445)
@@ -2,7 +2,7 @@
 
 PORTNAME=	cffi
 PORTVERSION=	0.10.6
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	devel lisp
 PKGNAMEPREFIX=	cl-
 DISTFILES=	# none

Modified: head/devel/cl-infix-sbcl/Makefile
==============================================================================
--- head/devel/cl-infix-sbcl/Makefile	Sat Feb  2 21:45:42 2013	(r311444)
+++ head/devel/cl-infix-sbcl/Makefile	Sat Feb  2 21:57:41 2013	(r311445)
@@ -3,7 +3,7 @@
 
 PORTNAME=	infix
 PORTVERSION=	19960628
-PORTREVISION=	11
+PORTREVISION=	12
 CATEGORIES=	devel lisp
 PKGNAMEPREFIX=	cl-
 DISTFILES=	# none

Modified: head/devel/cl-port-sbcl/Makefile
==============================================================================
--- head/devel/cl-port-sbcl/Makefile	Sat Feb  2 21:45:42 2013	(r311444)
+++ head/devel/cl-port-sbcl/Makefile	Sat Feb  2 21:57:41 2013	(r311445)
@@ -3,7 +3,7 @@
 
 PORTNAME=	port
 PORTVERSION=	2002.10.02.1
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	devel lisp
 PKGNAMEPREFIX=	cl-
 DISTFILES=	# none

Modified: head/devel/cl-split-sequence-sbcl/Makefile
==============================================================================
--- head/devel/cl-split-sequence-sbcl/Makefile	Sat Feb  2 21:45:42 2013	(r311444)
+++ head/devel/cl-split-sequence-sbcl/Makefile	Sat Feb  2 21:57:41 2013	(r311445)
@@ -3,7 +3,7 @@
 
 PORTNAME=	split-sequence
 PORTVERSION=	20011114.1
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	devel lisp
 PKGNAMEPREFIX=	cl-
 DISTFILES=	# none

Modified: head/devel/cl-trivial-features-sbcl/Makefile
==============================================================================
--- head/devel/cl-trivial-features-sbcl/Makefile	Sat Feb  2 21:45:42 2013	(r311444)
+++ head/devel/cl-trivial-features-sbcl/Makefile	Sat Feb  2 21:57:41 2013	(r311445)
@@ -2,7 +2,7 @@
 
 PORTNAME=	trivial-features
 PORTVERSION=	2010.01.16
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	devel lisp
 PKGNAMEPREFIX=	cl-
 DISTFILES=	# none

Modified: head/devel/cl-trivial-gray-streams-sbcl/Makefile
==============================================================================
--- head/devel/cl-trivial-gray-streams-sbcl/Makefile	Sat Feb  2 21:45:42 2013	(r311444)
+++ head/devel/cl-trivial-gray-streams-sbcl/Makefile	Sat Feb  2 21:57:41 2013	(r311445)
@@ -2,7 +2,7 @@
 
 PORTNAME=	trivial-gray-streams
 PORTVERSION=	2008.11.02
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	devel lisp
 PKGNAMEPREFIX=	cl-
 DISTFILES=	# none

Modified: head/devel/cl-uffi-sbcl/Makefile
==============================================================================
--- head/devel/cl-uffi-sbcl/Makefile	Sat Feb  2 21:45:42 2013	(r311444)
+++ head/devel/cl-uffi-sbcl/Makefile	Sat Feb  2 21:57:41 2013	(r311445)
@@ -3,7 +3,7 @@
 
 PORTNAME=	uffi
 PORTVERSION=	2.0.0
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	devel lisp
 PKGNAMEPREFIX=	cl-
 DISTFILES=	# none

Modified: head/lang/sbcl/Makefile
==============================================================================
--- head/lang/sbcl/Makefile	Sat Feb  2 21:45:42 2013	(r311444)
+++ head/lang/sbcl/Makefile	Sat Feb  2 21:57:41 2013	(r311445)
@@ -5,7 +5,7 @@
 #
 
 PORTNAME=	sbcl
-PORTVERSION=	1.1.3
+PORTVERSION=	1.1.4
 PORTEPOCH=	1
 CATEGORIES=	lang lisp
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} \

Modified: head/lang/sbcl/distinfo
==============================================================================
--- head/lang/sbcl/distinfo	Sat Feb  2 21:45:42 2013	(r311444)
+++ head/lang/sbcl/distinfo	Sat Feb  2 21:57:41 2013	(r311445)
@@ -1,7 +1,7 @@
-SHA256 (sbcl-1.1.3-source.tar.bz2) = 71a051a2098f1fb993a35b5afb7c1650acf0fe7e5c6b55e97f4d6e0bbc23c6e3
-SIZE (sbcl-1.1.3-source.tar.bz2) = 3701563
-SHA256 (sbcl-1.1.3-documentation-html.tar.bz2) = b7310e5678f95ab1687225f150bf0fb210e9a68aa8cd876b8dc2d4a230277165
-SIZE (sbcl-1.1.3-documentation-html.tar.bz2) = 178695
+SHA256 (sbcl-1.1.4-source.tar.bz2) = 468bd52f8a15584ffdca2356f6c85b7053a72a321c309dfff37e340d0d4af7cc
+SIZE (sbcl-1.1.4-source.tar.bz2) = 3702076
+SHA256 (sbcl-1.1.4-documentation-html.tar.bz2) = d474ef7a50c4e53d5882dab237daa102b6675e86d206744b74b7bb5c253dd390
+SIZE (sbcl-1.1.4-documentation-html.tar.bz2) = 178787
 SHA256 (sbcl-1.0.31-amd64-freebsd8-binary.tar.bz2) = 06a1e4e3a5f5f8e012ff6037a51624d7d1f34bff0979ce45e70418a293412b4e
 SIZE (sbcl-1.0.31-amd64-freebsd8-binary.tar.bz2) = 8397764
 SHA256 (sbcl-1.0.31-amd64-freebsd7-binary.tar.bz2) = fcbd5ed1948312a7b6eff7e6daf736e41be945a2c57bcee4b64f172ddde518b8

Modified: head/math/fricas/Makefile
==============================================================================
--- head/math/fricas/Makefile	Sat Feb  2 21:45:42 2013	(r311444)
+++ head/math/fricas/Makefile	Sat Feb  2 21:57:41 2013	(r311445)
@@ -4,7 +4,7 @@
 PORTNAME=	fricas
 PORTVERSION=	1.1.8
 DISTVERSIONSUFFIX=	-full
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	math
 MASTER_SITES=	SF
 

Modified: head/math/maxima/Makefile
==============================================================================
--- head/math/maxima/Makefile	Sat Feb  2 21:45:42 2013	(r311444)
+++ head/math/maxima/Makefile	Sat Feb  2 21:57:41 2013	(r311445)
@@ -3,7 +3,7 @@
 
 PORTNAME=	maxima
 PORTVERSION=	5.29.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	math lisp tk
 MASTER_SITES=	SF/maxima/Maxima-source/${PORTVERSION}-source
 

Modified: head/math/open-axiom/Makefile
==============================================================================
--- head/math/open-axiom/Makefile	Sat Feb  2 21:45:42 2013	(r311444)
+++ head/math/open-axiom/Makefile	Sat Feb  2 21:57:41 2013	(r311445)
@@ -3,7 +3,7 @@
 
 PORTNAME=	open-axiom
 PORTVERSION=	1.4.1
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	math
 MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION}
 

Modified: head/math/wxMaxima/Makefile
==============================================================================
--- head/math/wxMaxima/Makefile	Sat Feb  2 21:45:42 2013	(r311444)
+++ head/math/wxMaxima/Makefile	Sat Feb  2 21:57:41 2013	(r311445)
@@ -3,7 +3,7 @@
 
 PORTNAME=	wxMaxima
 PORTVERSION=	12.04.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	math
 MASTER_SITES=	SF
 MASTER_SITE_SUBDIR=	${PORTNAME:L}/${PORTNAME}/${PORTVERSION}

Modified: head/security/cl-md5-sbcl/Makefile
==============================================================================
--- head/security/cl-md5-sbcl/Makefile	Sat Feb  2 21:45:42 2013	(r311444)
+++ head/security/cl-md5-sbcl/Makefile	Sat Feb  2 21:57:41 2013	(r311445)
@@ -2,7 +2,7 @@
 
 PORTNAME=	md5
 PORTVERSION=	1.8.5
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	security lisp
 PKGNAMEPREFIX=	cl-
 DISTFILES=	# none

Modified: head/textproc/cl-meta-sbcl/Makefile
==============================================================================
--- head/textproc/cl-meta-sbcl/Makefile	Sat Feb  2 21:45:42 2013	(r311444)
+++ head/textproc/cl-meta-sbcl/Makefile	Sat Feb  2 21:57:41 2013	(r311445)
@@ -3,7 +3,7 @@
 
 PORTNAME=	meta
 PORTVERSION=	0.1
-PORTREVISION=	9
+PORTREVISION=	10
 PORTEPOCH=	1
 CATEGORIES=	textproc lisp
 PKGNAMEPREFIX=	cl-

Modified: head/textproc/cl-ppcre-sbcl/Makefile
==============================================================================
--- head/textproc/cl-ppcre-sbcl/Makefile	Sat Feb  2 21:45:42 2013	(r311444)
+++ head/textproc/cl-ppcre-sbcl/Makefile	Sat Feb  2 21:57:41 2013	(r311445)
@@ -3,7 +3,7 @@
 
 PORTNAME=	cl-ppcre
 PORTVERSION=	2.0.3
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	textproc lisp
 DISTFILES=	# none
 

Modified: head/www/cl-lml-sbcl/Makefile
==============================================================================
--- head/www/cl-lml-sbcl/Makefile	Sat Feb  2 21:45:42 2013	(r311444)
+++ head/www/cl-lml-sbcl/Makefile	Sat Feb  2 21:57:41 2013	(r311445)
@@ -3,7 +3,7 @@
 
 PORTNAME=	lml
 PORTVERSION=	2.5.7
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	www textproc
 PKGNAMEPREFIX=	cl-
 DISTFILES=	# none

Modified: head/x11-wm/stumpwm/Makefile
==============================================================================
--- head/x11-wm/stumpwm/Makefile	Sat Feb  2 21:45:42 2013	(r311444)
+++ head/x11-wm/stumpwm/Makefile	Sat Feb  2 21:57:41 2013	(r311445)
@@ -3,7 +3,7 @@
 
 PORTNAME=	stumpwm
 PORTVERSION=	0.9.7
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	x11-wm lisp
 MASTER_SITES=	SAVANNAH
 DISTFILES=	${DISTNAME}.tgz



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