From gslin@netnews.NCTU.edu.tw  Wed Jul 19 02:29:05 2006
Return-Path: <gslin@netnews.NCTU.edu.tw>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E313216A4DE
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 19 Jul 2006 02:29:05 +0000 (UTC)
	(envelope-from gslin@netnews.NCTU.edu.tw)
Received: from netnews.NCTU.edu.tw (ccreader.nctu.edu.tw [140.113.54.119])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 94B9A43D45
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 19 Jul 2006 02:29:05 +0000 (GMT)
	(envelope-from gslin@netnews.NCTU.edu.tw)
Received: by netnews.NCTU.edu.tw (Postfix, from userid 1000)
	id 6EE9CE0; Wed, 19 Jul 2006 10:29:03 +0800 (CST)
Message-Id: <20060719022903.6EE9CE0@netnews.NCTU.edu.tw>
Date: Wed, 19 Jul 2006 10:29:03 +0800 (CST)
From: Gea-Suan Lin <gslin@gslin.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: ports@rbt.ca, gslin@gslin.org
Subject: [PATCH] databases/p5-Exception-Class-DBI: update to 0.95
X-Send-Pr-Version: 3.113
X-GNATS-Notify: ports@rbt.ca

>Number:         100505
>Category:       ports
>Synopsis:       [PATCH] databases/p5-Exception-Class-DBI: update to 0.95
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    clsung
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 19 02:30:14 GMT 2006
>Closed-Date:    Wed Aug 30 01:32:14 GMT 2006
>Last-Modified:  Wed Aug 30 01:32:14 GMT 2006
>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.95
- Using PERL_MODBUILD will add entries to BUILD_DEPENDS.
  So we should not specify BUILD_DEPENDS and set RUN_DEPENDS=BUILD_DEPENDS.
  Instead, we should specify RUN_DEPENDS and set BUILD_DEPENDS=RUN_DEPENDS.
- Add $FreeBSD$ to pkg-plist.

Port maintainer (ports@rbt.ca) is cc'd.

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

--- p5-Exception-Class-DBI-0.95.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/databases/p5-Exception-Class-DBI/Makefile /home/staff/gslin/work/p5-Exception-Class-DBI/Makefile
--- /usr/ports/databases/p5-Exception-Class-DBI/Makefile	Sat Jun 17 03:16:37 2006
+++ /home/staff/gslin/work/p5-Exception-Class-DBI/Makefile	Wed Jul 19 10:25:02 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Exception-Class-DBI
-PORTVERSION=	0.93
+PORTVERSION=	0.95
 CATEGORIES=	databases perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Exception
@@ -15,9 +15,8 @@
 MAINTAINER=	ports@rbt.ca
 COMMENT=	DBI Exception objects
 
-BUILD_DEPENDS=	${SITE_PERL}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class \
+RUN_DEPENDS=	${SITE_PERL}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class \
 		${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
-RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_MODBUILD=	yes
 
diff -ruN --exclude=CVS /usr/ports/databases/p5-Exception-Class-DBI/distinfo /home/staff/gslin/work/p5-Exception-Class-DBI/distinfo
--- /usr/ports/databases/p5-Exception-Class-DBI/distinfo	Sat Jun 17 03:16:37 2006
+++ /home/staff/gslin/work/p5-Exception-Class-DBI/distinfo	Wed Jul 19 10:24:08 2006
@@ -1,3 +1,3 @@
-MD5 (Exception-Class-DBI-0.93.tar.gz) = ea831d3ad7e6c7da407c347c3ed61bb0
-SHA256 (Exception-Class-DBI-0.93.tar.gz) = 659681dd3ab19da9efd87f06de91571e1db4a47f1b8e611c9f70ada1661cf111
-SIZE (Exception-Class-DBI-0.93.tar.gz) = 11029
+MD5 (Exception-Class-DBI-0.95.tar.gz) = 9de9770f6c32df92308c98f47c65e7f4
+SHA256 (Exception-Class-DBI-0.95.tar.gz) = 2349cbb425dc5af68b3e7485381a29f029a0fe2c9293b48a1fd09f495df969da
+SIZE (Exception-Class-DBI-0.95.tar.gz) = 11524
diff -ruN --exclude=CVS /usr/ports/databases/p5-Exception-Class-DBI/pkg-plist /home/staff/gslin/work/p5-Exception-Class-DBI/pkg-plist
--- /usr/ports/databases/p5-Exception-Class-DBI/pkg-plist	Sun Jan 22 09:29:06 2006
+++ /home/staff/gslin/work/p5-Exception-Class-DBI/pkg-plist	Wed Jul 19 10:23:20 2006
@@ -1,3 +1,4 @@
+@comment $FreeBSD$
 %%SITE_PERL%%/Exception/Class/DBI.pm
 @dirrmtry %%%SITE_PERL%%/Exception/Class
 @dirrmtry %%%SITE_PERL%%/Exception
--- p5-Exception-Class-DBI-0.95.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->clsung 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Jul 19 02:30:44 UTC 2006 
Responsible-Changed-Why:  
clsung@ wants his PRs 

http://www.freebsd.org/cgi/query-pr.cgi?pr=100505 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Wed Jul 19 02:30:56 UTC 2006 
State-Changed-Why:  
Awaiting maintainers feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=100505 
State-Changed-From-To: feedback->closed 
State-Changed-By: clsung 
State-Changed-When: Wed Aug 30 01:32:12 UTC 2006 
State-Changed-Why:  
Committed. Thank You. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=100505 
>Unformatted:
