ports/51787: (update) databases/p5-DBIx-Tree

Mathieu Arnold m at absolight.net
Mon May 5 11:00:26 UTC 2003


>Number:         51787
>Category:       ports
>Synopsis:       (update) databases/p5-DBIx-Tree
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 05 04:00:24 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Mathieu Arnold
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
Absolight
>Environment:
System: FreeBSD aragorn.reaumur.absolight.net 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Thu Apr 10 13:45:07 CEST 2003 root at aragorn.reaumur.absolight.net:/usr/obj/usr/src/sys/ARAGORN i386


	
>Description:
Update to 1.9
Remove IS_INTERACTIVE as the information gathered is only used when "make test"
	
>How-To-Repeat:
	
>Fix:
I'm not sure wether the port version should be 1.9 or 1.90 in case the version
is bumped to 1.91 one day.

	

--- p5-DBIx-Tree-1.9.diff begins here ---
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 at 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 at 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
- at dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/DBIx/Tree
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBIx/Tree/.packlist
- at dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBIx/Tree
-lib/perl5/site_perl/%%PERL_VER%%/DBIx/Tree.pm
- at unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/mach/auto/DBIx 2>/dev/null || true
- at unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/DBIx 2>/dev/null || true
- at 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
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Tree
+ at dirrm %%SITE_PERL%%/auto/DBIx/Tree
+ at unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx 2>/dev/null || true
+ at unexec rmdir %D/%%SITE_PERL%%/auto/DBIx 2>/dev/null || true
+ at 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";
--- p5-DBIx-Tree-1.9.diff ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list