diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-01-13 16:12:46 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-01-13 16:12:46 +0800 |
commit | 9708a62fa181aa889383b1d2e22cf2ef07d5b5e5 (patch) | |
tree | a88fc956bfe76ecf390c51a6e491835c9bc62d77 | |
parent | 228a12f2e0d3d0ee410efdf15c00128710fd153c (diff) | |
download | freebsd-ports-gnome-9708a62fa181aa889383b1d2e22cf2ef07d5b5e5.tar.gz freebsd-ports-gnome-9708a62fa181aa889383b1d2e22cf2ef07d5b5e5.tar.zst freebsd-ports-gnome-9708a62fa181aa889383b1d2e22cf2ef07d5b5e5.zip |
Update to 2.97001
Changes: http://search.cpan.org/dist/JSON/Changes
PR: 224681
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 14 days)
-rw-r--r-- | converters/p5-JSON/Makefile | 4 | ||||
-rw-r--r-- | converters/p5-JSON/distinfo | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/converters/p5-JSON/Makefile b/converters/p5-JSON/Makefile index 9e75a5c38d91..d49a2b5e8050 100644 --- a/converters/p5-JSON/Makefile +++ b/converters/p5-JSON/Makefile @@ -1,11 +1,11 @@ # $FreeBSD$ PORTNAME= JSON -PORTVERSION= 2.90 -PORTREVISION= 1 +PORTVERSION= 2.97.001 CATEGORIES= converters perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension to convert to JSON (JavaScript Object Notation) diff --git a/converters/p5-JSON/distinfo b/converters/p5-JSON/distinfo index c6dcf17452b0..30e951343d8a 100644 --- a/converters/p5-JSON/distinfo +++ b/converters/p5-JSON/distinfo @@ -1,2 +1,3 @@ -SHA256 (JSON-2.90.tar.gz) = 4ddbb3cb985a79f69a34e7c26cde1c81120d03487e87366f9a119f90f7bdfe88 -SIZE (JSON-2.90.tar.gz) = 85333 +TIMESTAMP = 1514116026 +SHA256 (JSON-2.97001.tar.gz) = e277d9385633574923f48c297e1b8acad3170c69fa590e31fa466040fc6f8f5a +SIZE (JSON-2.97001.tar.gz) = 82790 |