Date: Mon, 18 May 2009 23:49:51 +0900 (JST) From: TERAMOTO Masahiro <markun@onohara.to> To: FreeBSD-gnats-submit@FreeBSD.org Cc: clsung@FreeBSD.org Subject: ports/134652: [PATCH] databases/p5-DBD-SQLite: update to 1.25 Message-ID: <20090518144951.4C5EE2845B@gate.onohara.to> Resent-Message-ID: <200905181450.n4IEo13s078895@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 134652 >Category: ports >Synopsis: [PATCH] databases/p5-DBD-SQLite: update to 1.25 >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: Mon May 18 14:50:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: TERAMOTO Masahiro >Release: FreeBSD 6.4-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD gate.onohara.to 6.4-RELEASE-p1 FreeBSD 6.4-RELEASE-p1 #0: Sun Dec 21 07:56:41 UTC 2008 >Description: - Update to 1.25 Port maintainer (clsung@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-DBD-SQLite-1.25.patch begins here --- diff -ruN --exclude=CVS /usr/ports/databases/p5-DBD-SQLite/Makefile /home/markun/work/ports/p5-DBD-SQLite/Makefile --- /usr/ports/databases/p5-DBD-SQLite/Makefile 2009-05-13 11:29:49.000000000 +0900 +++ /home/markun/work/ports/p5-DBD-SQLite/Makefile 2009-05-18 23:49:04.000000000 +0900 @@ -6,7 +6,7 @@ # PORTNAME= DBD-SQLite -PORTVERSION= 1.23 +PORTVERSION= 1.25 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -26,7 +26,8 @@ CONFIGURE_ARGS+= USE_LOCAL_SQLITE=0 CONFIGURE_ARGS+= SQLITE_LOCATION=${LOCALBASE} -MAN3= DBD::SQLite.3 +MAN3= DBD::SQLite.3 \ + DBD::SQLite::Cookbook.3 post-patch: ${RM} -f ${WRKSRC}/getsqlite.pl diff -ruN --exclude=CVS /usr/ports/databases/p5-DBD-SQLite/distinfo /home/markun/work/ports/p5-DBD-SQLite/distinfo --- /usr/ports/databases/p5-DBD-SQLite/distinfo 2009-05-13 11:29:49.000000000 +0900 +++ /home/markun/work/ports/p5-DBD-SQLite/distinfo 2009-05-18 23:49:04.000000000 +0900 @@ -1,3 +1,3 @@ -MD5 (DBD-SQLite-1.23.tar.gz) = 3fb6d567a507b4f347d56a6ba38966d0 -SHA256 (DBD-SQLite-1.23.tar.gz) = d2c8532aa54521aa725c0f63f4e0025d56e87e70ede0f86fdd2447dbf738d895 -SIZE (DBD-SQLite-1.23.tar.gz) = 1042328 +MD5 (DBD-SQLite-1.25.tar.gz) = 3bc9c8f141cb6c9256ea6dbcddbb9fe7 +SHA256 (DBD-SQLite-1.25.tar.gz) = 832c1f9a73d02586a93a05415f97c28980a50323e7698af318730a076502ad9d +SIZE (DBD-SQLite-1.25.tar.gz) = 1102688 diff -ruN --exclude=CVS /usr/ports/databases/p5-DBD-SQLite/pkg-plist /home/markun/work/ports/p5-DBD-SQLite/pkg-plist --- /usr/ports/databases/p5-DBD-SQLite/pkg-plist 2006-02-11 22:36:53.000000000 +0900 +++ /home/markun/work/ports/p5-DBD-SQLite/pkg-plist 2009-05-18 23:49:04.000000000 +0900 @@ -1,7 +1,9 @@ %%SITE_PERL%%/%%PERL_ARCH%%/DBD/SQLite.pm +%%SITE_PERL%%/%%PERL_ARCH%%/DBD/SQLite/Cookbook.pod %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/SQLite/SQLite.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/SQLite/SQLite.so %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/SQLite/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/SQLite @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/DBD/SQLite @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/DBD --- p5-DBD-SQLite-1.25.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?20090518144951.4C5EE2845B>