From owner-svn-ports-head@FreeBSD.ORG Sat Feb 16 00:27:13 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9FCED17D; Sat, 16 Feb 2013 00:27:13 +0000 (UTC) (envelope-from gblach@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 7A1F1FD6; Sat, 16 Feb 2013 00:27:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1G0RDWi060247; Sat, 16 Feb 2013 00:27:13 GMT (envelope-from gblach@svn.freebsd.org) Received: (from gblach@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1G0RDkJ060245; Sat, 16 Feb 2013 00:27:13 GMT (envelope-from gblach@svn.freebsd.org) Message-Id: <201302160027.r1G0RDkJ060245@svn.freebsd.org> From: Grzegorz Blach Date: Sat, 16 Feb 2013 00:27:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r312315 - in head: devel/p5-Oogly www/p5-Dancer-Plugin-DataFu 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.14 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: Sat, 16 Feb 2013 00:27:13 -0000 Author: gblach Date: Sat Feb 16 00:27:12 2013 New Revision: 312315 URL: http://svnweb.freebsd.org/changeset/ports/312315 Log: - Mark deprecated - Set expiration date to 2013-03-31 Approved by: crees (mentor) Modified: head/devel/p5-Oogly/Makefile head/www/p5-Dancer-Plugin-DataFu/Makefile Modified: head/devel/p5-Oogly/Makefile ============================================================================== --- head/devel/p5-Oogly/Makefile Fri Feb 15 23:09:57 2013 (r312314) +++ head/devel/p5-Oogly/Makefile Sat Feb 16 00:27:12 2013 (r312315) @@ -12,6 +12,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= gblach@FreeBSD.org COMMENT= A Data validation idea that just might be ideal +DEPRECATED= No more public distfiles +EXPIRATION_DATE=2013-03-31 + BUILD_DEPENDS= p5-Array-Unique>0:${PORTSDIR}/devel/p5-Array-Unique \ p5-Data-Dumper-Concise>0:${PORTSDIR}/devel/p5-Data-Dumper-Concise \ p5-Hash-Merge>=0.11:${PORTSDIR}/textproc/p5-Hash-Merge Modified: head/www/p5-Dancer-Plugin-DataFu/Makefile ============================================================================== --- head/www/p5-Dancer-Plugin-DataFu/Makefile Fri Feb 15 23:09:57 2013 (r312314) +++ head/www/p5-Dancer-Plugin-DataFu/Makefile Sat Feb 16 00:27:12 2013 (r312315) @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= gblach@FreeBSD.org COMMENT= Dancer HTML Form and Grid/Table engine with Input Validation +DEPRECATED= No more public distfiles +EXPIRATION_DATE=2013-03-31 + RUN_DEPENDS= p5-Dancer>=1.2:${PORTSDIR}/www/p5-Dancer \ p5-Array-Unique>0:${PORTSDIR}/devel/p5-Array-Unique \ p5-Data-Dumper-Concise>0:${PORTSDIR}/devel/p5-Data-Dumper-Concise \