1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00

- Update to 5.7

PR:		ports/103933
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
This commit is contained in:
Cheng-Lung Sung 2006-10-04 01:08:27 +00:00
parent b4014377b2
commit 87ad5f4784
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=174421
3 changed files with 14 additions and 11 deletions

View File

@ -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

View File

@ -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

View File

@ -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>',