summaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2000-07-22 10:44:52 +0000
committervanilla <vanilla@FreeBSD.org>2000-07-22 10:44:52 +0000
commit792ca96ac5e6fa8cf5ef07c228e0e204f636325c (patch)
tree7b1f8c78f33c55cfb65225db7b886297066e3c2b /databases
parent04ef36b38ce28854cf9627775dad705e22057f4c (diff)
downloadFreeBSD-ports-792ca96ac5e6fa8cf5ef07c228e0e204f636325c.zip
FreeBSD-ports-792ca96ac5e6fa8cf5ef07c228e0e204f636325c.tar.gz
Update
p5-Crypt-CBC => 1.25 p5-DBI => 1.14 p5-Date-Manip => 5.38 p5-Devel-Symdump => 2.01 p5-IRC => 0.70 p5-Locale-Codes => 1.02 p5-MIME-Lite => 2.101 p5-ParallelUA => 2.49 p5-URI => 1.07
Diffstat (limited to 'databases')
-rw-r--r--databases/p5-DBI-137/Makefile3
-rw-r--r--databases/p5-DBI-137/distinfo2
-rw-r--r--databases/p5-DBI-137/pkg-plist2
-rw-r--r--databases/p5-DBI/Makefile3
-rw-r--r--databases/p5-DBI/distinfo2
-rw-r--r--databases/p5-DBI/pkg-plist2
6 files changed, 10 insertions, 4 deletions
diff --git a/databases/p5-DBI-137/Makefile b/databases/p5-DBI-137/Makefile
index c687ab6..62242ca 100644
--- a/databases/p5-DBI-137/Makefile
+++ b/databases/p5-DBI-137/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= DBI
-PORTVERSION= 1.13
+PORTVERSION= 1.14
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DBI
@@ -22,6 +22,7 @@ MAN1= dbiproxy.1 \
dbish.1
MAN3= Bundle::DBI.3 \
DBD::ADO.3 \
+ DBD::Multiplex.3 \
DBD::Proxy.3 \
DBI.3 \
DBI::DBD.3 \
diff --git a/databases/p5-DBI-137/distinfo b/databases/p5-DBI-137/distinfo
index 1c33bef..8501dcd 100644
--- a/databases/p5-DBI-137/distinfo
+++ b/databases/p5-DBI-137/distinfo
@@ -1 +1 @@
-MD5 (DBI-1.13.tar.gz) = cef6c295a31b90deaff412346d33e021
+MD5 (DBI-1.14.tar.gz) = a2d1dbf5cd083e08861bc596e3892bdb
diff --git a/databases/p5-DBI-137/pkg-plist b/databases/p5-DBI-137/pkg-plist
index 1b2abb7..04378cd 100644
--- a/databases/p5-DBI-137/pkg-plist
+++ b/databases/p5-DBI-137/pkg-plist
@@ -4,6 +4,7 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBI.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Bundle/DBI.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBD/ADO.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBD/ExampleP.pm
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBD/Multiplex.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBD/NullP.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBD/Proxy.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBD/Sponge.pm
@@ -20,6 +21,7 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBI/DBIXS.h
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBI/Driver.xst
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBI/dbd_xsh.h
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBI/dbi_sql.h
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBI/dbipport.h
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBI/.packlist
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBI
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBD
diff --git a/databases/p5-DBI/Makefile b/databases/p5-DBI/Makefile
index c687ab6..62242ca 100644
--- a/databases/p5-DBI/Makefile
+++ b/databases/p5-DBI/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= DBI
-PORTVERSION= 1.13
+PORTVERSION= 1.14
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DBI
@@ -22,6 +22,7 @@ MAN1= dbiproxy.1 \
dbish.1
MAN3= Bundle::DBI.3 \
DBD::ADO.3 \
+ DBD::Multiplex.3 \
DBD::Proxy.3 \
DBI.3 \
DBI::DBD.3 \
diff --git a/databases/p5-DBI/distinfo b/databases/p5-DBI/distinfo
index 1c33bef..8501dcd 100644
--- a/databases/p5-DBI/distinfo
+++ b/databases/p5-DBI/distinfo
@@ -1 +1 @@
-MD5 (DBI-1.13.tar.gz) = cef6c295a31b90deaff412346d33e021
+MD5 (DBI-1.14.tar.gz) = a2d1dbf5cd083e08861bc596e3892bdb
diff --git a/databases/p5-DBI/pkg-plist b/databases/p5-DBI/pkg-plist
index 1b2abb7..04378cd 100644
--- a/databases/p5-DBI/pkg-plist
+++ b/databases/p5-DBI/pkg-plist
@@ -4,6 +4,7 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBI.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Bundle/DBI.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBD/ADO.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBD/ExampleP.pm
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBD/Multiplex.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBD/NullP.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBD/Proxy.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBD/Sponge.pm
@@ -20,6 +21,7 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBI/DBIXS.h
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBI/Driver.xst
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBI/dbd_xsh.h
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBI/dbi_sql.h
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBI/dbipport.h
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBI/.packlist
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBI
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBD
OpenPOWER on IntegriCloud