Tue Feb 2 23:27:51 2010 UTC ()
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.


(sno)
diff -r1.10 -r1.11 pkgsrc/databases/p5-Rose-DB/Makefile
diff -r1.7 -r1.8 pkgsrc/databases/p5-Rose-DB/distinfo

cvs diff -r1.10 -r1.11 pkgsrc/databases/p5-Rose-DB/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/p5-Rose-DB/Makefile 2009/09/16 17:44:34 1.10
+++ pkgsrc/databases/p5-Rose-DB/Makefile 2010/02/02 23:27:51 1.11
@@ -1,30 +1,34 @@ @@ -1,30 +1,34 @@
1# $NetBSD: Makefile,v 1.10 2009/09/16 17:44:34 sno Exp $ 1# $NetBSD: Makefile,v 1.11 2010/02/02 23:27:51 sno Exp $
2 2
3DISTNAME= Rose-DB-0.754 3DISTNAME= Rose-DB-0.758
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= databases perl5 5CATEGORIES= databases perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Rose/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Rose/}
7 7
8MAINTAINER= abs@absd.org 8MAINTAINER= abs@absd.org
9HOMEPAGE= http://search.cpan.org/~jsiracusa/Rose-DB/ 9HOMEPAGE= http://search.cpan.org/~jsiracusa/Rose-DB/
10COMMENT= DBI wrapper and abstraction layer 10COMMENT= DBI wrapper and abstraction layer
11LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
12 12
13DEPENDS+= p5-Bit-Vector>=6.4:../../devel/p5-Bit-Vector 13DEPENDS+= p5-Bit-Vector>=6.4:../../devel/p5-Bit-Vector
14DEPENDS+= p5-Clone-PP-[0-9]*:../../devel/p5-Clone-PP 14DEPENDS+= p5-Clone-PP-[0-9]*:../../devel/p5-Clone-PP
15DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime 15DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime
16DEPENDS+= p5-DateTime-Format-MySQL-[0-9]*:../../time/p5-DateTime-Format-MySQL 16DEPENDS+= p5-DateTime-Format-MySQL-[0-9]*:../../time/p5-DateTime-Format-MySQL
17DEPENDS+= p5-DateTime-Format-Pg>=0.11:../../time/p5-DateTime-Format-Pg 17DEPENDS+= p5-DateTime-Format-Pg>=0.11:../../time/p5-DateTime-Format-Pg
18DEPENDS+= p5-Rose-DateTime>=0.532:../../time/p5-Rose-DateTime 18DEPENDS+= p5-Rose-DateTime>=0.532:../../time/p5-Rose-DateTime
19DEPENDS+= p5-Rose-Object>=0.854:../../devel/p5-Rose-Object 19DEPENDS+= p5-Rose-Object>=0.854:../../devel/p5-Rose-Object
20DEPENDS+= p5-SQL-ReservedWords-[0-9]*:../../databases/p5-SQL-ReservedWords 20DEPENDS+= p5-SQL-ReservedWords-[0-9]*:../../databases/p5-SQL-ReservedWords
21DEPENDS+= p5-Time-Clock-[0-9]*:../../time/p5-Time-Clock 21DEPENDS+= p5-Time-Clock-[0-9]*:../../time/p5-Time-Clock
22 22
23USE_LANGUAGES= # empty 23USE_LANGUAGES= # empty
24PERL5_PACKLIST= auto/Rose/DB/.packlist 24PERL5_PACKLIST= auto/Rose/DB/.packlist
25 25
26PKG_DESTDIR_SUPPORT= user-destdir 26PKG_DESTDIR_SUPPORT= user-destdir
27 27
 28post-extract:
 29 ${FIND} ${WRKSRC} -name "*.pm" -type f -exec ${CHMOD} -x {} \;
 30 ${FIND} ${WRKSRC} -name "*.pod" -type f -exec ${CHMOD} -x {} \;
 31
28.include "../../databases/p5-DBI/buildlink3.mk" 32.include "../../databases/p5-DBI/buildlink3.mk"
29.include "../../lang/perl5/module.mk" 33.include "../../lang/perl5/module.mk"
30.include "../../mk/bsd.pkg.mk" 34.include "../../mk/bsd.pkg.mk"

cvs diff -r1.7 -r1.8 pkgsrc/databases/p5-Rose-DB/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/p5-Rose-DB/distinfo 2009/09/16 17:44:34 1.7
+++ pkgsrc/databases/p5-Rose-DB/distinfo 2010/02/02 23:27:51 1.8
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.7 2009/09/16 17:44:34 sno Exp $ 1$NetBSD: distinfo,v 1.8 2010/02/02 23:27:51 sno Exp $
2 2
3SHA1 (Rose-DB-0.754.tar.gz) = ed83b8ec1623e96d6b3d9c2ddd8d41bca7c16a19 3SHA1 (Rose-DB-0.758.tar.gz) = b95c42fb15c855b6a9c25ba11253bde5a078a112
4RMD160 (Rose-DB-0.754.tar.gz) = ddca62c8cde70bfa6650ffc2860952d6ea29096f 4RMD160 (Rose-DB-0.758.tar.gz) = 6e9341cf07a6812a27db72b6734672fa11e59efa
5Size (Rose-DB-0.754.tar.gz) = 102992 bytes 5Size (Rose-DB-0.758.tar.gz) = 109431 bytes