Index: head/databases/p5-DBI/Makefile =================================================================== --- head/databases/p5-DBI/Makefile (revision 55062) +++ head/databases/p5-DBI/Makefile (revision 55063) @@ -1,35 +1,35 @@ # New ports collection makefile for: p5-DBI # Date created: October 17th 1996 # Whom: James FitzGibbon # # $FreeBSD$ # PORTNAME= DBI -PORTVERSION= 1.20 +PORTVERSION= 1.21 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DBI PKGNAMEPREFIX= p5- MAINTAINER= vanilla@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/RPC/PlServer.pm:${PORTSDIR}/net/p5-PlRPC PERL_CONFIGURE= yes MAN1= dbiproxy.1 \ dbish.1 MAN3= Bundle::DBI.3 \ DBD::Proxy.3 \ DBI.3 \ DBI::DBD.3 \ DBI::FAQ.3 \ DBI::Format.3 \ DBI::ProxyServer.3 \ DBI::Shell.3 \ DBI::W32ODBC.3 \ Win32::DBIODBC.3 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} .include Property changes on: head/databases/p5-DBI/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.35 \ No newline at end of property +1.36 \ No newline at end of property Index: head/databases/p5-DBI/distinfo =================================================================== --- head/databases/p5-DBI/distinfo (revision 55062) +++ head/databases/p5-DBI/distinfo (revision 55063) @@ -1 +1 @@ -MD5 (DBI-1.20.tar.gz) = 71002061526134cb4e0417e47a6b5b66 +MD5 (DBI-1.21.tar.gz) = c781eee2559de5e4a72e28a8120cb1d9 Property changes on: head/databases/p5-DBI/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.18 \ No newline at end of property +1.19 \ No newline at end of property Index: head/databases/p5-DBI/pkg-plist =================================================================== --- head/databases/p5-DBI/pkg-plist (revision 55062) +++ head/databases/p5-DBI/pkg-plist (revision 55063) @@ -1,28 +1,29 @@ bin/dbiproxy bin/dbish 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/ExampleP.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 +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBI/Changes.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBI/DBD.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBI/FAQ.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBI/Format.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBI/ProxyServer.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBI/Shell.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBI/W32ODBC.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Win32/DBIODBC.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBI/DBI.bs lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBI/DBI.so 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 @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBI @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Bundle 2>/dev/null || true @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Win32 2>/dev/null || true Property changes on: head/databases/p5-DBI/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/databases/p5-DBI-137/Makefile =================================================================== --- head/databases/p5-DBI-137/Makefile (revision 55062) +++ head/databases/p5-DBI-137/Makefile (revision 55063) @@ -1,35 +1,35 @@ # New ports collection makefile for: p5-DBI # Date created: October 17th 1996 # Whom: James FitzGibbon # # $FreeBSD$ # PORTNAME= DBI -PORTVERSION= 1.20 +PORTVERSION= 1.21 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DBI PKGNAMEPREFIX= p5- MAINTAINER= vanilla@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/RPC/PlServer.pm:${PORTSDIR}/net/p5-PlRPC PERL_CONFIGURE= yes MAN1= dbiproxy.1 \ dbish.1 MAN3= Bundle::DBI.3 \ DBD::Proxy.3 \ DBI.3 \ DBI::DBD.3 \ DBI::FAQ.3 \ DBI::Format.3 \ DBI::ProxyServer.3 \ DBI::Shell.3 \ DBI::W32ODBC.3 \ Win32::DBIODBC.3 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} .include Property changes on: head/databases/p5-DBI-137/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.35 \ No newline at end of property +1.36 \ No newline at end of property Index: head/databases/p5-DBI-137/distinfo =================================================================== --- head/databases/p5-DBI-137/distinfo (revision 55062) +++ head/databases/p5-DBI-137/distinfo (revision 55063) @@ -1 +1 @@ -MD5 (DBI-1.20.tar.gz) = 71002061526134cb4e0417e47a6b5b66 +MD5 (DBI-1.21.tar.gz) = c781eee2559de5e4a72e28a8120cb1d9 Property changes on: head/databases/p5-DBI-137/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.18 \ No newline at end of property +1.19 \ No newline at end of property Index: head/databases/p5-DBI-137/pkg-plist =================================================================== --- head/databases/p5-DBI-137/pkg-plist (revision 55062) +++ head/databases/p5-DBI-137/pkg-plist (revision 55063) @@ -1,28 +1,29 @@ bin/dbiproxy bin/dbish 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/ExampleP.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 +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBI/Changes.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBI/DBD.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBI/FAQ.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBI/Format.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBI/ProxyServer.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBI/Shell.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBI/W32ODBC.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Win32/DBIODBC.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBI/DBI.bs lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBI/DBI.so 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 @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBI @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Bundle 2>/dev/null || true @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Win32 2>/dev/null || true Property changes on: head/databases/p5-DBI-137/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property