Skip site navigation (1)Skip section navigation (2)
Date:      Fri,  6 Jan 2012 14:16:07 +0800 (CST)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        cm@therek.net
Subject:   ports/163852: [PATCH] databases/p5-ORLite: update to 1.51
Message-ID:  <20120106061607.905514ADA@sunpoet.net>
Resent-Message-ID: <201201060620.q066K8bW052767@freefall.freebsd.org>

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

>Number:         163852
>Category:       ports
>Synopsis:       [PATCH] databases/p5-ORLite: update to 1.51
>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 Jan 06 06:20:07 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 9.0-PRERELEASE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 9.0-PRERELEASE FreeBSD 9.0-PRERELEASE #0: Sat Dec 24 06:18:22 CST 2011
>Description:
- Update to 1.51
- Add TEST_DEPENDS
- Pet portlint

Port maintainer (cm@therek.net) is cc'd.

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

--- p5-ORLite-1.51.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/p5-ORLite/Makefile,v
retrieving revision 1.12
diff -u -u -r1.12 Makefile
--- Makefile	8 Sep 2011 08:36:30 -0000	1.12
+++ Makefile	6 Jan 2012 06:15:48 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	ORLite
-PORTVERSION=	1.47
+PORTVERSION=	1.51
 CATEGORIES=	databases perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:ADAMK
@@ -16,13 +16,27 @@
 COMMENT=	Perl5 extremely light weight SQLite-specific ORM
 
 BUILD_DEPENDS=	p5-DBI>=1.60.7:${PORTSDIR}/databases/p5-DBI \
-		p5-DBD-SQLite>=1.25:${PORTSDIR}/databases/p5-DBD-SQLite \
+		p5-DBD-SQLite>=1.27:${PORTSDIR}/databases/p5-DBD-SQLite \
 		p5-File-Remove>=1.40:${PORTSDIR}/devel/p5-File-Remove \
 		p5-Params-Util>=0.33:${PORTSDIR}/devel/p5-Params-Util
-RUN_DEPENDS=	${BUILD_DEPENDS}
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	YES
+TEST_DEPENDS=	p5-Test-Script>=1.06:${PORTSDIR}/devel/p5-Test-Script
+
+PERL_CONFIGURE=	yes
 
 MAN3=		ORLite.3
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 501001
+BUILD_DEPENDS+=	p5-File-Temp>=0.20:${PORTSDIR}/devel/p5-File-Temp
+RUN_DEPENDS+=	p5-File-Temp>=0.20:${PORTSDIR}/devel/p5-File-Temp
+.endif
+
+.if ${PERL_LEVEL} < 501200
+BUILD_DEPENDS+=	p5-File-Path>=2.08:${PORTSDIR}/devel/p5-File-Path
+RUN_DEPENDS+=	p5-File-Path>=2.08:${PORTSDIR}/devel/p5-File-Path
+.endif
+
+.include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/databases/p5-ORLite/distinfo,v
retrieving revision 1.11
diff -u -u -r1.11 distinfo
--- distinfo	21 Dec 2010 03:07:00 -0000	1.11
+++ distinfo	6 Jan 2012 06:15:48 -0000
@@ -1,2 +1,2 @@
-SHA256 (ORLite-1.47.tar.gz) = ccddb1488b8d8695e963af3f26846a13fd6ecf2c10fdec8487cb09788f147405
-SIZE (ORLite-1.47.tar.gz) = 58673
+SHA256 (ORLite-1.51.tar.gz) = d31380c050cd2f50f3d72262a62917d4d0db4524427cb733807cd0da5b41d026
+SIZE (ORLite-1.51.tar.gz) = 62175
--- p5-ORLite-1.51.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?20120106061607.905514ADA>