mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 11:03:09 -04:00
- Update to 0.1.5.
- use JSON::Any instead of JSON::Syck - ChangeLog: http://search.cpan.org/dist/Google-Data-JSON/Changes
This commit is contained in:
parent
cd49f82e33
commit
38bdff9de7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=210265
2 changed files with 6 additions and 5 deletions
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue