diff options
author | sno <sno@pkgsrc.org> | 2009-08-19 09:19:41 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-08-19 09:19:41 +0000 |
commit | 663b554463b90e7b577b6bf1381c5aab6343627e (patch) | |
tree | 931603712409abb23694ddd17a097579273b3d8f /databases | |
parent | aba3b2ca9bb72be5fda3981c9864511bc6948ca5 (diff) | |
download | pkgsrc-663b554463b90e7b577b6bf1381c5aab6343627e.tar.gz |
Updating package databases/p5-SQL-Translator from 0.09007 to 0.11001
pkgsrc changes:
- Adding recommended dependencies
- Adjusting dependencies according to META.yml
Upstream changes:
# ----------------------------------------------------------
# 0.11001 2009-08-18
# ----------------------------------------------------------
* Removed last use of Readonly
* Adjusted YAML dependency
# ----------------------------------------------------------
# 0.11000 2009-08-18
# ----------------------------------------------------------
* Re-add version numbers to files, else cpan's "upgrade" gets very confused
* Replaced code using Readonly, since most of the rest uses constant, and thats already a dep
* Moved YAML and XML::LibXML back to recommends, the tests for both now skip if not installed
* Bumped to 0.11000 to supercede 0.10 which has incorrect numbering scheme
# ----------------------------------------------------------
# 0.10 2009-08-13
# ----------------------------------------------------------
* Resolved the following RT bugs (thanks to everyone for reporting!):
25791 does not recognize PostgreSQL ON_ERROR_STOP
29265 sqlt-diagram: --natural-join needs Graph::Directed
37814 SQLite translator failing to parse schema
42548 Producer::PostgreSQL incorrectly inserts the size in
'time(stamp)? with(out) time zone' fields
43173 SQL::Translator::Parser without versionnumber - will install
old 0.09002
46805 (No subject)
47026 META.yml is not packaged due to MANIFEST.SKIP (easyfix)
32130 Move from XML::XPath to XML::LibXML::XPathContext
22261 MySQL parse
13915 missing optional prerequisite cause make test to fail
8847 Diagram.pm: BINMODE missing in printing of graphic file.
21065 GraphViz producer fails on tables named 'node'
35448 Producer::PostgreSQL types without size
22026 sqlt-diagram uses -f arg twice
47897 [PATCH] Fix uninitialized value within @_ in (uc|lc)
47668 Mysql Parser doesn't recognize key types
46448 sqlt-graph errors out on MySQL DDL with btree keys
47176 Add Foreign Key support to Parser::DBI::PostgreSQL.pm
48025 MySQL Producer: Case inconsistency between elements in
@no_length_attr and $data_type
48569 sqlt-diagram fails to load SQLite schema
48596 SQL::Translator::Diff::schema_diff should produce a list in
list context
44907 SQL::Translator::Producer::PostgreSQL produce() in list context
should return a list of statements
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-SQL-Translator/Makefile | 19 | ||||
-rw-r--r-- | databases/p5-SQL-Translator/distinfo | 8 |
2 files changed, 13 insertions, 14 deletions
diff --git a/databases/p5-SQL-Translator/Makefile b/databases/p5-SQL-Translator/Makefile index 097930df063..1ba0ee9d02f 100644 --- a/databases/p5-SQL-Translator/Makefile +++ b/databases/p5-SQL-Translator/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2009/07/07 20:37:23 sno Exp $ +# $NetBSD: Makefile,v 1.8 2009/08/19 09:19:41 sno Exp $ -DISTNAME= SQL-Translator-0.09007 +DISTNAME= SQL-Translator-0.11001 PKGNAME= p5-${DISTNAME} CATEGORIES= databases perl5 #MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/J/JR/JROBINSON/} @@ -18,24 +18,23 @@ DEPENDS+= p5-Class-Data-Inheritable>=0.02:../../devel/p5-Class-Data-Inheritable DEPENDS+= p5-Class-MakeMethods>=0:../../devel/p5-Class-MakeMethods DEPENDS+= p5-Digest-SHA1>=2.0:../../security/p5-Digest-SHA1 DEPENDS+= p5-File-ShareDir>=1.0:../../devel/p5-File-ShareDir -#DEPENDS+= p5-Log-Log4Perl +DEPENDS+= p5-IO-stringy>=2.110:../../devel/p5-IO-stringy DEPENDS+= p5-Parse-RecDescent>=1.96:../../devel/p5-Parse-RecDescent DEPENDS+= p5-XML-Writer>=0.500:../../textproc/p5-XML-Writer # Recommended -DEPENDS+= p5-Template-Toolkit>=2.10:../../www/p5-Template-Toolkit DEPENDS+= p5-GD-[0-9]*:../../graphics/p5-GD DEPENDS+= p5-Graph-[0-9]*:../../devel/p5-Graph -#DEPENDS+= p5-GraphViz-[0-9]*:../../graphics/p5-GraphViz +DEPENDS+= p5-GraphViz-[0-9]*:../../graphics/p5-GraphViz DEPENDS+= p5-Spreadsheet-ParseExcel>=0.41:../../math/p5-Spreadsheet-ParseExcel -#DEPENDS+= p5-Text-ParseWords -#DEPENDS+= p5-Text-RecordParser -DEPENDS+= p5-XML-LibXML>=1.61:../../textproc/p5-XML-LibXML +DEPENDS+= p5-Template-Toolkit>=2.10:../../www/p5-Template-Toolkit +DEPENDS+= p5-Text-RecordParser>=0.02:../../textproc/p5-Text-RecordParser +DEPENDS+= p5-XML-LibXML>=1.69:../../textproc/p5-XML-LibXML BUILD_DEPENDS+= p5-PathTools>=0:../../devel/p5-PathTools -BUILD_DEPENDS+= p5-Test-Exception>=0:../../devel/p5-Test-Exception BUILD_DEPENDS+= p5-Test-Differences>=0:../../devel/p5-Test-Differences -BUILD_DEPENDS+= p5-YAML>=0.39:../../textproc/p5-YAML +BUILD_DEPENDS+= p5-Test-Exception>=0:../../devel/p5-Test-Exception +BUILD_DEPENDS+= p5-YAML>=0.66:../../textproc/p5-YAML USE_LANGUAGES= # empty PERL5_MODULE_TYPE= Module::Install diff --git a/databases/p5-SQL-Translator/distinfo b/databases/p5-SQL-Translator/distinfo index ee09da0c9bb..061cba66f89 100644 --- a/databases/p5-SQL-Translator/distinfo +++ b/databases/p5-SQL-Translator/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2009/07/07 20:37:23 sno Exp $ +$NetBSD: distinfo,v 1.7 2009/08/19 09:19:41 sno Exp $ -SHA1 (SQL-Translator-0.09007.tar.gz) = d17c66560c2ca7e1310279d1d3b98f76e1e08f77 -RMD160 (SQL-Translator-0.09007.tar.gz) = 2083407307f5474aad21f2a44b97c87c0ecf30f4 -Size (SQL-Translator-0.09007.tar.gz) = 613671 bytes +SHA1 (SQL-Translator-0.11001.tar.gz) = 8f306c6d31ae8b2f18c3f61c9b150ae2d8d37dad +RMD160 (SQL-Translator-0.11001.tar.gz) = a8985c5a2c6170cbad1d15b32b3b268bfc817a90 +Size (SQL-Translator-0.11001.tar.gz) = 402054 bytes |