diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-04-29 18:19:04 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-04-29 18:19:04 +0000 |
commit | 778caa47180be544f2dc2696071ddb09c98b8f70 (patch) | |
tree | 2fe169b1ce49e2b72fafdaf5336aa8201658a4d8 /textproc/p5-YAML | |
parent | faff2fe5e41400ed4edaeb14ae2458bfc603fd20 (diff) |
Notes
Diffstat (limited to 'textproc/p5-YAML')
-rw-r--r-- | textproc/p5-YAML/Makefile | 2 | ||||
-rw-r--r-- | textproc/p5-YAML/distinfo | 6 | ||||
-rw-r--r-- | textproc/p5-YAML/pkg-descr | 13 |
3 files changed, 10 insertions, 11 deletions
diff --git a/textproc/p5-YAML/Makefile b/textproc/p5-YAML/Makefile index 18354eb7b2c6..e28e56c198ed 100644 --- a/textproc/p5-YAML/Makefile +++ b/textproc/p5-YAML/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= YAML -PORTVERSION= 1.27 +PORTVERSION= 1.28 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/textproc/p5-YAML/distinfo b/textproc/p5-YAML/distinfo index a39effea9186..b74b62d0d26b 100644 --- a/textproc/p5-YAML/distinfo +++ b/textproc/p5-YAML/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1541352183 -SHA256 (YAML-1.27.tar.gz) = c992a1e820de0721b62b22521de92cdbf49edc306ab804c485b4b1ec25f682f9 -SIZE (YAML-1.27.tar.gz) = 86770 +TIMESTAMP = 1556558965 +SHA256 (YAML-1.28.tar.gz) = d85de81c6c90b0625fa6c5db0a5aa142648aa61fc33026f098b2a597812008c5 +SIZE (YAML-1.28.tar.gz) = 86981 diff --git a/textproc/p5-YAML/pkg-descr b/textproc/p5-YAML/pkg-descr index c42b63ceee94..9b84508955e7 100644 --- a/textproc/p5-YAML/pkg-descr +++ b/textproc/p5-YAML/pkg-descr @@ -1,11 +1,10 @@ -The YAML.pm module implements a YAML Loader and Dumper based on the YAML -1.0 specification, http://www.yaml.org/spec/ +The YAML.pm module implements a YAML Loader and Dumper based on the YAML 1.0 +specification, https://yaml.org/spec/ -YAML is a generic data serialization language that is optimized for -human readability. It can be used to express the data structures of most -modern programming languages, including Perl. +YAML is a generic data serialization language that is optimized for human +readability. It can be used to express the data structures of most modern +programming languages, including Perl. -For information on the YAML syntax, please refer to the YAML -specification. +For information on the YAML syntax, please refer to the YAML specification. WWW: https://metacpan.org/release/YAML |