diff options
author | sno <sno@pkgsrc.org> | 2010-02-03 00:15:48 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-02-03 00:15:48 +0000 |
commit | c9113a283c2ac6212a22fdc77cadc9bfdc60543a (patch) | |
tree | 80a3b7519813cb662819369a07315826ec3edafd /databases | |
parent | 9bbc7d57842ab378872f96a4aa49b1360b61da7d (diff) | |
download | pkgsrc-c9113a283c2ac6212a22fdc77cadc9bfdc60543a.tar.gz |
Updating databases/p5-Rose-DBx-Garden from 0.15nb1 to 0.16
pkgsrc changes:
- Adjusting dependencies (primary reordering to match order in META.yml)
- Adding license definition
Upstream changes:
0.16 23 Jan 2009
* fix maxlength logic for text fields.
* minor pod fixes.
* add Enum column support (maps to Menu Field)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-Rose-DBx-Garden/Makefile | 23 | ||||
-rw-r--r-- | databases/p5-Rose-DBx-Garden/distinfo | 8 |
2 files changed, 16 insertions, 15 deletions
diff --git a/databases/p5-Rose-DBx-Garden/Makefile b/databases/p5-Rose-DBx-Garden/Makefile index 7540a644891..6ea3b0ee179 100644 --- a/databases/p5-Rose-DBx-Garden/Makefile +++ b/databases/p5-Rose-DBx-Garden/Makefile @@ -1,24 +1,25 @@ -# $NetBSD: Makefile,v 1.3 2008/10/19 19:17:46 he Exp $ +# $NetBSD: Makefile,v 1.4 2010/02/03 00:15:48 sno Exp $ -DISTNAME= Rose-DBx-Garden-0.15 +DISTNAME= Rose-DBx-Garden-0.16 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +#PKGREVISION= 1 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Rose/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Rose-DBx-Garden/ COMMENT= Bootstrap Rose::DB::Object and Rose::HTML::Form classes +LICENSE= ${PERL5_LICENSE} -DEPENDS+= p5-Rose-DB-Object>=0:../../databases/p5-Rose-DB-Object -DEPENDS+= p5-Rose-DBx-TestDB>=0:../../databases/p5-Rose-DBx-TestDB -DEPENDS+= p5-File-Slurp>=0:../../devel/p5-File-Slurp -DEPENDS+= p5-Path-Class>=0:../../devel/p5-Path-Class -DEPENDS+= p5-Data-Dump>=0:../../devel/p5-Data-Dump -DEPENDS+= p5-Rose-HTML-Objects>=0:../../www/p5-Rose-HTML-Objects -DEPENDS+= p5-Rose-HTMLx-Form-Field-Autocomplete>=0:../../www/p5-Rose-HTMLx-Form-Field-Autocomplete +DEPENDS+= p5-Data-Dump-[0-9]*:../../devel/p5-Data-Dump +DEPENDS+= p5-File-Slurp-[0-9]*:../../devel/p5-File-Slurp +DEPENDS+= p5-Path-Class-[0-9]*:../../devel/p5-Path-Class +DEPENDS+= p5-Rose-DB-Object-[0-9]*:../../databases/p5-Rose-DB-Object +DEPENDS+= p5-Rose-DBx-TestDB-[0-9]*:../../databases/p5-Rose-DBx-TestDB +DEPENDS+= p5-Rose-HTML-Objects-[0-9]*:../../www/p5-Rose-HTML-Objects +DEPENDS+= p5-Rose-HTMLx-Form-Field-Autocomplete-[0-9]*:../../www/p5-Rose-HTMLx-Form-Field-Autocomplete DEPENDS+= p5-Rose-HTMLx-Form-Field-Boolean>=0.01:../../www/p5-Rose-HTMLx-Form-Field-Boolean -DEPENDS+= p5-Rose-HTMLx-Form-Field-Serial>=0:../../www/p5-Rose-HTMLx-Form-Field-Serial +DEPENDS+= p5-Rose-HTMLx-Form-Field-Serial-[0-9]*:../../www/p5-Rose-HTMLx-Form-Field-Serial USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Rose/DBx/Garden/.packlist diff --git a/databases/p5-Rose-DBx-Garden/distinfo b/databases/p5-Rose-DBx-Garden/distinfo index 88db7d087f2..ae28db1b493 100644 --- a/databases/p5-Rose-DBx-Garden/distinfo +++ b/databases/p5-Rose-DBx-Garden/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2008/10/12 22:28:01 he Exp $ +$NetBSD: distinfo,v 1.3 2010/02/03 00:15:48 sno Exp $ -SHA1 (Rose-DBx-Garden-0.15.tar.gz) = 9cf2ca7a8897762cb2942f44fb1830fb5d5db0e0 -RMD160 (Rose-DBx-Garden-0.15.tar.gz) = 7fb29e37b381d61a0f45adc57bd3ac7b8a2349cf -Size (Rose-DBx-Garden-0.15.tar.gz) = 10602 bytes +SHA1 (Rose-DBx-Garden-0.16.tar.gz) = 96de198fc84276c77edfef6f2c88123d764e35ae +RMD160 (Rose-DBx-Garden-0.16.tar.gz) = 05a64d0494f2bf91d6840e284c8a01d8778e4021 +Size (Rose-DBx-Garden-0.16.tar.gz) = 11077 bytes |