FreeBSD Bugzilla – Attachment 30927 Details for
Bug 51787
(update) databases/p5-DBIx-Tree
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
p5-DBIx-Tree-1.9.diff
p5-DBIx-Tree-1.9.diff (text/plain), 3.67 KB, created by
Mathieu Arnold
on 2003-05-05 12:00:24 UTC
(
hide
)
Description:
p5-DBIx-Tree-1.9.diff
Filename:
MIME Type:
Creator:
Mathieu Arnold
Created:
2003-05-05 12:00:24 UTC
Size:
3.67 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/databases/p5-DBIx-Tree/Makefile,v >retrieving revision 1.2 >diff -u -d -b -w -r1.2 Makefile >--- Makefile 2003/02/21 11:15:02 1.2 >+++ Makefile 2003/05/05 10:49:07 >@@ -6,7 +6,7 @@ > # > > PORTNAME= DBIx-Tree >-PORTVERSION= 0.91 >+PORTVERSION= 1.9 > CATEGORIES= databases perl5 > MASTER_SITES= ${MASTER_SITE_PERL_CPAN} > MASTER_SITE_SUBDIR= DBIx >@@ -15,12 +15,10 @@ > MAINTAINER= philip@p6m7g8.com > COMMENT= Perl module for generating a tree from a self-referential table > >-BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI >+BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI > > PERL_CONFIGURE= yes >-IS_INTERACTIVE= yes > > MAN3= DBIx::Tree.3 >-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} > > .include <bsd.port.mk> >Index: distinfo >=================================================================== >RCS file: /home/ncvs/ports/databases/p5-DBIx-Tree/distinfo,v >retrieving revision 1.1 >diff -u -d -b -w -r1.1 distinfo >--- distinfo 2003/02/05 02:24:52 1.1 >+++ distinfo 2003/05/05 10:49:07 >@@ -1 +1 @@ >-MD5 (DBIx-Tree-0.91.tar.gz) = 945d2229738c525dc09b838690a2ce42 >+MD5 (DBIx-Tree-1.9.tar.gz) = 26488d5d883155db3e623c83de2ad55d >Index: pkg-descr >=================================================================== >RCS file: /home/ncvs/ports/databases/p5-DBIx-Tree/pkg-descr,v >retrieving revision 1.1 >diff -u -d -b -w -r1.1 pkg-descr >--- pkg-descr 2003/02/05 02:24:52 1.1 >+++ pkg-descr 2003/05/05 10:49:07 >@@ -3,6 +3,6 @@ > ing there are no horribly broken nodes in your tree and (heaven forbid) > any circular references > >-WWW: http://search.cpan.org/search?dist=DBIx-Tree >+WWW: http://search.cpan.org/dist/DBIx-Tree/ > > Philip M. Gollucci <philip@p6m7g8.com> >Index: pkg-plist >=================================================================== >RCS file: /home/ncvs/ports/databases/p5-DBIx-Tree/pkg-plist,v >retrieving revision 1.1 >diff -u -d -b -w -r1.1 pkg-plist >--- pkg-plist 2003/02/05 02:24:52 1.1 >+++ pkg-plist 2003/05/05 10:49:07 >@@ -1,9 +1,8 @@ >-lib/perl5/site_perl/%%PERL_VER%%/auto/DBIx/Tree/autosplit.ix >-@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/DBIx/Tree >-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBIx/Tree/.packlist >-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBIx/Tree >-lib/perl5/site_perl/%%PERL_VER%%/DBIx/Tree.pm >-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/mach/auto/DBIx 2>/dev/null || true >-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/DBIx 2>/dev/null || true >-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/DBIx 2>/dev/null || true >- >+%%SITE_PERL%%/DBIx/Tree.pm >+%%SITE_PERL%%/auto/DBIx/Tree/autosplit.ix >+%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Tree/.packlist >+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Tree >+@dirrm %%SITE_PERL%%/auto/DBIx/Tree >+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx 2>/dev/null || true >+@unexec rmdir %D/%%SITE_PERL%%/auto/DBIx 2>/dev/null || true >+@unexec rmdir %D/%%SITE_PERL%%/DBIx 2>/dev/null || true >Index: files/patch-Makefile.PL >=================================================================== >RCS file: patch-Makefile.PL >diff -N patch-Makefile.PL >--- /dev/null Mon May 5 03:21:47 2003 >+++ patch-Makefile.PL Mon May 5 05:49:07 2003 >@@ -0,0 +1,14 @@ >+--- Makefile.PL.orig Fri Feb 14 22:55:27 2003 >++++ Makefile.PL Mon May 5 12:43:19 2003 >+@@ -10,11 +10,3 @@ >+ } >+ ); >+ >+-$connstr = prompt ("DBI Connection String?", "DBI:mysql:test"); >+-$userid = prompt ("User ID?", ""); >+-$passwd = prompt ("Password?", ""); >+- >+-open(PWD, ">PWD") || die "Could not open PWD for writing!"; >+-print PWD $connstr, "\n"; >+-print PWD $userid, "\n"; >+-print PWD $passwd, "\n";
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 51787
: 30927