summaryrefslogtreecommitdiff
path: root/databases/p5-Rose-DB-Object
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2010-02-02 23:57:40 +0000
committersno <sno@pkgsrc.org>2010-02-02 23:57:40 +0000
commit39c8e932c526064650119bd30d7a227b289b481d (patch)
treed6ad080e5703441da135276da52e1add3fbc2137 /databases/p5-Rose-DB-Object
parentcbfd4808ff93703cfad3136f9ec60b8671ad4a89 (diff)
downloadpkgsrc-39c8e932c526064650119bd30d7a227b289b481d.tar.gz
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.
Diffstat (limited to 'databases/p5-Rose-DB-Object')
-rw-r--r--databases/p5-Rose-DB-Object/Makefile10
-rw-r--r--databases/p5-Rose-DB-Object/distinfo8
2 files changed, 11 insertions, 7 deletions
diff --git a/databases/p5-Rose-DB-Object/Makefile b/databases/p5-Rose-DB-Object/Makefile
index de63dca6396..fdd3692123f 100644
--- a/databases/p5-Rose-DB-Object/Makefile
+++ b/databases/p5-Rose-DB-Object/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2009/09/16 17:50:09 sno Exp $
+# $NetBSD: Makefile,v 1.8 2010/02/02 23:57:40 sno Exp $
-DISTNAME= Rose-DB-Object-0.783
+DISTNAME= Rose-DB-Object-0.786
PKGNAME= p5-${DISTNAME}
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Rose/}
@@ -14,7 +14,7 @@ DEPENDS+= p5-Bit-Vector>=6.4:../../devel/p5-Bit-Vector
DEPENDS+= p5-Clone>=0.29:../../devel/p5-Clone
DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime
DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils
-DEPENDS+= p5-Rose-DB>=0.753:../../databases/p5-Rose-DB
+DEPENDS+= p5-Rose-DB>=0.757:../../databases/p5-Rose-DB
DEPENDS+= p5-Rose-DateTime>=0.532:../../time/p5-Rose-DateTime
DEPENDS+= p5-Rose-Object>=0.854:../../devel/p5-Rose-Object
DEPENDS+= p5-Time-Clock-[0-9]*:../../time/p5-Time-Clock
@@ -24,6 +24,10 @@ PERL5_PACKLIST= auto/Rose/DB/Object/.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-Object/distinfo b/databases/p5-Rose-DB-Object/distinfo
index 9795abddc9e..222fe2e3d67 100644
--- a/databases/p5-Rose-DB-Object/distinfo
+++ b/databases/p5-Rose-DB-Object/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2009/09/16 17:50:10 sno Exp $
+$NetBSD: distinfo,v 1.7 2010/02/02 23:57:40 sno Exp $
-SHA1 (Rose-DB-Object-0.783.tar.gz) = 5fe98bdc6ecc029c343fc2c8d0fc96dc3488c257
-RMD160 (Rose-DB-Object-0.783.tar.gz) = d35d2d2e1c942bee7c1a3811d33e45e8c2fdf476
-Size (Rose-DB-Object-0.783.tar.gz) = 539883 bytes
+SHA1 (Rose-DB-Object-0.786.tar.gz) = f446b1a5a1047792f05a592f9416562fa3da5766
+RMD160 (Rose-DB-Object-0.786.tar.gz) = aa53b6bcb88e0f06cf9add9b96faaa5d8e8e8d0a
+Size (Rose-DB-Object-0.786.tar.gz) = 546576 bytes