From 757d7ca6d9151b5b56312397e4be30c611e52339 Mon Sep 17 00:00:00 2001 From: sno Date: Tue, 2 Feb 2010 23:27:51 +0000 Subject: Updating databases/p5-Rose-DB from 0.754 to 0.758 (pkg/42674) pkgsrc changes: - Ensure installed perl modules and documentation has no execute bit Upstream changes: 0.758 (01.26.2010) - John Siracusa * Added workaround for DateTime::Duration bug (RT 53985) 0.757 (01.23.2010) - John Siracusa * Support for Rose::DB::Object 0.786. 0.756 (12.31.2009) - John Siracusa * Support for Rose::DB::Object 0.785. * Made fork- and thread-safe (though some databases, notably Oracle, don't support passing a database connection across a fork at all). * Updated mysql_enable_utf8() to run "SET NAMES utf8" id a database handle already exists. * Updated the various validate_*_keywords() methods to no longer accept anything that "looks like a function call." This was done to avoid possible SQL injection attacks, and because the now-pervasive support for scalar-reference literals in Rose::DB::Object obviates the need for such permissive SQL inlining. To restore the old behavior, use the default_keyword_function_calls() class method or the keyword_function_calls() object method. 0.755 (10.16.2009) - John Siracusa * Fixed a bug in Rose::DB::Oracle that caused the port to be omitted from the DSN. (Reported by llama) * Updated eval blocks to avoid stomping on $@ from an outer scope. --- databases/p5-Rose-DB/Makefile | 8 ++++++-- databases/p5-Rose-DB/distinfo | 8 ++++---- 2 files changed, 10 insertions(+), 6 deletions(-) (limited to 'databases/p5-Rose-DB') diff --git a/databases/p5-Rose-DB/Makefile b/databases/p5-Rose-DB/Makefile index 23c1e1e562e..4983823216c 100644 --- a/databases/p5-Rose-DB/Makefile +++ b/databases/p5-Rose-DB/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2009/09/16 17:44:34 sno Exp $ +# $NetBSD: Makefile,v 1.11 2010/02/02 23:27:51 sno Exp $ -DISTNAME= Rose-DB-0.754 +DISTNAME= Rose-DB-0.758 PKGNAME= p5-${DISTNAME} CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Rose/} @@ -25,6 +25,10 @@ PERL5_PACKLIST= auto/Rose/DB/.packlist PKG_DESTDIR_SUPPORT= user-destdir +post-extract: + ${FIND} ${WRKSRC} -name "*.pm" -type f -exec ${CHMOD} -x {} \; + ${FIND} ${WRKSRC} -name "*.pod" -type f -exec ${CHMOD} -x {} \; + .include "../../databases/p5-DBI/buildlink3.mk" .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/databases/p5-Rose-DB/distinfo b/databases/p5-Rose-DB/distinfo index 1624df1583f..2123726f514 100644 --- a/databases/p5-Rose-DB/distinfo +++ b/databases/p5-Rose-DB/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2009/09/16 17:44:34 sno Exp $ +$NetBSD: distinfo,v 1.8 2010/02/02 23:27:51 sno Exp $ -SHA1 (Rose-DB-0.754.tar.gz) = ed83b8ec1623e96d6b3d9c2ddd8d41bca7c16a19 -RMD160 (Rose-DB-0.754.tar.gz) = ddca62c8cde70bfa6650ffc2860952d6ea29096f -Size (Rose-DB-0.754.tar.gz) = 102992 bytes +SHA1 (Rose-DB-0.758.tar.gz) = b95c42fb15c855b6a9c25ba11253bde5a078a112 +RMD160 (Rose-DB-0.758.tar.gz) = 6e9341cf07a6812a27db72b6734672fa11e59efa +Size (Rose-DB-0.758.tar.gz) = 109431 bytes -- cgit v1.2.3