mirror of
https://git.freebsd.org/ports.git
synced 2025-05-21 03:23:10 -04:00
Update to 0.51.
Submitted by: hideo <hideo@lastamericanempire.com> PR: 98635
This commit is contained in:
parent
71457804a9
commit
5c73cb2a4e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=164791
3 changed files with 4 additions and 24 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
Loading…
Add table
Reference in a new issue