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 /lang/sbcl | |
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 'lang/sbcl')
-rw-r--r-- | lang/sbcl/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lang/sbcl/Makefile b/lang/sbcl/Makefile index 403bcafc3ce8..429f5d9b715d 100644 --- a/lang/sbcl/Makefile +++ b/lang/sbcl/Makefile @@ -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 |