pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/p5-Rose-DB PkgSrc changes:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c6d89e232c8c
branches:  trunk
changeset: 393147:c6d89e232c8c
user:      sno <sno%pkgsrc.org@localhost>
date:      Sun May 17 18:41:14 2009 +0000

description:
PkgSrc changes:
  - Updating package for p5 module Rose::DB from 0.751 to 0.752
  - Fixing dependency

Upstream changes:
0.752 (05.08.2009) - John Siracusa <siracusa%gmail.com@localhost>
    * Added workaround for the lack of getpwuid() on Windows.
    * SQLite column and table names are not properly unquoted when
      necessary.  (RT 45836)
    * Indicate that MySQL 5.0.45 and later supports selecting from
      a subselect.

diffstat:

 databases/p5-Rose-DB/Makefile |  23 ++++++++++++-----------
 databases/p5-Rose-DB/distinfo |   8 ++++----
 2 files changed, 16 insertions(+), 15 deletions(-)

diffs (56 lines):

diff -r 495e67318a16 -r c6d89e232c8c databases/p5-Rose-DB/Makefile
--- a/databases/p5-Rose-DB/Makefile     Sun May 17 18:29:36 2009 +0000
+++ b/databases/p5-Rose-DB/Makefile     Sun May 17 18:41:14 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2009/04/30 21:17:24 sno Exp $
+# $NetBSD: Makefile,v 1.7 2009/05/17 18:41:14 sno Exp $
 
-DISTNAME=      Rose-DB-0.751
+DISTNAME=      Rose-DB-0.752
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    databases perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Rose/}
@@ -10,20 +10,21 @@
 COMMENT=       DBI wrapper and abstraction layer
 LICENSE=       gnu-gpl-v2 # OR artistic
 
-DEPENDS+= p5-Bit-Vector>=6.4:../../devel/p5-Bit-Vector
-DEPENDS+= p5-Clone-PP-[0-9]*:../../devel/p5-Clone-PP
-DEPENDS+= p5-DBI-[0-9]*:../../databases/p5-DBI
-DEPENDS+= p5-DateTime-Format-MySQL-[0-9]*:../../time/p5-DateTime-Format-MySQL
-DEPENDS+= p5-DateTime-Format-Pg>=0.11:../../time/p5-DateTime-Format-Pg
-DEPENDS+= p5-Rose-DateTime>=0.532:../../time/p5-Rose-DateTime
-DEPENDS+= p5-Rose-Object>=0.854:../../devel/p5-Rose-Object
-DEPENDS+= p5-SQL-ReservedWords-[0-9]*:../../databases/p5-SQL-ReservedWords
-DEPENDS+= p5-Time-Clock-[0-9]*:../../time/p5-Time-Clock
+DEPENDS+=      p5-Bit-Vector>=6.4:../../devel/p5-Bit-Vector
+DEPENDS+=      p5-Class-Factory-Util-[0-9]*:../../devel/p5-Class-Factory-Util
+DEPENDS+=      p5-Clone-PP-[0-9]*:../../devel/p5-Clone-PP
+DEPENDS+=      p5-DateTime-Format-MySQL-[0-9]*:../../time/p5-DateTime-Format-MySQL
+DEPENDS+=      p5-DateTime-Format-Pg>=0.11:../../time/p5-DateTime-Format-Pg
+DEPENDS+=      p5-Rose-DateTime>=0.532:../../time/p5-Rose-DateTime
+DEPENDS+=      p5-Rose-Object>=0.854:../../devel/p5-Rose-Object
+DEPENDS+=      p5-SQL-ReservedWords-[0-9]*:../../databases/p5-SQL-ReservedWords
+DEPENDS+=      p5-Time-Clock-[0-9]*:../../time/p5-Time-Clock
 
 USE_LANGUAGES= # empty
 PERL5_PACKLIST= auto/Rose/DB/.packlist
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
+.include "../../databases/p5-DBI/buildlink3.mk"
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 495e67318a16 -r c6d89e232c8c databases/p5-Rose-DB/distinfo
--- a/databases/p5-Rose-DB/distinfo     Sun May 17 18:29:36 2009 +0000
+++ b/databases/p5-Rose-DB/distinfo     Sun May 17 18:41:14 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2009/04/30 21:15:08 sno Exp $
+$NetBSD: distinfo,v 1.5 2009/05/17 18:41:14 sno Exp $
 
-SHA1 (Rose-DB-0.751.tar.gz) = 8161da2e8bb47ae90489baaa53d10a3e6c843484
-RMD160 (Rose-DB-0.751.tar.gz) = e22ccec9d649d68bd088dfb524d59882f3daeaab
-Size (Rose-DB-0.751.tar.gz) = 101805 bytes
+SHA1 (Rose-DB-0.752.tar.gz) = a3b5973c21fb447814a5d12d555a25de3399acee
+RMD160 (Rose-DB-0.752.tar.gz) = d11db4301206e2cb9e2d80044f7c1d6570006c2e
+Size (Rose-DB-0.752.tar.gz) = 102377 bytes



Home | Main Index | Thread Index | Old Index