From owner-freebsd-perl@FreeBSD.ORG Tue Oct 3 10:22:22 2006 Return-Path: X-Original-To: perl@FreeBSD.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFB0216A40F; Tue, 3 Oct 2006 10:22:22 +0000 (UTC) (envelope-from gslin@netnews.NCTU.edu.tw) Received: from netnews.NCTU.edu.tw (ccreader.nctu.edu.tw [140.113.54.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D61143D55; Tue, 3 Oct 2006 10:22:22 +0000 (GMT) (envelope-from gslin@netnews.NCTU.edu.tw) Received: by netnews.NCTU.edu.tw (Postfix, from userid 1000) id 2F50094; Tue, 3 Oct 2006 18:22:18 +0800 (CST) To: FreeBSD-gnats-submit@freebsd.org From: Gea-Suan Lin X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20061003102218.2F50094@netnews.NCTU.edu.tw> Date: Tue, 3 Oct 2006 18:22:18 +0800 (CST) Cc: perl@FreeBSD.org, gslin@gslin.org Subject: [PATCH] devel/p5-Carp-Clan: update to 5.7 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Oct 2006 10:22:22 -0000 >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 ', --- p5-Carp-Clan-5.7.patch ends here ---