From sunpoet@sunpoet.net  Fri Jan  6 06:16:26 2012
Return-Path: <sunpoet@sunpoet.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id B7C5F106566B
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  6 Jan 2012 06:16:26 +0000 (UTC)
	(envelope-from sunpoet@sunpoet.net)
Received: from sunpoet.net (sunpoet.net [220.133.12.240])
	by mx1.freebsd.org (Postfix) with ESMTP id 822328FC0A
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  6 Jan 2012 06:16:26 +0000 (UTC)
Received: by sunpoet.net (Postfix, from userid 1000)
	id 905514ADA; Fri,  6 Jan 2012 14:16:07 +0800 (CST)
Message-Id: <20120106061607.905514ADA@sunpoet.net>
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: [PATCH] databases/p5-ORLite: update to 1.51
X-Send-Pr-Version: 3.113
X-GNATS-Notify: cm@therek.net

>Number:         163852
>Category:       ports
>Synopsis:       [PATCH] databases/p5-ORLite: update to 1.51
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 06 06:20:07 UTC 2012
>Closed-Date:    Sat Jan 07 20:55:05 UTC 2012
>Last-Modified:  Sat Jan  7 21:00:24 UTC 2012
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Jan 6 06:20:17 UTC 2012 
Responsible-Changed-Why:  
perl@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=163852 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Fri Jan 6 06:20:20 UTC 2012 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=163852 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: cm@therek.net
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/163852: [PATCH] databases/p5-ORLite: update to 1.51
Date: Fri, 6 Jan 2012 06:20:19 UT

 Maintainer of databases/p5-ORLite,
 
 Please note that PR ports/163852 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/163852
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: perl->sunpoet 
Responsible-Changed-By: sunpoet 
Responsible-Changed-When: Fri Jan 6 06:55:01 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=163852 

From: Cezary Morga <cm@therek.net>
To: bug-followup@FreeBSD.ORG
Cc:  
Subject: Re: ports/163852: [PATCH] databases/p5-ORLite: update to 1.51
Date: Fri, 06 Jan 2012 23:36:19 +0100

 Approve.
 
 -- 
 Cezary Morga
 
State-Changed-From-To: feedback->closed 
State-Changed-By: sunpoet 
State-Changed-When: Sat Jan 7 20:55:04 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=163852 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/163852: commit references a PR
Date: Sat,  7 Jan 2012 20:55:07 +0000 (UTC)

 sunpoet     2012-01-07 20:54:51 UTC
 
   FreeBSD ports repository
 
   Modified files:
     databases/p5-ORLite  Makefile distinfo 
   Log:
   - Update to 1.51
   - Add TEST_DEPENDS
   - Pet portlint
   
   Changes:        http://search.cpan.org/dist/ORLite/Changes
   PR:             ports/163852
   Submitted by:   sunpoet (myself)
   Approved by:    Cezary Morga <cm@therek.net> (maintainer)
   
   Revision  Changes    Path
   1.13      +19 -5     ports/databases/p5-ORLite/Makefile
   1.12      +2 -2      ports/databases/p5-ORLite/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
