Tue Feb 2 23:57:40 2010 UTC ()
Updating databases/p5-Rose-DB-Object from 0.783 to 0.786

pkgsrc changes:
- Adjusting dependencies
- Removing x-flags from modules & doc

Upstream changes:
0.786 (01.23.2010) - John Siracusa <siracusa@gmail.com>
    * Improved support for serial columns in Oracle.
    * Renamed CHECK labels to avoid clashes with the reserved block name.
    * Added force_lowercase attribute to the Loader and Convention Manager
      as a means of getting "normal" behavior out of Oracle schemas.
    * Fixed a bug that caused money columns in PostgreSQL to have
      column lengths that were too short.
    * Fixed a POD typo (RT 53272)

0.785 (12.31.2009) - John Siracusa <siracusa@gmail.com>
    * Fixed Rose::DB::Object::Cached to correctly honor alternate column
      accessor/mutator method names.  (Reported by Kevin McGrath)
    * Stopped the default auto-init handler from asking the convention
      manager to name foreign keys that have only partially populated
      column lists, causing it to burn through the "good" foreign key
      names.  (Patch by Douglas Wilson)
    * Corrected some typos in the ManyToMany documentation and the tutorial.
      (Thanks to Bart Dopheide)

0.784 (10.16.2009) - John Siracusa <siracusa@gmail.com>
    * Fixed a bug introduced by the multi-many Manager bug fix in the
      0.783 release.  (Reported by Mark Frost)
    * Added missing exception error explanations to relationship methods.
    * Updated eval blocks to avoid stomping on $@ from an outer scope.


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

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

--- pkgsrc/databases/p5-Rose-DB-Object/Makefile 2009/09/16 17:50:09 1.7
+++ pkgsrc/databases/p5-Rose-DB-Object/Makefile 2010/02/02 23:57:40 1.8
@@ -1,29 +1,33 @@ @@ -1,29 +1,33 @@
1# $NetBSD: Makefile,v 1.7 2009/09/16 17:50:09 sno Exp $ 1# $NetBSD: Makefile,v 1.8 2010/02/02 23:57:40 sno Exp $
2 2
3DISTNAME= Rose-DB-Object-0.783 3DISTNAME= Rose-DB-Object-0.786
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-Object/ 9HOMEPAGE= http://search.cpan.org/~jsiracusa/Rose-DB-Object/
10COMMENT= Extensible, high performance RDBMS-OO mapper 10COMMENT= Extensible, high performance RDBMS-OO mapper
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>=0.29:../../devel/p5-Clone 14DEPENDS+= p5-Clone>=0.29:../../devel/p5-Clone
15DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime 15DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime
16DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils 16DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils
17DEPENDS+= p5-Rose-DB>=0.753:../../databases/p5-Rose-DB 17DEPENDS+= p5-Rose-DB>=0.757:../../databases/p5-Rose-DB
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-Time-Clock-[0-9]*:../../time/p5-Time-Clock 20DEPENDS+= p5-Time-Clock-[0-9]*:../../time/p5-Time-Clock
21 21
22USE_LANGUAGES= # empty 22USE_LANGUAGES= # empty
23PERL5_PACKLIST= auto/Rose/DB/Object/.packlist 23PERL5_PACKLIST= auto/Rose/DB/Object/.packlist
24 24
25PKG_DESTDIR_SUPPORT= user-destdir 25PKG_DESTDIR_SUPPORT= user-destdir
26 26
 27post-extract:
 28 ${FIND} ${WRKSRC} -name "*.pm" -type f -exec ${CHMOD} -x {} \;
 29 ${FIND} ${WRKSRC} -name "*.pod" -type f -exec ${CHMOD} -x {} \;
 30
27.include "../../databases/p5-DBI/buildlink3.mk" 31.include "../../databases/p5-DBI/buildlink3.mk"
28.include "../../lang/perl5/module.mk" 32.include "../../lang/perl5/module.mk"
29.include "../../mk/bsd.pkg.mk" 33.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/databases/p5-Rose-DB-Object/distinfo 2009/09/16 17:50:10 1.6
+++ pkgsrc/databases/p5-Rose-DB-Object/distinfo 2010/02/02 23:57:40 1.7
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.6 2009/09/16 17:50:10 sno Exp $ 1$NetBSD: distinfo,v 1.7 2010/02/02 23:57:40 sno Exp $
2 2
3SHA1 (Rose-DB-Object-0.783.tar.gz) = 5fe98bdc6ecc029c343fc2c8d0fc96dc3488c257 3SHA1 (Rose-DB-Object-0.786.tar.gz) = f446b1a5a1047792f05a592f9416562fa3da5766
4RMD160 (Rose-DB-Object-0.783.tar.gz) = d35d2d2e1c942bee7c1a3811d33e45e8c2fdf476 4RMD160 (Rose-DB-Object-0.786.tar.gz) = aa53b6bcb88e0f06cf9add9b96faaa5d8e8e8d0a
5Size (Rose-DB-Object-0.783.tar.gz) = 539883 bytes 5Size (Rose-DB-Object-0.786.tar.gz) = 546576 bytes