diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2006-06-08 06:52:49 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2006-06-08 06:52:49 +0000 |
commit | 5c73cb2a4e303d9b709bde77de3f3488ebb0a54c (patch) | |
tree | 888b29515180d1a44f062aaa95399c39a79bd14e | |
parent | - Update tct to 1.16 (diff) |
Update to 0.51.
Submitted by: hideo <hideo@lastamericanempire.com>
PR: 98635
Notes
Notes:
svn path=/head/; revision=164791
-rw-r--r-- | databases/p5-DBI/Makefile | 2 | ||||
-rw-r--r-- | databases/p5-DBI/distinfo | 6 | ||||
-rw-r--r-- | databases/p5-DBI/files/patch-Makefile.PL | 20 |
3 files changed, 4 insertions, 24 deletions
diff --git a/databases/p5-DBI/Makefile b/databases/p5-DBI/Makefile index defdd847d95a..583920763ad4 100644 --- a/databases/p5-DBI/Makefile +++ b/databases/p5-DBI/Makefile @@ -6,7 +6,7 @@ # PORTNAME= DBI -PORTVERSION= 1.50 +PORTVERSION= 1.51 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DBI diff --git a/databases/p5-DBI/distinfo b/databases/p5-DBI/distinfo index 3eaef95da1ee..c6ea94e8bd28 100644 --- a/databases/p5-DBI/distinfo +++ b/databases/p5-DBI/distinfo @@ -1,3 +1,3 @@ -MD5 (DBI-1.50.tar.gz) = 487cb22f89ab21029725eb6e0b861a2a -SHA256 (DBI-1.50.tar.gz) = cb2970e0b9d003bd20480b013084818d2dd7863b8b36bafc0a9d423823cd65ba -SIZE (DBI-1.50.tar.gz) = 386513 +MD5 (DBI-1.51.tar.gz) = d2ecc92395c4ab8221bac2866afbae04 +SHA256 (DBI-1.51.tar.gz) = 95c0df3b88c9b6e1e87b597164fbe29a446262e7f10b2fe7ef15ccf9f3c5c445 +SIZE (DBI-1.51.tar.gz) = 415205 diff --git a/databases/p5-DBI/files/patch-Makefile.PL b/databases/p5-DBI/files/patch-Makefile.PL deleted file mode 100644 index 03a9098611bb..000000000000 --- a/databases/p5-DBI/files/patch-Makefile.PL +++ /dev/null @@ -1,20 +0,0 @@ ---- Makefile.PL.orig Tue Oct 5 23:06:32 2004 -+++ Makefile.PL Fri Oct 15 12:35:43 2004 -@@ -25,7 +25,6 @@ - ************************************************************************** - }; - sleep 3; -- my $pause = <>; - } - - use ExtUtils::MakeMaker 5.16, qw(WriteMakefile $Verbose); -@@ -34,9 +33,6 @@ - use File::Find; - use File::Spec; - use strict; -- --use Test::Harness; # tests use it so check it's loadable early --use Test::More 0.4; # tests use it so check it's loadable early - - use DBI::DBD; - |