Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Jan 2013 09:21:30 +0000 (UTC)
From:      Anton Berezin <tobez@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r309859 - head/devel/p5-Return-Value
Message-ID:  <201301030921.r039LUC9074946@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301030921.r039LUC9074946>