Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Jul 2006 07:00:10 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        hideo@lastamericanempire.com, gslin@gslin.org
Subject:   ports/100316: [PATCH] databases/p5-Rose-DB: update to 0.72.1
Message-ID:  <20060714230010.A15D5306@netnews.NCTU.edu.tw>
Resent-Message-ID: <200607142300.k6EN0htC037050@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         100316
>Category:       ports
>Synopsis:       [PATCH] databases/p5-Rose-DB: update to 0.72.1
>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:00:42 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.72.1

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

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

--- p5-Rose-DB-0.72.1,1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/databases/p5-Rose-DB/Makefile /home/staff/gslin/work/p5-Rose-DB/Makefile
--- /usr/ports/databases/p5-Rose-DB/Makefile	Sun Jul  2 03:10:48 2006
+++ /home/staff/gslin/work/p5-Rose-DB/Makefile	Sat Jul 15 06:59:40 2006
@@ -6,42 +6,39 @@
 #
 
 PORTNAME=	Rose-DB
-PORTVERSION=	0.72
+PORTVERSION=	0.72.1
 PORTEPOCH=	1
 CATEGORIES=	databases perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Rose
 PKGNAMEPREFIX=	p5-
+DISTNAME=	${PORTNAME}-0.721
 
 MAINTAINER=	hideo@lastamericanempire.com
 COMMENT=	A DBI wrapper and abstraction layer
 
-BUILD_DEPENDS=	${SITE_PERL}/Rose/DateTime/Util.pm:${PORTSDIR}/devel/p5-Rose-DateTime \
-		${SITE_PERL}/${PERL_ARCH}/Bit/Vector/Overload.pm:${PORTSDIR}/math/p5-Bit-Vector \
+BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Bit/Vector/Overload.pm:${PORTSDIR}/math/p5-Bit-Vector \
+		${SITE_PERL}/${PERL_ARCH}/DateTime/Duration.pm:${PORTSDIR}/devel/p5-DateTime \
 		${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \
 		${SITE_PERL}/DateTime/Format/MySQL.pm:${PORTSDIR}/devel/p5-DateTime-Format-MySQL \
 		${SITE_PERL}/DateTime/Format/Pg.pm:${PORTSDIR}/devel/p5-DateTime-Format-Pg \
+		${SITE_PERL}/Rose/DateTime/Util.pm:${PORTSDIR}/devel/p5-Rose-DateTime \
+		${SITE_PERL}/Rose/Object.pm:${PORTSDIR}/devel/p5-Rose-Object \
     		${SITE_PERL}/Time/Clock.pm:${PORTSDIR}/devel/p5-Time-Clock
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
-MAN3=	Rose::DB.3 \
-	Rose::DB::Constants.3 \
-	Rose::DB::Generic.3 \
-	Rose::DB::Informix.3 \
-	Rose::DB::MySQL.3 \
-	Rose::DB::Oracle.3 \
-	Rose::DB::Pg.3 \
-	Rose::DB::Registry.3 \
-	Rose::DB::Registry::Entry.3 \
-	Rose::DB::SQLite.3 \
-	Rose::DB::Tutorial.3
+MAN3=		Rose::DB.3 Rose::DB::Constants.3 Rose::DB::Generic.3 \
+	       	Rose::DB::Informix.3 Rose::DB::MySQL.3 Rose::DB::Oracle.3 \
+	       	Rose::DB::Pg.3 Rose::DB::Registry.3 \
+	       	Rose::DB::Registry::Entry.3 Rose::DB::SQLite.3 \
+	       	Rose::DB::Tutorial.3
 
 .include <bsd.port.pre.mk>
 
-.if ${PERL_LEVEL} < 500600
-IGNORE=	requires perl 5.6 or later. Install lang/perl5 then try again
+.if ${PERL_LEVEL} < 500600	# Inherited from almost all dependencies
+IGNORE=		requires perl 5.6 or later. Install lang/perl5 then try again
 .endif
 
 .include <bsd.port.post.mk>
diff -ruN --exclude=CVS /usr/ports/databases/p5-Rose-DB/distinfo /home/staff/gslin/work/p5-Rose-DB/distinfo
--- /usr/ports/databases/p5-Rose-DB/distinfo	Sun Jul  2 03:10:48 2006
+++ /home/staff/gslin/work/p5-Rose-DB/distinfo	Sat Jul 15 06:50:58 2006
@@ -1,3 +1,3 @@
-MD5 (Rose-DB-0.72.tar.gz) = 56037e4af988a532a1ec31c8289be118
-SHA256 (Rose-DB-0.72.tar.gz) = f2c6d4eb885fe7b496bb6fb77bcfaa3793925b59a4d336e7f5f41c6f194a02d9
-SIZE (Rose-DB-0.72.tar.gz) = 75603
+MD5 (Rose-DB-0.721.tar.gz) = a4b876cca1698f085b6c70983cfd1cc9
+SHA256 (Rose-DB-0.721.tar.gz) = caf10d078aea59a81008d27f3302823d78b4744889e4dd00a7d88fe96de0100a
+SIZE (Rose-DB-0.721.tar.gz) = 75965
diff -ruN --exclude=CVS /usr/ports/databases/p5-Rose-DB/pkg-plist /home/staff/gslin/work/p5-Rose-DB/pkg-plist
--- /usr/ports/databases/p5-Rose-DB/pkg-plist	Sat Jun 10 18:46:49 2006
+++ /home/staff/gslin/work/p5-Rose-DB/pkg-plist	Sat Jul 15 06:51:35 2006
@@ -1,3 +1,5 @@
+@comment $FreeBSD$
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Rose/DB/.packlist
 %%SITE_PERL%%/Rose/DB.pm
 %%SITE_PERL%%/Rose/DB/Constants.pm
 %%SITE_PERL%%/Rose/DB/Generic.pm
@@ -9,9 +11,8 @@
 %%SITE_PERL%%/Rose/DB/Registry/Entry.pm
 %%SITE_PERL%%/Rose/DB/SQLite.pm
 %%SITE_PERL%%/Rose/DB/Tutorial.pod
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Rose/DB/.packlist
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Rose/DB
-@dirrmtry %%SITE_PERL%%/Rose/DB/Registry
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Rose
+@dirrmtry %%SITE_PERL%%/Rose/DB/Registry
 @dirrmtry %%SITE_PERL%%/Rose/DB
 @dirrmtry %%SITE_PERL%%/Rose
--- p5-Rose-DB-0.72.1,1.patch ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060714230010.A15D5306>