-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> * Detect enum-like columns in PostgreSQL. (RT 46214) * Added support for the "sslmode" DSN option for PostgreSQL. (Reported by foudfou)
- Loading branch information
sno
committed
Aug 19, 2009
1 parent
833a9bc
commit 7214c22
Showing
2 changed files
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,18 @@ | ||
# $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/} | ||
|
||
MAINTAINER= [email protected] | ||
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |