svn commit: r356678 - in head: converters/cl-babel-clisp devel/cl-alexandria-clisp devel/cl-asdf-clisp devel/cl-cffi-clisp devel/cl-infix-clisp devel/cl-port-clisp devel/cl-split-sequence-clisp dev...

Antoine Brodin antoine at FreeBSD.org
Thu Jun 5 18:27:40 UTC 2014


Author: antoine
Date: Thu Jun  5 18:27:36 2014
New Revision: 356678
URL: http://svnweb.freebsd.org/changeset/ports/356678
QAT: https://qat.redports.org/buildarchive/r356678/

Log:
  Fix typo

Modified:
  head/converters/cl-babel-clisp/Makefile
  head/devel/cl-alexandria-clisp/Makefile
  head/devel/cl-asdf-clisp/Makefile
  head/devel/cl-cffi-clisp/Makefile
  head/devel/cl-infix-clisp/Makefile
  head/devel/cl-port-clisp/Makefile
  head/devel/cl-split-sequence-clisp/Makefile
  head/devel/cl-trivial-features-clisp/Makefile
  head/devel/cl-trivial-gray-streams-clisp/Makefile
  head/devel/meta-cvs/Makefile
  head/security/cl-md5-clisp/Makefile
  head/textproc/cl-meta-clisp/Makefile
  head/textproc/cl-ppcre-clisp/Makefile
  head/www/cl-lml-clisp/Makefile

Modified: head/converters/cl-babel-clisp/Makefile
==============================================================================
--- head/converters/cl-babel-clisp/Makefile	Thu Jun  5 18:23:53 2014	(r356677)
+++ head/converters/cl-babel-clisp/Makefile	Thu Jun  5 18:27:36 2014	(r356678)
@@ -11,7 +11,7 @@ MAINTAINER=	olgeni at FreeBSD.org
 COMMENT=	A charset encoding/decoding library written in Common Lisp
 
 DEPRECATED=	Depends on deprecated lang/clisp
-EXIPIRATION_DATE=	2014-07-28
+EXPIRATION_DATE=	2014-07-28
 
 BUILD_DEPENDS=	${LOCALBASE}/${CL_LIBDIR_REL}/babel/babel.asd:${PORTSDIR}/converters/cl-babel \
 		${LOCALBASE}/${CL_LIBDIR_REL}/alexandria/clispfasl/arrays.fasl:${PORTSDIR}/devel/cl-alexandria-clisp \

Modified: head/devel/cl-alexandria-clisp/Makefile
==============================================================================
--- head/devel/cl-alexandria-clisp/Makefile	Thu Jun  5 18:23:53 2014	(r356677)
+++ head/devel/cl-alexandria-clisp/Makefile	Thu Jun  5 18:27:36 2014	(r356678)
@@ -11,7 +11,7 @@ MAINTAINER=	olgeni at FreeBSD.org
 COMMENT=	A collection of portable public domain utilities for Common Lisp
 
 DEPRECATED=	Depends on deprecated lang/clisp
-EXIPIRATION_DATE=	2014-07-28
+EXPIRATION_DATE=	2014-07-28
 
 BUILD_DEPENDS=	${LOCALBASE}/${CL_LIBDIR_REL}/alexandria/alexandria.asd:${PORTSDIR}/devel/cl-alexandria
 RUN_DEPENDS=	${LOCALBASE}/${CL_LIBDIR_REL}/alexandria/alexandria.asd:${PORTSDIR}/devel/cl-alexandria

Modified: head/devel/cl-asdf-clisp/Makefile
==============================================================================
--- head/devel/cl-asdf-clisp/Makefile	Thu Jun  5 18:23:53 2014	(r356677)
+++ head/devel/cl-asdf-clisp/Makefile	Thu Jun  5 18:27:36 2014	(r356678)
@@ -12,7 +12,7 @@ MAINTAINER=	olgeni at FreeBSD.org
 COMMENT=	A system definition facility for Common Lisp
 
 DEPRECATED=	Depends on deprecated lang/clisp
-EXIPIRATION_DATE=	2014-07-28
+EXPIRATION_DATE=	2014-07-28
 
 # Even if this port builds FASL files, it is slightly different from
 # other FASL ports because it uses USE_ASDF rather than USE_ASDF_FASL.

Modified: head/devel/cl-cffi-clisp/Makefile
==============================================================================
--- head/devel/cl-cffi-clisp/Makefile	Thu Jun  5 18:23:53 2014	(r356677)
+++ head/devel/cl-cffi-clisp/Makefile	Thu Jun  5 18:27:36 2014	(r356678)
@@ -10,7 +10,7 @@ MAINTAINER=	olgeni at FreeBSD.org
 COMMENT=	A portable foreign function interface for Common Lisp
 
 DEPRECATED=	Depends on deprecated lang/clisp
-EXIPIRATION_DATE=	2014-07-28
+EXPIRATION_DATE=	2014-07-28
 
 BUILD_DEPENDS=	${LOCALBASE}/${CL_LIBDIR_REL}/cffi/cffi.asd:${PORTSDIR}/devel/cl-cffi \
 		${LOCALBASE}/${CL_LIBDIR_REL}/alexandria/clispfasl/arrays.fasl:${PORTSDIR}/devel/cl-alexandria-clisp \

