diff options
author | wiz <wiz@pkgsrc.org> | 2011-08-16 20:19:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-08-16 20:19:14 +0000 |
commit | 78318fcbab8f2166b93ae6284225328b98d7c9d6 (patch) | |
tree | 142b74012e0d1b98eca99afe75a7859df9aef1b8 /databases/p5-ORLite | |
parent | 83dc5098ee8f943c4afa723ea6ce9e55732014ee (diff) | |
download | pkgsrc-78318fcbab8f2166b93ae6284225328b98d7c9d6.tar.gz |
Update to 1.50:
1.50 Tue 7 Jun 2011
- Removed normalize as a supported parameter, normalizing columns turns
out not to work in practice. However, we always normalize tables to
get the class name for the table as that seems to result in class
names that make much more sense.
1.49 Wed 1 Jun 2011
- Adding normalize support to turn columnName into column_name
1.48 Fri 21 Jan 2011
- Initial support for shim => 1 to simplify customisation (ADAMK)
1.47 Wed 8 Dec 2010
- Adding readonly support for views (ADAMK)
1.46 Tue 30 Nov 2010
- Bumped File::Path dependency to 2.08 to prevent test failures
from the one shipped with Perl 5.8.9 (AZAWAWI)
- Added experimental base class ->update support (ADAMK)
- Added the qname attributes to the generator structs to simplify
and improve readability of SQL fragment strings (ADAMK)
Diffstat (limited to 'databases/p5-ORLite')
-rw-r--r-- | databases/p5-ORLite/Makefile | 8 | ||||
-rw-r--r-- | databases/p5-ORLite/distinfo | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/databases/p5-ORLite/Makefile b/databases/p5-ORLite/Makefile index 4b3c97285f2..393b2bfdb99 100644 --- a/databases/p5-ORLite/Makefile +++ b/databases/p5-ORLite/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2011/08/14 08:18:09 obache Exp $ +# $NetBSD: Makefile,v 1.10 2011/08/16 20:19:14 wiz Exp $ -DISTNAME= ORLite-1.45 +DISTNAME= ORLite-1.50 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/A/AD/ADAMK/} @@ -11,10 +10,11 @@ HOMEPAGE= http://search.cpan.org/dist/ORLite/ COMMENT= Perl 5 extremely light weight SQLite-specific ORM LICENSE= ${PERL5_LICENSE} +BUILD_DEPENDS+= p5-Module-Install>=1.01:../../devel/p5-Module-Install BUILD_DEPENDS+= p5-Test-Script>=1.06:../../devel/p5-Test-Script DEPENDS+= p5-DBD-SQLite>=1.27:../../databases/p5-DBD-SQLite -DEPENDS+= {perl>=5.10.1,p5-File-Path>=2.04}:../../devel/p5-File-Path +DEPENDS+= {perl>=5.10.1,p5-File-Path>=2.08}:../../devel/p5-File-Path DEPENDS+= p5-File-Remove>=1.40:../../sysutils/p5-File-Remove DEPENDS+= {perl>=5.10.1,p5-File-Temp>=0.20}:../../devel/p5-File-Temp DEPENDS+= p5-Params-Util>=0.33:../../devel/p5-Params-Util diff --git a/databases/p5-ORLite/distinfo b/databases/p5-ORLite/distinfo index 1a26c107df8..8635eb0f131 100644 --- a/databases/p5-ORLite/distinfo +++ b/databases/p5-ORLite/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2010/08/20 06:30:10 sno Exp $ +$NetBSD: distinfo,v 1.8 2011/08/16 20:19:14 wiz Exp $ -SHA1 (ORLite-1.45.tar.gz) = d9377979f85cf69b31aeb00cd64c6751ba2bc4ef -RMD160 (ORLite-1.45.tar.gz) = 4142018226c49de57469510126170edc8bdb1280 -Size (ORLite-1.45.tar.gz) = 56896 bytes +SHA1 (ORLite-1.50.tar.gz) = b11cfc94beaccd7ce1a3d4376c92f3f9a57e18d8 +RMD160 (ORLite-1.50.tar.gz) = 7d4029a63e3c9886a1bd92a12a80c468070f797b +Size (ORLite-1.50.tar.gz) = 60652 bytes |