From owner-svn-ports-all@FreeBSD.ORG Fri Apr 3 17:29:01 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AD6BDCF6; Fri, 3 Apr 2015 17:29: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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 98361924; Fri, 3 Apr 2015 17:29:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t33HT1t7080696; Fri, 3 Apr 2015 17:29:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t33HT1uK080695; Fri, 3 Apr 2015 17:29:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201504031729.t33HT1uK080695@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 3 Apr 2015 17:29:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383163 - head/devel/p5-base 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-1 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: Fri, 03 Apr 2015 17:29:01 -0000 Author: sunpoet Date: Fri Apr 3 17:29:00 2015 New Revision: 383163 URL: https://svnweb.freebsd.org/changeset/ports/383163 Log: - Mark DEPRECATED and set EXPIRATION_DATE to 2015-04-30 Modified: head/devel/p5-base/Makefile Modified: head/devel/p5-base/Makefile ============================================================================== --- head/devel/p5-base/Makefile Fri Apr 3 17:28:54 2015 (r383162) +++ head/devel/p5-base/Makefile Fri Apr 3 17:29:00 2015 (r383163) @@ -12,6 +12,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Set of modules to operate with inheritance and class fields at runtime +DEPRECATED= this port is outdated and base 2.18+ is already in all supported Perl releases +EXPIRATION_DATE=2015-04-30 + USES= perl5 USE_PERL5= configure