From owner-svn-ports-head@FreeBSD.ORG Mon Mar 10 12:32:01 2014 Return-Path: Delivered-To: svn-ports-head@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 AE31DD0B; Mon, 10 Mar 2014 12:32:01 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9BA69298; Mon, 10 Mar 2014 12:32:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2ACW1WB037612; Mon, 10 Mar 2014 12:32:01 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2ACW1WC037611; Mon, 10 Mar 2014 12:32:01 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201403101232.s2ACW1WC037611@svn.freebsd.org> From: Rene Ladan Date: Mon, 10 Mar 2014 12:32:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r347750 - head/sysutils/dtc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2014 12:32:01 -0000 Author: rene Date: Mon Mar 10 12:32:01 2014 New Revision: 347750 URL: http://svnweb.freebsd.org/changeset/ports/347750 QAT: https://qat.redports.org/buildarchive/r347750/ Log: Mark deprecated, depends on expired www/sbox-dtc Modified: head/sysutils/dtc/Makefile Modified: head/sysutils/dtc/Makefile ============================================================================== --- head/sysutils/dtc/Makefile Mon Mar 10 12:30:29 2014 (r347749) +++ head/sysutils/dtc/Makefile Mon Mar 10 12:32:01 2014 (r347750) @@ -18,6 +18,9 @@ MASTER_SITES= ftp://ftp.gplhost.sg/pub/d MAINTAINER= thomas@goirand.fr COMMENT= A hosting web GUI for admin and accounting all hosting services +DEPRECATED= Depends on expired www/sbox-dtc +EXPIRATION_DATE=2014-04-10 + RUN_DEPENDS= ${LOCALBASE}/${APACHEMODDIR}/mod_log_sql.so:${PORTSDIR}/www/mod_log_sql2-dtc \ ${LOCALBASE}/share/pear/Crypt/CBC.php:${PORTSDIR}/security/pear-Crypt_CBC \ ${LOCALBASE}/share/pear/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer \