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> * 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.
This commit is contained in:
parent
0033e34a6d
commit
c225c0593c
2 changed files with 16 additions and 15 deletions
|
@ -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/}
|
||||
|
@ -11,8 +11,8 @@ COMMENT= DBI wrapper and abstraction layer
|
|||
LICENSE= gnu-gpl-v2 # OR artistic
|
||||
|
||||
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-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
|
||||
|
@ -25,5 +25,6 @@ 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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue