Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  3 Oct 2006 18:22:18 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        perl@FreeBSD.org, gslin@gslin.org
Subject:   [PATCH] devel/p5-Carp-Clan: update to 5.7
Message-ID:  <20061003102218.2F50094@netnews.NCTU.edu.tw>

next in thread | raw e-mail | index | archive | help

>Submitter-Id:	current-users
>Originator:	Gea-Suan Lin
>Organization:	
>Confidential:	no 
>Synopsis:	[PATCH] devel/p5-Carp-Clan: update to 5.7
>Severity:	non-critical
>Priority:	low
>Category:	ports 
>Class:		update
>Release:	FreeBSD 6.1-RELEASE-p8 i386
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE-p8 FreeBSD 6.1-RELEASE-p8 #0: Fri Sep 29 03:41:50 CST 2006
>Description:
- Update to 5.7

Port maintainer (perl@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-Carp-Clan-5.7.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/p5-Carp-Clan/Makefile /home/staff/gslin/work/ports/p5-Carp-Clan/Makefile
--- /usr/ports/devel/p5-Carp-Clan/Makefile	Mon Sep 25 03:11:35 2006
+++ /home/staff/gslin/work/ports/p5-Carp-Clan/Makefile	Tue Oct  3 18:21:29 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Carp-Clan
-PORTVERSION=	5.4
+PORTVERSION=	5.7
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Carp
diff -ruN --exclude=CVS /usr/ports/devel/p5-Carp-Clan/distinfo /home/staff/gslin/work/ports/p5-Carp-Clan/distinfo
--- /usr/ports/devel/p5-Carp-Clan/distinfo	Mon Sep 25 03:11:35 2006
+++ /home/staff/gslin/work/ports/p5-Carp-Clan/distinfo	Tue Oct  3 18:19:07 2006
@@ -1,3 +1,3 @@
-MD5 (Carp-Clan-5.4.tar.gz) = 04d5a3a00b4b8511421c5ac4144cab74
-SHA256 (Carp-Clan-5.4.tar.gz) = fdb2da0f8932737d82e2113b5105ccc0979ea1daba5c12108ace3b44b53196d4
-SIZE (Carp-Clan-5.4.tar.gz) = 17989
+MD5 (Carp-Clan-5.7.tar.gz) = d42f1a812fc400a7c946c0a882a54e7d
+SHA256 (Carp-Clan-5.7.tar.gz) = ab7dea368516b5c22950eaa2bdd17d964831e973277d5caf39075206e094bb0e
+SIZE (Carp-Clan-5.7.tar.gz) = 18646
diff -ruN --exclude=CVS /usr/ports/devel/p5-Carp-Clan/files/patch-Makefile.PL /home/staff/gslin/work/ports/p5-Carp-Clan/files/patch-Makefile.PL
--- /usr/ports/devel/p5-Carp-Clan/files/patch-Makefile.PL	Mon Sep 25 21:12:58 2006
+++ /home/staff/gslin/work/ports/p5-Carp-Clan/files/patch-Makefile.PL	Tue Oct  3 18:21:12 2006
@@ -1,13 +1,16 @@
---- ./Makefile.PL.orig	Mon Sep 25 14:24:05 2006
-+++ ./Makefile.PL	Mon Sep 25 14:24:15 2006
-@@ -4,10 +4,6 @@
+--- Makefile.PL.orig	Tue Oct  3 18:20:41 2006
++++ Makefile.PL	Tue Oct  3 18:21:02 2006
+@@ -4,13 +4,6 @@
  use ExtUtils::MakeMaker;
- my @PREREQ_PM;
+ my %PREREQ_PM;
  
--if ( prompt( 'Use Object::Deadly for tests? [Ny]', 'no' ) =~ /\Ay/imx ) {
--    push @PREREQ_PM, ( 'Object::Deadly' => '0.08' );
+-if (prompt( 'Add Object::Deadly 0.08+ to prerequisites for testing? [Ny]',
+-        'no' ) =~ /\Ay/imx
+-    )
+-{
+-    $PREREQ_PM{'Object::Deadly'} = '0.08';
 -}
 -
  WriteMakefile(
      NAME          => 'Carp::Clan',
-     VERSION_FROM  => 'Clan.pm',
+     AUTHOR        => 'Joshua ben Jore <jjore@cpan.org>',
--- p5-Carp-Clan-5.7.patch ends here ---




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