diff options
author | sno <sno> | 2009-08-19 20:42:18 +0000 |
---|---|---|
committer | sno <sno> | 2009-08-19 20:42:18 +0000 |
commit | 2918f56ea3d0f34cb63780c41d840c7556624347 (patch) | |
tree | c59fc131d9307458d4c9f32620e9e2bce17df7dd /databases | |
parent | 677d70aa9095ff9a7ece69cbaade520857ada343 (diff) | |
download | pkgsrc-2918f56ea3d0f34cb63780c41d840c7556624347.tar.gz |
Updating package databases/p5-Rose-DB from 0.752 to 0.753
pkgsrc changes:
- Adjusting license and dependencies
Upstream changes:
0.753 (07.09.2009) - John Siracusa <siracusa@gmail.com>
* Detect enum-like columns in PostgreSQL. (RT 46214)
* Added support for the "sslmode" DSN option for PostgreSQL.
(Reported by foudfou)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-Rose-DB/Makefile | 7 | ||||
-rw-r--r-- | databases/p5-Rose-DB/distinfo | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/databases/p5-Rose-DB/Makefile b/databases/p5-Rose-DB/Makefile index 9b20fa6d3cc..3bfbabe00e7 100644 --- a/databases/p5-Rose-DB/Makefile +++ b/databases/p5-Rose-DB/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2009/05/19 21:32:08 sno Exp $ +# $NetBSD: Makefile,v 1.9 2009/08/19 20:42:18 sno Exp $ -DISTNAME= Rose-DB-0.752 +DISTNAME= Rose-DB-0.753 PKGNAME= p5-${DISTNAME} CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Rose/} @@ -8,10 +8,11 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Rose/} MAINTAINER= abs@absd.org HOMEPAGE= http://search.cpan.org/~jsiracusa/Rose-DB/ COMMENT= DBI wrapper and abstraction layer -LICENSE= gnu-gpl-v2 # OR artistic +LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Bit-Vector>=6.4:../../devel/p5-Bit-Vector DEPENDS+= p5-Clone-PP-[0-9]*:../../devel/p5-Clone-PP +DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime 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 diff --git a/databases/p5-Rose-DB/distinfo b/databases/p5-Rose-DB/distinfo index cae01eb89ad..04b81c2d544 100644 --- a/databases/p5-Rose-DB/distinfo +++ b/databases/p5-Rose-DB/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2009/05/17 18:41:14 sno Exp $ +$NetBSD: distinfo,v 1.6 2009/08/19 20:42:18 sno Exp $ -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 +SHA1 (Rose-DB-0.753.tar.gz) = 6e31709ff5cb371bbdea02330872f89310c0e09e +RMD160 (Rose-DB-0.753.tar.gz) = 08a4ec67a87016a3c2e2de424cc535a72790627a +Size (Rose-DB-0.753.tar.gz) = 102850 bytes |