Index: head/converters/cl-babel-sbcl/Makefile =================================================================== --- head/converters/cl-babel-sbcl/Makefile (revision 449397) +++ head/converters/cl-babel-sbcl/Makefile (revision 449398) @@ -1,28 +1,28 @@ # $FreeBSD$ PORTNAME= babel PORTVERSION= 2010.01.16 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= converters lisp PKGNAMEPREFIX= cl- DISTFILES= # none MAINTAINER= olgeni@FreeBSD.org COMMENT= Charset encoding/decoding library written in Common Lisp BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/babel/babel.asd:converters/cl-babel \ ${LOCALBASE}/${CL_LIBDIR_REL}/alexandria/sbclfasl/arrays.fasl:devel/cl-alexandria-sbcl \ ${LOCALBASE}/${CL_LIBDIR_REL}/trivial-features/sbclfasl/src/tf-sbcl.fasl:devel/cl-trivial-features-sbcl \ ${LOCALBASE}/${CL_LIBDIR_REL}/trivial-gray-streams/sbclfasl/package.fasl:devel/cl-trivial-gray-streams-sbcl RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/babel/babel.asd:converters/cl-babel \ ${LOCALBASE}/${CL_LIBDIR_REL}/alexandria/sbclfasl/arrays.fasl:devel/cl-alexandria-sbcl \ ${LOCALBASE}/${CL_LIBDIR_REL}/trivial-features/sbclfasl/src/tf-sbcl.fasl:devel/cl-trivial-features-sbcl \ ${LOCALBASE}/${CL_LIBDIR_REL}/trivial-gray-streams/sbclfasl/package.fasl:devel/cl-trivial-gray-streams-sbcl USE_ASDF_FASL= yes FASL_TARGET= sbcl FASL_BUILD= yes ASDF_MODULES= babel babel-streams .include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk" .include Index: head/devel/cl-alexandria-sbcl/Makefile =================================================================== --- head/devel/cl-alexandria-sbcl/Makefile (revision 449397) +++ head/devel/cl-alexandria-sbcl/Makefile (revision 449398) @@ -1,21 +1,21 @@ # $FreeBSD$ PORTNAME= alexandria PORTVERSION= 2010.01.16 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none MAINTAINER= olgeni@FreeBSD.org COMMENT= Collection of portable public domain utilities for Common Lisp BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/alexandria/alexandria.asd:devel/cl-alexandria RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/alexandria/alexandria.asd:devel/cl-alexandria USE_ASDF_FASL= yes FASL_TARGET= sbcl FASL_BUILD= yes .include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk" .include Index: head/devel/cl-infix-sbcl/Makefile =================================================================== --- head/devel/cl-infix-sbcl/Makefile (revision 449397) +++ head/devel/cl-infix-sbcl/Makefile (revision 449398) @@ -1,24 +1,24 @@ # Created by: Pedro F Giffuni # $FreeBSD$ PORTNAME= infix PORTVERSION= 19960628 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none MAINTAINER= olgeni@FreeBSD.org COMMENT= Lisp macro to read math statements in infix notation BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/infix/infix.asd:devel/cl-infix RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/infix/infix.asd:devel/cl-infix NO_CDROM= No fees or compensation can be charged USE_ASDF_FASL= yes FASL_TARGET= sbcl FASL_BUILD= yes .include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk" .include Index: head/devel/cl-port-sbcl/Makefile =================================================================== --- head/devel/cl-port-sbcl/Makefile (revision 449397) +++ head/devel/cl-port-sbcl/Makefile (revision 449398) @@ -1,22 +1,22 @@ # Created by: Henrik Motakef # $FreeBSD$ PORTNAME= port PORTVERSION= 2002.10.02.1 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none MAINTAINER= olgeni@FreeBSD.org COMMENT= Cross-Lisp portability package BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/port/port.asd:devel/cl-port RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/port/port.asd:devel/cl-port USE_ASDF_FASL= yes FASL_TARGET= sbcl FASL_BUILD= yes .include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk" .include Index: head/devel/cl-split-sequence-sbcl/Makefile =================================================================== --- head/devel/cl-split-sequence-sbcl/Makefile (revision 449397) +++ head/devel/cl-split-sequence-sbcl/Makefile (revision 449398) @@ -1,22 +1,22 @@ # Created by: Henrik Motakef # $FreeBSD$ PORTNAME= split-sequence PORTVERSION= 20011114.1 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none MAINTAINER= olgeni@FreeBSD.org COMMENT= Partitioning Common Lisp sequences BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/split-sequence/split-sequence.asd:devel/cl-split-sequence RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/split-sequence/split-sequence.asd:devel/cl-split-sequence USE_ASDF_FASL= yes FASL_TARGET= sbcl FASL_BUILD= yes .include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk" .include Index: head/devel/cl-trivial-features-sbcl/Makefile =================================================================== --- head/devel/cl-trivial-features-sbcl/Makefile (revision 449397) +++ head/devel/cl-trivial-features-sbcl/Makefile (revision 449398) @@ -1,21 +1,21 @@ # $FreeBSD$ PORTNAME= trivial-features PORTVERSION= 2010.01.16 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none MAINTAINER= olgeni@FreeBSD.org COMMENT= Ensures consistent *FEATURES* in Common Lisp BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/trivial-features/trivial-features.asd:devel/cl-trivial-features RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/trivial-features/trivial-features.asd:devel/cl-trivial-features USE_ASDF_FASL= yes FASL_TARGET= sbcl FASL_BUILD= yes .include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk" .include Index: head/devel/cl-trivial-gray-streams-sbcl/Makefile =================================================================== --- head/devel/cl-trivial-gray-streams-sbcl/Makefile (revision 449397) +++ head/devel/cl-trivial-gray-streams-sbcl/Makefile (revision 449398) @@ -1,21 +1,21 @@ # $FreeBSD$ PORTNAME= trivial-gray-streams PORTVERSION= 2008.11.02 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none MAINTAINER= olgeni@FreeBSD.org COMMENT= Thin compatibility layer for Gray streams BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/trivial-gray-streams/trivial-gray-streams.asd:devel/cl-trivial-gray-streams RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/trivial-gray-streams/trivial-gray-streams.asd:devel/cl-trivial-gray-streams USE_ASDF_FASL= yes FASL_TARGET= sbcl FASL_BUILD= yes .include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk" .include Index: head/security/cl-md5-sbcl/Makefile =================================================================== --- head/security/cl-md5-sbcl/Makefile (revision 449397) +++ head/security/cl-md5-sbcl/Makefile (revision 449398) @@ -1,21 +1,21 @@ # $FreeBSD$ PORTNAME= md5 PORTVERSION= 1.8.5 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= security lisp PKGNAMEPREFIX= cl- DISTFILES= # none MAINTAINER= olgeni@FreeBSD.org COMMENT= Native MD5 implementation in Common Lisp BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/md5/md5.asd:security/cl-md5 RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/md5/md5.asd:security/cl-md5 USE_ASDF_FASL= yes FASL_TARGET= sbcl FASL_BUILD= yes .include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk" .include Index: head/textproc/cl-meta-sbcl/Makefile =================================================================== --- head/textproc/cl-meta-sbcl/Makefile (revision 449397) +++ head/textproc/cl-meta-sbcl/Makefile (revision 449398) @@ -1,23 +1,23 @@ # Created by: Henrik Motakef # $FreeBSD$ PORTNAME= meta PORTVERSION= 0.1 -PORTREVISION= 14 +PORTREVISION= 15 PORTEPOCH= 1 CATEGORIES= textproc lisp PKGNAMEPREFIX= cl- DISTFILES= # none MAINTAINER= olgeni@FreeBSD.org COMMENT= Parser generator for Common Lisp BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/meta/meta.asd:textproc/cl-meta RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/meta/meta.asd:textproc/cl-meta USE_ASDF_FASL= yes FASL_TARGET= sbcl FASL_BUILD= yes .include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk" .include Index: head/textproc/cl-ppcre-sbcl/Makefile =================================================================== --- head/textproc/cl-ppcre-sbcl/Makefile (revision 449397) +++ head/textproc/cl-ppcre-sbcl/Makefile (revision 449398) @@ -1,21 +1,21 @@ # Created by: Henrik Motakef # $FreeBSD$ PORTNAME= cl-ppcre PORTVERSION= 2.0.3 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= textproc lisp DISTFILES= # none MAINTAINER= olgeni@FreeBSD.org COMMENT= Portable Perl-Compatible Regular Expression for Common Lisp BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/cl-ppcre/cl-ppcre.asd:textproc/cl-ppcre RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/cl-ppcre/cl-ppcre.asd:textproc/cl-ppcre USE_ASDF_FASL= yes FASL_TARGET= sbcl FASL_BUILD= yes .include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk" .include Index: head/www/cl-lml-sbcl/Makefile =================================================================== --- head/www/cl-lml-sbcl/Makefile (revision 449397) +++ head/www/cl-lml-sbcl/Makefile (revision 449398) @@ -1,22 +1,22 @@ # Created by: Henrik Motakef # $FreeBSD$ PORTNAME= lml PORTVERSION= 2.5.7 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= www textproc PKGNAMEPREFIX= cl- DISTFILES= # none MAINTAINER= olgeni@FreeBSD.org COMMENT= Lisp Markup Language BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/system-registry/lml.asd:www/cl-lml RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/system-registry/lml.asd:www/cl-lml USE_ASDF_FASL= yes FASL_TARGET= sbcl FASL_BUILD= yes .include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk" .include Index: head/x11/cl-clx-sbcl/Makefile =================================================================== --- head/x11/cl-clx-sbcl/Makefile (revision 449397) +++ head/x11/cl-clx-sbcl/Makefile (revision 449398) @@ -1,24 +1,25 @@ # Created by: Anonymous # $FreeBSD$ PORTNAME= clx -PORTVERSION= 0.7.4 +DISTVERSION= 0.7.4 +PORTREVISION= 1 CATEGORIES= x11 lisp PKGNAMEPREFIX= cl- PKGNAMESUFFIX= -sbcl DISTFILES= # none MAINTAINER= jrm@FreeBSD.org COMMENT= X11 client library for Common Lisp LICENSE= MIT BUILD_DEPENDS= ${PKGNAMEPREFIX}${PORTNAME}>=0:x11/${PKGNAMEPREFIX}${PORTNAME} RUN_DEPENDS= ${PKGNAMEPREFIX}${PORTNAME}>=0:x11/${PKGNAMEPREFIX}${PORTNAME} USE_ASDF_FASL= yes FASL_TARGET= sbcl FASL_BUILD= yes .include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk" .include