diff options
author | tobez <tobez@FreeBSD.org> | 2011-11-29 21:06:35 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2011-11-29 21:06:35 +0800 |
commit | 28b21999d5305f06b48dafef829c264aa87d6e02 (patch) | |
tree | da46618e721af29d7d26fbf6e5e0748c695616ae /textproc/p5-YAML | |
parent | 1144b33f7ecbcb22e825ffc341587604b7a62ad8 (diff) | |
download | freebsd-ports-gnome-28b21999d5305f06b48dafef829c264aa87d6e02.tar.gz freebsd-ports-gnome-28b21999d5305f06b48dafef829c264aa87d6e02.tar.zst freebsd-ports-gnome-28b21999d5305f06b48dafef829c264aa87d6e02.zip |
Update to 0.77.
Changes: http://search.cpan.org/dist/YAML/Changes
Feature safe: yes
Diffstat (limited to 'textproc/p5-YAML')
-rw-r--r-- | textproc/p5-YAML/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-YAML/distinfo | 4 | ||||
-rw-r--r-- | textproc/p5-YAML/pkg-plist | 3 |
3 files changed, 6 insertions, 5 deletions
diff --git a/textproc/p5-YAML/Makefile b/textproc/p5-YAML/Makefile index dc6810f07f15..8e2007f8690e 100644 --- a/textproc/p5-YAML/Makefile +++ b/textproc/p5-YAML/Makefile @@ -6,7 +6,7 @@ # PORTNAME= YAML -PORTVERSION= 0.73 +PORTVERSION= 0.77 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -20,13 +20,13 @@ MAN3= \ Test::YAML.3 \ YAML.3 \ YAML::Any.3 \ - YAML::Base.3 \ YAML::Dumper.3 \ YAML::Dumper::Base.3 \ YAML::Error.3 \ YAML::Loader.3 \ YAML::Loader::Base.3 \ YAML::Marshall.3 \ + YAML::Mo.3 \ YAML::Node.3 \ YAML::Tag.3 \ YAML::Types.3 diff --git a/textproc/p5-YAML/distinfo b/textproc/p5-YAML/distinfo index 0a8aa8098c05..e07184bc2daf 100644 --- a/textproc/p5-YAML/distinfo +++ b/textproc/p5-YAML/distinfo @@ -1,2 +1,2 @@ -SHA256 (YAML-0.73.tar.gz) = 2144bb7b0f3780fd623b1b47b539d0fd31b5b7f941f9e4e2f8bfd9c491e42e21 -SIZE (YAML-0.73.tar.gz) = 118050 +SHA256 (YAML-0.77.tar.gz) = 715d7d5f5247a36f13c83b359d90882122ee90399ffb5984908dce4fd9173295 +SIZE (YAML-0.77.tar.gz) = 118736 diff --git a/textproc/p5-YAML/pkg-plist b/textproc/p5-YAML/pkg-plist index 25f15a351376..32d42a49eeed 100644 --- a/textproc/p5-YAML/pkg-plist +++ b/textproc/p5-YAML/pkg-plist @@ -2,13 +2,14 @@ %%SITE_PERL%%/Test/YAML.pm %%SITE_PERL%%/YAML.pm %%SITE_PERL%%/YAML/Any.pm -%%SITE_PERL%%/YAML/Base.pm %%SITE_PERL%%/YAML/Dumper.pm %%SITE_PERL%%/YAML/Dumper/Base.pm %%SITE_PERL%%/YAML/Error.pm %%SITE_PERL%%/YAML/Loader.pm %%SITE_PERL%%/YAML/Loader/Base.pm %%SITE_PERL%%/YAML/Marshall.pm +%%SITE_PERL%%/YAML/Mo.pm +%%SITE_PERL%%/YAML/Mo.pod %%SITE_PERL%%/YAML/Node.pm %%SITE_PERL%%/YAML/Tag.pm %%SITE_PERL%%/YAML/Types.pm |