diff options
author | jrm <jrm@FreeBSD.org> | 2017-11-15 12:12:07 +0800 |
---|---|---|
committer | jrm <jrm@FreeBSD.org> | 2017-11-15 12:12:07 +0800 |
commit | d166b71183757a77bb779c5164657d184736b88c (patch) | |
tree | 5b095b9c626447d0e00b1f7e094f8561a675e4b0 /devel | |
parent | 26c507dc442731551cd435721099e6d6e08846a6 (diff) | |
download | freebsd-ports-gnome-d166b71183757a77bb779c5164657d184736b88c.tar.gz freebsd-ports-gnome-d166b71183757a77bb779c5164657d184736b88c.tar.zst freebsd-ports-gnome-d166b71183757a77bb779c5164657d184736b88c.zip |
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
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cl-alexandria-sbcl/Makefile | 2 | ||||
-rw-r--r-- | devel/cl-infix-sbcl/Makefile | 2 | ||||
-rw-r--r-- | devel/cl-port-sbcl/Makefile | 2 | ||||
-rw-r--r-- | devel/cl-split-sequence-sbcl/Makefile | 2 | ||||
-rw-r--r-- | devel/cl-trivial-features-sbcl/Makefile | 2 | ||||
-rw-r--r-- | devel/cl-trivial-gray-streams-sbcl/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/devel/cl-alexandria-sbcl/Makefile b/devel/cl-alexandria-sbcl/Makefile index db223601b507..5e52f001cdd3 100644 --- a/devel/cl-alexandria-sbcl/Makefile +++ b/devel/cl-alexandria-sbcl/Makefile @@ -2,7 +2,7 @@ PORTNAME= alexandria PORTVERSION= 2010.01.16 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none diff --git a/devel/cl-infix-sbcl/Makefile b/devel/cl-infix-sbcl/Makefile index 6a21e151ea3b..f082dbdfe70f 100644 --- a/devel/cl-infix-sbcl/Makefile +++ b/devel/cl-infix-sbcl/Makefile @@ -3,7 +3,7 @@ PORTNAME= infix PORTVERSION= 19960628 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none diff --git a/devel/cl-port-sbcl/Makefile b/devel/cl-port-sbcl/Makefile index c2a270e16268..bb781f41a21b 100644 --- a/devel/cl-port-sbcl/Makefile +++ b/devel/cl-port-sbcl/Makefile @@ -3,7 +3,7 @@ PORTNAME= port PORTVERSION= 2002.10.02.1 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none diff --git a/devel/cl-split-sequence-sbcl/Makefile b/devel/cl-split-sequence-sbcl/Makefile index a7daedfc1ce5..dbfd6cfe101a 100644 --- a/devel/cl-split-sequence-sbcl/Makefile +++ b/devel/cl-split-sequence-sbcl/Makefile @@ -3,7 +3,7 @@ PORTNAME= split-sequence PORTVERSION= 20011114.1 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none diff --git a/devel/cl-trivial-features-sbcl/Makefile b/devel/cl-trivial-features-sbcl/Makefile index 4d4bdcd7810d..8887edc20626 100644 --- a/devel/cl-trivial-features-sbcl/Makefile +++ b/devel/cl-trivial-features-sbcl/Makefile @@ -2,7 +2,7 @@ PORTNAME= trivial-features PORTVERSION= 2010.01.16 -PORTREVISION= 14 +PORTREVISION= 15 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 e80fa044766d..e52f2e66b2aa 100644 --- a/devel/cl-trivial-gray-streams-sbcl/Makefile +++ b/devel/cl-trivial-gray-streams-sbcl/Makefile @@ -2,7 +2,7 @@ PORTNAME= trivial-gray-streams PORTVERSION= 2008.11.02 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none |