From owner-svn-ports-all@FreeBSD.ORG Thu Jun 5 18:20:54 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1770E4D7; Thu, 5 Jun 2014 18:20:53 +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 832DC2AFF; Thu, 5 Jun 2014 18:20:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s55IKrwK008088; Thu, 5 Jun 2014 18:20:53 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s55IKoIx008063; Thu, 5 Jun 2014 18:20:50 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201406051820.s55IKoIx008063@svn.freebsd.org> From: Antoine Brodin Date: Thu, 5 Jun 2014 18:20:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356676 - 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:20:54 -0000 Author: antoine Date: Thu Jun 5 18:20:50 2014 New Revision: 356676 URL: http://svnweb.freebsd.org/changeset/ports/356676 QAT: https://qat.redports.org/buildarchive/r356676/ Log: Chase lang/clisp expiration date With hat: portmgr 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:20:49 2014 (r356675) +++ head/converters/cl-babel-clisp/Makefile Thu Jun 5 18:20:50 2014 (r356676) @@ -10,6 +10,9 @@ DISTFILES= # none 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 + 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 \ ${LOCALBASE}/${CL_LIBDIR_REL}/trivial-features/clispfasl/src/tf-clisp.fasl:${PORTSDIR}/devel/cl-trivial-features-clisp \ Modified: head/devel/cl-alexandria-clisp/Makefile ============================================================================== --- head/devel/cl-alexandria-clisp/Makefile Thu Jun 5 18:20:49 2014 (r356675) +++ head/devel/cl-alexandria-clisp/Makefile Thu Jun 5 18:20:50 2014 (r356676) @@ -10,6 +10,9 @@ DISTFILES= # none 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 + 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:20:49 2014 (r356675) +++ head/devel/cl-asdf-clisp/Makefile Thu Jun 5 18:20:50 2014 (r356676) @@ -11,6 +11,9 @@ DISTFILES= # none MAINTAINER= olgeni@FreeBSD.org COMMENT= A system definition facility for Common Lisp +DEPRECATED= Depends on deprecated lang/clisp +EXIPIRATION_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:20:49 2014 (r356675) +++ head/devel/cl-cffi-clisp/Makefile Thu Jun 5 18:20:50 2014 (r356676) @@ -9,6 +9,9 @@ DISTFILES= # none MAINTAINER= olgeni@FreeBSD.org COMMENT= A portable foreign function interface for Common Lisp +DEPRECATED= Depends on deprecated lang/clisp +EXIPIRATION_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 \ ${LOCALBASE}/${CL_LIBDIR_REL}/trivial-features/clispfasl/src/tf-clisp.fasl:${PORTSDIR}/devel/cl-trivial-features-clisp \ Modified: head/devel/cl-infix-clisp/Makefile ============================================================================== --- head/devel/cl-infix-clisp/Makefile Thu Jun 5 18:20:49 2014 (r356675) +++ head/devel/cl-infix-clisp/Makefile Thu Jun 5 18:20:50 2014 (r356676) @@ -10,6 +10,9 @@ DISTFILES= # none 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 + 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:20:49 2014 (r356675) +++ head/devel/cl-port-clisp/Makefile Thu Jun 5 18:20:50 2014 (r356676) @@ -11,6 +11,9 @@ DISTFILES= # none MAINTAINER= olgeni@FreeBSD.org COMMENT= Cross-Lisp portability package +DEPRECATED= Depends on deprecated lang/clisp +EXIPIRATION_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:20:49 2014 (r356675) +++ head/devel/cl-split-sequence-clisp/Makefile Thu Jun 5 18:20:50 2014 (r356676) @@ -11,6 +11,9 @@ DISTFILES= # none MAINTAINER= olgeni@FreeBSD.org COMMENT= Partitioning Common Lisp sequences +DEPRECATED= Depends on deprecated lang/clisp +EXIPIRATION_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:20:49 2014 (r356675) +++ head/devel/cl-trivial-features-clisp/Makefile Thu Jun 5 18:20:50 2014 (r356676) @@ -10,6 +10,9 @@ DISTFILES= # none MAINTAINER= olgeni@FreeBSD.org COMMENT= Ensures consistent *FEATURES* in Common Lisp +DEPRECATED= Depends on deprecated lang/clisp +EXIPIRATION_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:20:49 2014 (r356675) +++ head/devel/cl-trivial-gray-streams-clisp/Makefile Thu Jun 5 18:20:50 2014 (r356676) @@ -10,6 +10,9 @@ DISTFILES= # none MAINTAINER= olgeni@FreeBSD.org COMMENT= A thin compatibility layer for Gray streams +DEPRECATED= Depends on deprecated lang/clisp +EXIPIRATION_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:20:49 2014 (r356675) +++ head/devel/meta-cvs/Makefile Thu Jun 5 18:20:50 2014 (r356676) @@ -11,6 +11,9 @@ COMMENT= A more capable version control LICENSE= GPLv2 +DEPRECATED= Depends on deprecated lang/clisp +EXIPIRATION_DATE= 2014-07-28 + BUILD_DEPENDS= clisp:${PORTSDIR}/lang/clisp \ lndir:${PORTSDIR}/devel/lndir RUN_DEPENDS= clisp:${PORTSDIR}/lang/clisp Modified: head/security/cl-md5-clisp/Makefile ============================================================================== --- head/security/cl-md5-clisp/Makefile Thu Jun 5 18:20:49 2014 (r356675) +++ head/security/cl-md5-clisp/Makefile Thu Jun 5 18:20:50 2014 (r356676) @@ -10,6 +10,9 @@ DISTFILES= # none MAINTAINER= olgeni@FreeBSD.org COMMENT= Native MD5 implementation in Common Lisp +DEPRECATED= Depends on deprecated lang/clisp +EXIPIRATION_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:20:49 2014 (r356675) +++ head/textproc/cl-meta-clisp/Makefile Thu Jun 5 18:20:50 2014 (r356676) @@ -12,6 +12,9 @@ DISTFILES= # none MAINTAINER= olgeni@FreeBSD.org COMMENT= A parser generator for Common Lisp +DEPRECATED= Depends on deprecated lang/clisp +EXIPIRATION_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:20:49 2014 (r356675) +++ head/textproc/cl-ppcre-clisp/Makefile Thu Jun 5 18:20:50 2014 (r356676) @@ -10,6 +10,9 @@ DISTFILES= # none MAINTAINER= olgeni@FreeBSD.org COMMENT= Portable Perl-Compatible Regular Expression for Common Lisp +DEPRECATED= Depends on deprecated lang/clisp +EXIPIRATION_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:20:49 2014 (r356675) +++ head/www/cl-lml-clisp/Makefile Thu Jun 5 18:20:50 2014 (r356676) @@ -11,6 +11,9 @@ DISTFILES= # none MAINTAINER= olgeni@FreeBSD.org COMMENT= Lisp Markup Language +DEPRECATED= Depends on deprecated lang/clisp +EXIPIRATION_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