diff options
author | sno <sno@pkgsrc.org> | 2010-02-02 23:27:51 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-02-02 23:27:51 +0000 |
commit | 33dbcf72ec5d35cce29b4a8588748253ac469eab (patch) | |
tree | 56c66a83140464e7b8747559e4014ac293d112ab /databases/p5-Rose-DB | |
parent | 378804c4aa907dcac1517b251ce871b242e7a933 (diff) | |
download | pkgsrc-33dbcf72ec5d35cce29b4a8588748253ac469eab.tar.gz |
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 <siracusa@gmail.com>
* Added workaround for DateTime::Duration bug (RT 53985)
0.757 (01.23.2010) - John Siracusa <siracusa@gmail.com>
* Support for Rose::DB::Object 0.786.
0.756 (12.31.2009) - John Siracusa <siracusa@gmail.com>
* 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 <siracusa@gmail.com>
* 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.
Diffstat (limited to 'databases/p5-Rose-DB')
-rw-r--r-- | databases/p5-Rose-DB/Makefile | 8 | ||||
-rw-r--r-- | databases/p5-Rose-DB/distinfo | 8 |
2 files changed, 10 insertions, 6 deletions
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 |