From owner-svn-ports-head@FreeBSD.ORG Thu Jan 3 09:21:30 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 4DEEFA64; Thu, 3 Jan 2013 09:21:30 +0000 (UTC) (envelope-from tobez@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 27D0B83D; Thu, 3 Jan 2013 09:21:30 +0000 (UTC) Received: from svn.freebsd.org (svn.FreeBSD.org [8.8.178.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r039LU9H074947; Thu, 3 Jan 2013 09:21:30 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r039LUC9074946; Thu, 3 Jan 2013 09:21:30 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201301030921.r039LUC9074946@svn.freebsd.org> From: Anton Berezin Date: Thu, 3 Jan 2013 09:21:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309859 - head/devel/p5-Return-Value 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: Thu, 03 Jan 2013 09:21:30 -0000 Author: tobez Date: Thu Jan 3 09:21:29 2013 New Revision: 309859 URL: http://svnweb.freebsd.org/changeset/ports/309859 Log: Remove deprecation warning introduced with the last update. Unfortunately, this port is depended on by quite a few other ports, so we do not want the deprecation warning at this stage. Patch up the sources instead of a more drastic PORTEPOCH bump. PR: 174904 Submitted by: Olli Hauer Modified: head/devel/p5-Return-Value/Makefile Modified: head/devel/p5-Return-Value/Makefile ============================================================================== --- head/devel/p5-Return-Value/Makefile Thu Jan 3 09:08:10 2013 (r309858) +++ head/devel/p5-Return-Value/Makefile Thu Jan 3 09:21:29 2013 (r309859) @@ -3,6 +3,7 @@ PORTNAME= Return-Value PORTVERSION= 1.666002 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:RJBS @@ -15,4 +16,7 @@ PERL_CONFIGURE= yes MAN3= Return::Value.3 +post-patch: + ${PERL} -pi -e 's/^Carp::cluck/# Carp::cluck/' ${WRKSRC}/lib/Return/Value.pm + .include