diff options
author | chinsan <chinsan@FreeBSD.org> | 2008-03-31 14:57:09 +0000 |
---|---|---|
committer | chinsan <chinsan@FreeBSD.org> | 2008-03-31 14:57:09 +0000 |
commit | e95cf9f27c78b001f996e48813c4ce0a4f5fa293 (patch) | |
tree | 6334a6d011602c780022aef41bb559741b4b903a | |
parent | b1a238fa316ea627e4875ed87db1b1057e446139 (diff) | |
download | FreeBSD-ports-e95cf9f27c78b001f996e48813c4ce0a4f5fa293.zip FreeBSD-ports-e95cf9f27c78b001f996e48813c4ce0a4f5fa293.tar.gz |
- Update to 0.1.5.
- use JSON::Any instead of JSON::Syck
- ChangeLog: http://search.cpan.org/dist/Google-Data-JSON/Changes
-rw-r--r-- | textproc/p5-Google-Data-JSON/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-Google-Data-JSON/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/textproc/p5-Google-Data-JSON/Makefile b/textproc/p5-Google-Data-JSON/Makefile index d1079be..c35ba95 100644 --- a/textproc/p5-Google-Data-JSON/Makefile +++ b/textproc/p5-Google-Data-JSON/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Google-Data-JSON -PORTVERSION= 0.1.4 +PORTVERSION= 0.1.5 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= HTML/TAKERU @@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= chinsan@FreeBSD.org COMMENT= General XML-JSON converter based on Google Data APIs -BUILD_DEPENDS= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ +BUILD_DEPENDS= p5-JSON-Any>=0:${PORTSDIR}/converters/p5-JSON-Any \ + p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ p5-Perl6-Export-Attrs>=0:${PORTSDIR}/devel/p5-Perl6-Export-Attrs \ p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings \ p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require \ diff --git a/textproc/p5-Google-Data-JSON/distinfo b/textproc/p5-Google-Data-JSON/distinfo index c3cc646..f4f0938 100644 --- a/textproc/p5-Google-Data-JSON/distinfo +++ b/textproc/p5-Google-Data-JSON/distinfo @@ -1,3 +1,3 @@ -MD5 (Google-Data-JSON-0.1.4.tar.gz) = b74c8e7ee6cefb9597fdd49f499f016b -SHA256 (Google-Data-JSON-0.1.4.tar.gz) = fbed9f4fed6718aa70481c86eb64c5d2b95f0a87f2de4caf18e25289442ff26c -SIZE (Google-Data-JSON-0.1.4.tar.gz) = 6658 +MD5 (Google-Data-JSON-0.1.5.tar.gz) = 178483474d72b8dba5dea5df2ed7b3f4 +SHA256 (Google-Data-JSON-0.1.5.tar.gz) = 96b85663cb7f51933f7404672cf31510249b33816431fcf543d57c41af00f05e +SIZE (Google-Data-JSON-0.1.5.tar.gz) = 6700 |