ports/100317: [PATCH] databases/p5-Rose-DB-Object: update to 0.741

Gea-Suan Lin gslin at gslin.org
Fri Jul 14 23:30:15 UTC 2006


>Number:         100317
>Category:       ports
>Synopsis:       [PATCH] databases/p5-Rose-DB-Object: update to 0.741
>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:   Fri Jul 14 23:30:14 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006
>Description:
- Update to 0.741

Port maintainer (hideo at lastamericanempire.com) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-Rose-DB-Object-0.741,1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/databases/p5-Rose-DB-Object/Makefile /home/staff/gslin/work/p5-Rose-DB-Object/Makefile
--- /usr/ports/databases/p5-Rose-DB-Object/Makefile	Sun Jul  2 03:10:48 2006
+++ /home/staff/gslin/work/p5-Rose-DB-Object/Makefile	Sat Jul 15 07:19:18 2006
@@ -6,48 +6,35 @@
 #
 
 PORTNAME=	Rose-DB-Object
-PORTVERSION=	0.740
+PORTVERSION=	0.741
 PORTEPOCH=	1
 CATEGORIES=	databases perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Rose
 PKGNAMEPREFIX=	p5-
-DISTNAME=	${PORTNAME}-${PORTVERSION:C/0+$//}
 
 MAINTAINER=	hideo at lastamericanempire.com
 COMMENT=	Extensible, high performance RDBMS-OO mapper
 
-BUILD_DEPENDS=	p5-Rose-DB>=0.72,1:${PORTSDIR}/databases/p5-Rose-DB \
-		${SITE_PERL}/${PERL_ARCH}/Clone.pm:${PORTSDIR}/devel/p5-Clone \
-		${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
+BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Clone.pm:${PORTSDIR}/devel/p5-Clone \
+		${SITE_PERL}/Rose/DB.pm:${PORTSDIR}/databases/p5-Rose-DB
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
-OPTIONS=	FAST_CLONE	"use Scalar::Util::Clone (requires perl5.8+)"	off
+OPTIONS=	FAST_CLONE "use Scalar::Util::Clone (requires perl5.8+)" off
 
-.include <bsd.port.pre.mk>
-
-.if defined(WITH_FAST_CLONE)
-RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Scalar/Util/Clone.pm:${PORTSDIR}/devel/p5-Scalar-Util-Clone
-.endif
-
-MAN3=	Rose::DB::Object.3 \
-	Rose::DB::Object::Cached.3 \
+MAN3=	Rose::DB::Object.3 Rose::DB::Object::Cached.3 \
 	Rose::DB::Object::ConventionManager.3 \
 	Rose::DB::Object::ConventionManager::Null.3 \
-	Rose::DB::Object::Helpers.3 \
-	Rose::DB::Object::Iterator.3 \
-	Rose::DB::Object::Loader.3 \
-	Rose::DB::Object::MakeMethods::BigNum.3 \
+	Rose::DB::Object::Helpers.3 Rose::DB::Object::Iterator.3 \
+	Rose::DB::Object::Loader.3 Rose::DB::Object::MakeMethods::BigNum.3 \
 	Rose::DB::Object::MakeMethods::Date.3 \
 	Rose::DB::Object::MakeMethods::Generic.3 \
 	Rose::DB::Object::MakeMethods::Pg.3 \
 	Rose::DB::Object::MakeMethods::Std.3 \
-	Rose::DB::Object::MakeMethods::Time.3 \
-	Rose::DB::Object::Manager.3 \
-	Rose::DB::Object::Metadata.3 \
-	Rose::DB::Object::Metadata::Column.3 \
+	Rose::DB::Object::MakeMethods::Time.3 Rose::DB::Object::Manager.3 \
+	Rose::DB::Object::Metadata.3 Rose::DB::Object::Metadata::Column.3 \
 	Rose::DB::Object::Metadata::Column::Array.3 \
 	Rose::DB::Object::Metadata::Column::BigInt.3 \
 	Rose::DB::Object::Metadata::Column::BigSerial.3 \
@@ -88,17 +75,27 @@
 	Rose::DB::Object::Metadata::Relationship::ManyToOne.3 \
 	Rose::DB::Object::Metadata::Relationship::OneToMany.3 \
 	Rose::DB::Object::Metadata::Relationship::OneToOne.3 \
-	Rose::DB::Object::Metadata::UniqueKey.3 \
-	Rose::DB::Object::MixIn.3 \
-	Rose::DB::Object::QueryBuilder.3 \
-	Rose::DB::Object::Std.3 \
-	Rose::DB::Object::Std::Cached.3 \
-	Rose::DB::Object::Std::Metadata.3 \
-	Rose::DB::Object::Tutorial.3 \
-	Rose::DB::Object::Util.3
+	Rose::DB::Object::Metadata::UniqueKey.3 Rose::DB::Object::MixIn.3 \
+	Rose::DB::Object::QueryBuilder.3 Rose::DB::Object::Std.3 \
+	Rose::DB::Object::Std::Cached.3 Rose::DB::Object::Std::Metadata.3 \
+	Rose::DB::Object::Tutorial.3 Rose::DB::Object::Util.3
+
+.include <bsd.port.pre.mk>
 
 .if ${PERL_LEVEL} < 500600
-IGNORE=	requires perl 5.6 or later. Install lang/perl5 then try again
+IGNORE=		requires perl 5.6 or later. Install lang/perl5.8 then try again
+.endif
+
+.if defined(WITH_FAST_CLONE)
+.if ${PERL_LEVEL} < 500800
+IGNORE=		requires perl 5.8 or later. Install lang/perl5.8 then try again
+.else
+BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Scalar/Util/Clone.pm:${PORTSDIR}/devel/p5-Scalar-Util-Clone
+.endif
+.else
+.if ${PERL_LEVEL} < 500702
+BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
+.endif
 .endif
 
 .include <bsd.port.post.mk>
diff -ruN --exclude=CVS /usr/ports/databases/p5-Rose-DB-Object/distinfo /home/staff/gslin/work/p5-Rose-DB-Object/distinfo
--- /usr/ports/databases/p5-Rose-DB-Object/distinfo	Sun Jul  2 03:10:48 2006
+++ /home/staff/gslin/work/p5-Rose-DB-Object/distinfo	Sat Jul 15 07:17:22 2006
@@ -1,3 +1,3 @@
-MD5 (Rose-DB-Object-0.74.tar.gz) = 34fc28ebf3f6b9d21978410122d220e6
-SHA256 (Rose-DB-Object-0.74.tar.gz) = 2e601c1f7c67be3a31e9e3de7ea8e00a068cd1e5e1313016d4fb523c897b0fa2
-SIZE (Rose-DB-Object-0.74.tar.gz) = 420282
+MD5 (Rose-DB-Object-0.741.tar.gz) = 40121960e67fbee66974e6eb62f39917
+SHA256 (Rose-DB-Object-0.741.tar.gz) = 695da54034e113589f02af3582c11d47cc05671dc9d18271b4bdbbd70dcaf847
+SIZE (Rose-DB-Object-0.741.tar.gz) = 423192
diff -ruN --exclude=CVS /usr/ports/databases/p5-Rose-DB-Object/pkg-plist /home/staff/gslin/work/p5-Rose-DB-Object/pkg-plist
--- /usr/ports/databases/p5-Rose-DB-Object/pkg-plist	Sun Jul  2 03:10:48 2006
+++ /home/staff/gslin/work/p5-Rose-DB-Object/pkg-plist	Sat Jul 15 07:18:00 2006
@@ -1,3 +1,5 @@
+ at comment $FreeBSD$
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Rose/DB/Object/.packlist
 %%SITE_PERL%%/Rose/DB/Object.pm
 %%SITE_PERL%%/Rose/DB/Object/Cached.pm
 %%SITE_PERL%%/Rose/DB/Object/Constants.pm
@@ -73,7 +75,9 @@
 %%SITE_PERL%%/Rose/DB/Object/Std/Metadata.pm
 %%SITE_PERL%%/Rose/DB/Object/Tutorial.pod
 %%SITE_PERL%%/Rose/DB/Object/Util.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Rose/DB/Object/.packlist
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Rose/DB/Object
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Rose/DB
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Rose
 @dirrmtry %%SITE_PERL%%/Rose/DB/Object/Metadata/Relationship
 @dirrmtry %%SITE_PERL%%/Rose/DB/Object/Metadata/Column/Epoch
 @dirrmtry %%SITE_PERL%%/Rose/DB/Object/Metadata/Column/Pg
@@ -81,11 +85,8 @@
 @dirrmtry %%SITE_PERL%%/Rose/DB/Object/Metadata/Column
 @dirrmtry %%SITE_PERL%%/Rose/DB/Object/Metadata/Auto
 @dirrmtry %%SITE_PERL%%/Rose/DB/Object/MakeMethods
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Rose/DB/Object
 @dirrmtry %%SITE_PERL%%/Rose/DB/Object/Metadata
 @dirrmtry %%SITE_PERL%%/Rose/DB/Object/Std
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Rose/DB
 @dirrmtry %%SITE_PERL%%/Rose/DB/Object
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Rose
 @dirrmtry %%SITE_PERL%%/Rose/DB
 @dirrmtry %%SITE_PERL%%/Rose
--- p5-Rose-DB-Object-0.741,1.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list