diff options
author | tobez <tobez@FreeBSD.org> | 2006-06-08 14:52:49 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2006-06-08 14:52:49 +0800 |
commit | cc0c20d8235ded4f1db877561ee3303015c3f749 (patch) | |
tree | 4d12dc67079a2f0298505e70f77edacd4a24fee3 /databases/p5-DBI | |
parent | 0d3e1629627e1dc22ec8cb8ac98e3423403b0876 (diff) | |
download | freebsd-ports-gnome-cc0c20d8235ded4f1db877561ee3303015c3f749.tar.gz freebsd-ports-gnome-cc0c20d8235ded4f1db877561ee3303015c3f749.tar.zst freebsd-ports-gnome-cc0c20d8235ded4f1db877561ee3303015c3f749.zip |
Update to 0.51.
Submitted by: hideo <hideo@lastamericanempire.com>
PR: 98635
Diffstat (limited to 'databases/p5-DBI')
-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; - |