Modified: head/devel/cl-infix-clisp/Makefile
==============================================================================
--- head/devel/cl-infix-clisp/Makefile	Thu Jun  5 18:23:53 2014	(r356677)
+++ head/devel/cl-infix-clisp/Makefile	Thu Jun  5 18:27:36 2014	(r356678)
@@ -11,7 +11,7 @@ MAINTAINER=	olgeni at FreeBSD.org
 COMMENT=	A lisp macro to read math statements in infix notation
 
 DEPRECATED=	Depends on deprecated lang/clisp
-EXIPIRATION_DATE=	2014-07-28
+EXPIRATION_DATE=	2014-07-28
 
 BUILD_DEPENDS=	${LOCALBASE}/${CL_LIBDIR_REL}/infix/infix.asd:${PORTSDIR}/devel/cl-infix
 RUN_DEPENDS=	${LOCALBASE}/${CL_LIBDIR_REL}/infix/infix.asd:${PORTSDIR}/devel/cl-infix

Modified: head/devel/cl-port-clisp/Makefile
==============================================================================
--- head/devel/cl-port-clisp/Makefile	Thu Jun  5 18:23:53 2014	(r356677)
+++ head/devel/cl-port-clisp/Makefile	Thu Jun  5 18:27:36 2014	(r356678)
@@ -12,7 +12,7 @@ MAINTAINER=	olgeni at FreeBSD.org
 COMMENT=	Cross-Lisp portability package
 
 DEPRECATED=	Depends on deprecated lang/clisp
-EXIPIRATION_DATE=	2014-07-28
+EXPIRATION_DATE=	2014-07-28
 
 BUILD_DEPENDS=	${LOCALBASE}/${CL_LIBDIR_REL}/port/port.asd:${PORTSDIR}/devel/cl-port
 RUN_DEPENDS=	${LOCALBASE}/${CL_LIBDIR_REL}/port/port.asd:${PORTSDIR}/devel/cl-port

Modified: head/devel/cl-split-sequence-clisp/Makefile
==============================================================================
--- head/devel/cl-split-sequence-clisp/Makefile	Thu Jun  5 18:23:53 2014	(r356677)
+++ head/devel/cl-split-sequence-clisp/Makefile	Thu Jun  5 18:27:36 2014	(r356678)
@@ -12,7 +12,7 @@ MAINTAINER=	olgeni at FreeBSD.org
 COMMENT=	Partitioning Common Lisp sequences
 
 DEPRECATED=	Depends on deprecated lang/clisp
-EXIPIRATION_DATE=	2014-07-28
+EXPIRATION_DATE=	2014-07-28
 
 BUILD_DEPENDS=	${LOCALBASE}/${CL_LIBDIR_REL}/split-sequence/split-sequence.asd:${PORTSDIR}/devel/cl-split-sequence
 RUN_DEPENDS=	${LOCALBASE}/${CL_LIBDIR_REL}/split-sequence/split-sequence.asd:${PORTSDIR}/devel/cl-split-sequence

Modified: head/devel/cl-trivial-features-clisp/Makefile
==============================================================================
--- head/devel/cl-trivial-features-clisp/Makefile	Thu Jun  5 18:23:53 2014	(r356677)
+++ head/devel/cl-trivial-features-clisp/Makefile	Thu Jun  5 18:27:36 2014	(r356678)
@@ -11,7 +11,7 @@ MAINTAINER=	olgeni at FreeBSD.org
 COMMENT=	Ensures consistent *FEATURES* in Common Lisp
 
 DEPRECATED=	Depends on deprecated lang/clisp
-EXIPIRATION_DATE=	2014-07-28
+EXPIRATION_DATE=	2014-07-28
 
 BUILD_DEPENDS=	${LOCALBASE}/${CL_LIBDIR_REL}/trivial-features/trivial-features.asd:${PORTSDIR}/devel/cl-trivial-features
 RUN_DEPENDS=	${LOCALBASE}/${CL_LIBDIR_REL}/trivial-features/trivial-features.asd:${PORTSDIR}/devel/cl-trivial-features

Modified: head/devel/cl-trivial-gray-streams-clisp/Makefile
==============================================================================
--- head/devel/cl-trivial-gray-streams-clisp/Makefile	Thu Jun  5 18:23:53 2014	(r356677)
+++ head/devel/cl-trivial-gray-streams-clisp/Makefile	Thu Jun  5 18:27:36 2014	(r356678)
@@ -11,7 +11,7 @@ MAINTAINER=	olgeni at FreeBSD.org
 COMMENT=	A thin compatibility layer for Gray streams
 
 DEPRECATED=	Depends on deprecated lang/clisp
