diff options
author | bf <bf@FreeBSD.org> | 2012-04-23 17:27:42 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2012-04-23 17:27:42 +0800 |
commit | 65a0a85c07821d6d44dd096a6f4a19d9b46d79d3 (patch) | |
tree | 91a652bcf763a7bc0191c419651e76701ba72c82 /textproc | |
parent | 1d96cd05030837a4684d4a91d5e227a022df1950 (diff) | |
download | freebsd-ports-graphics-65a0a85c07821d6d44dd096a6f4a19d9b46d79d3.tar.gz freebsd-ports-graphics-65a0a85c07821d6d44dd096a6f4a19d9b46d79d3.tar.zst freebsd-ports-graphics-65a0a85c07821d6d44dd096a6f4a19d9b46d79d3.zip |
update to 1.0.56 and adjust dependent ports; switch to the packaged
html documents, to avoid problems with our texinfo tools; pass prefix,
dynamic space size, and lisp bootstrap via make.sh options; update
flags and use them in tests; remove unused patches; simplify and sort
some variables and options-handling; shorten some long lines
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/cl-meta-sbcl/Makefile | 2 | ||||
-rw-r--r-- | textproc/cl-ppcre-sbcl/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/textproc/cl-meta-sbcl/Makefile b/textproc/cl-meta-sbcl/Makefile index 334a33b5cc8..8ad80fea62f 100644 --- a/textproc/cl-meta-sbcl/Makefile +++ b/textproc/cl-meta-sbcl/Makefile @@ -6,7 +6,7 @@ PORTNAME= meta PORTVERSION= 0.1 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= textproc lisp PKGNAMEPREFIX= cl- diff --git a/textproc/cl-ppcre-sbcl/Makefile b/textproc/cl-ppcre-sbcl/Makefile index ffc0c078172..2db6caca06b 100644 --- a/textproc/cl-ppcre-sbcl/Makefile +++ b/textproc/cl-ppcre-sbcl/Makefile @@ -6,7 +6,7 @@ PORTNAME= cl-ppcre PORTVERSION= 2.0.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc lisp DISTFILES= # none |