Date: Wed, 19 Jul 2006 10:29:03 +0800 (CST) From: Gea-Suan Lin <gslin@gslin.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: gslin@gslin.org, ports@rbt.ca Subject: ports/100505: [PATCH] databases/p5-Exception-Class-DBI: update to 0.95 Message-ID: <20060719022903.6EE9CE0@netnews.NCTU.edu.tw> Resent-Message-ID: <200607190230.k6J2UFBn089676@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 100505 >Category: ports >Synopsis: [PATCH] databases/p5-Exception-Class-DBI: update to 0.95 >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: Wed Jul 19 02: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.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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060719022903.6EE9CE0>