-EXIPIRATION_DATE=	2014-07-28
+EXPIRATION_DATE=	2014-07-28
 
 BUILD_DEPENDS=	${LOCALBASE}/${CL_LIBDIR_REL}/trivial-gray-streams/trivial-gray-streams.asd:${PORTSDIR}/devel/cl-trivial-gray-streams
 RUN_DEPENDS=	${LOCALBASE}/${CL_LIBDIR_REL}/trivial-gray-streams/trivial-gray-streams.asd:${PORTSDIR}/devel/cl-trivial-gray-streams

Modified: head/devel/meta-cvs/Makefile
==============================================================================
--- head/devel/meta-cvs/Makefile	Thu Jun  5 18:23:53 2014	(r356677)
+++ head/devel/meta-cvs/Makefile	Thu Jun  5 18:27:36 2014	(r356678)
@@ -12,7 +12,7 @@ COMMENT=	A more capable version control 
 LICENSE=	GPLv2
 
 DEPRECATED=	Depends on deprecated lang/clisp
-EXIPIRATION_DATE=	2014-07-28
+EXPIRATION_DATE=	2014-07-28
 
 BUILD_DEPENDS=	clisp:${PORTSDIR}/lang/clisp \
     		lndir:${PORTSDIR}/devel/lndir

Modified: head/security/cl-md5-clisp/Makefile
==============================================================================
--- head/security/cl-md5-clisp/Makefile	Thu Jun  5 18:23:53 2014	(r356677)
+++ head/security/cl-md5-clisp/Makefile	Thu Jun  5 18:27:36 2014	(r356678)
@@ -11,7 +11,7 @@ MAINTAINER=	olgeni at FreeBSD.org
 COMMENT=	Native MD5 implementation in Common Lisp
 
 DEPRECATED=	Depends on deprecated lang/clisp
-EXIPIRATION_DATE=	2014-07-28
+EXPIRATION_DATE=	2014-07-28
 
 BUILD_DEPENDS=	${LOCALBASE}/${CL_LIBDIR_REL}/md5/md5.asd:${PORTSDIR}/security/cl-md5
 RUN_DEPENDS=	${LOCALBASE}/${CL_LIBDIR_REL}/md5/md5.asd:${PORTSDIR}/security/cl-md5

Modified: head/textproc/cl-meta-clisp/Makefile
==============================================================================
--- head/textproc/cl-meta-clisp/Makefile	Thu Jun  5 18:23:53 2014	(r356677)
+++ head/textproc/cl-meta-clisp/Makefile	Thu Jun  5 18:27:36 2014	(r356678)
@@ -13,7 +13,7 @@ MAINTAINER=	olgeni at FreeBSD.org
 COMMENT=	A parser generator for Common Lisp
 
 DEPRECATED=	Depends on deprecated lang/clisp
-EXIPIRATION_DATE=	2014-07-28
+EXPIRATION_DATE=	2014-07-28
 
 BUILD_DEPENDS=	${LOCALBASE}/${CL_LIBDIR_REL}/meta/meta.asd:${PORTSDIR}/textproc/cl-meta
 RUN_DEPENDS=	${LOCALBASE}/${CL_LIBDIR_REL}/meta/meta.asd:${PORTSDIR}/textproc/cl-meta

Modified: head/textproc/cl-ppcre-clisp/Makefile
==============================================================================
--- head/textproc/cl-ppcre-clisp/Makefile	Thu Jun  5 18:23:53 2014	(r356677)
+++ head/textproc/cl-ppcre-clisp/Makefile	Thu Jun  5 18:27:36 2014	(r356678)
@@ -11,7 +11,7 @@ MAINTAINER=	olgeni at FreeBSD.org
 COMMENT=	Portable Perl-Compatible Regular Expression for Common Lisp
 
 DEPRECATED=	Depends on deprecated lang/clisp
-EXIPIRATION_DATE=	2014-07-28
+EXPIRATION_DATE=	2014-07-28
 
 BUILD_DEPENDS=	${LOCALBASE}/${CL_LIBDIR_REL}/cl-ppcre/cl-ppcre.asd:${PORTSDIR}/textproc/cl-ppcre
 RUN_DEPENDS=	${LOCALBASE}/${CL_LIBDIR_REL}/cl-ppcre/cl-ppcre.asd:${PORTSDIR}/textproc/cl-ppcre

Modified: head/www/cl-lml-clisp/Makefile
==============================================================================
--- head/www/cl-lml-clisp/Makefile	Thu Jun  5 18:23:53 2014	(r356677)
+++ head/www/cl-lml-clisp/Makefile	Thu Jun  5 18:27:36 2014	(r356678)
@@ -12,7 +12,7 @@ MAINTAINER=	olgeni at FreeBSD.org
 COMMENT=	Lisp Markup Language
 
 DEPRECATED=	Depends on deprecated lang/clisp
-EXIPIRATION_DATE=	2014-07-28
+EXPIRATION_DATE=	2014-07-28
 
 BUILD_DEPENDS=	${LOCALBASE}/${CL_LIBDIR_REL}/system-registry/lml.asd:${PORTSDIR}/www/cl-lml
 RUN_DEPENDS=	${LOCALBASE}/${CL_LIBDIR_REL}/system-registry/lml.asd:${PORTSDIR}/www/cl-lml


More information about the svn-ports-head mailing list