From owner-svn-ports-all@FreeBSD.ORG Thu Jun 5 18:27:39 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E04EB8E1; Thu, 5 Jun 2014 18:27:39 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C17172BCB; Thu, 5 Jun 2014 18:27:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s55IRdSC009831; Thu, 5 Jun 2014 18:27:39 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s55IRalc009817; Thu, 5 Jun 2014 18:27:36 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201406051827.s55IRalc009817@svn.freebsd.org> From: Antoine Brodin Date: Thu, 5 Jun 2014 18:27:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: 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... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jun 2014 18:27:40 -0000 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@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@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@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@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@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@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@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@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@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@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@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@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@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