summaryrefslogtreecommitdiff
path: root/textproc/p5-YAML/Makefile
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2012-04-10 13:53:34 +0000
committersno <sno@pkgsrc.org>2012-04-10 13:53:34 +0000
commitfa16e24c2f0d7978cf05c20e80879c3d90da8447 (patch)
tree38ec209fd011936cb1e105942eee28bf23daa017 /textproc/p5-YAML/Makefile
parent12d72f7b79f1cb9c22e0c11a94a8417e9fdb0ad6 (diff)
downloadpkgsrc-fa16e24c2f0d7978cf05c20e80879c3d90da8447.tar.gz
Updating package for CPAN module YAML in textproc/p5-YAML from 0.77 to 0.80
Upstream changes: version: 0.80 date: Fri Feb 10 12:56:08 PST 2012 changes: - Patch from https://rt.cpan.org/Ticket/Display.html?id=73702 - Make YAML::Node subclass YAML::Mo::Object as well as Exporter (MSTROUT) version: 0.79 date: Wed Feb 8 17:25:55 PST 2012 changes: - Peter Scott and others noticed Mo::xxx causing problems on newer perls. Removed xxx for now. version: 0.78 date: Sun Jan 1 23:53:57 PST 2012 changes: - Apply patch from ANDK++ to deal with B::Deparse changes.
Diffstat (limited to 'textproc/p5-YAML/Makefile')
-rw-r--r--textproc/p5-YAML/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-YAML/Makefile b/textproc/p5-YAML/Makefile
index 6a79bce3dd5..a3569c33e3f 100644
--- a/textproc/p5-YAML/Makefile
+++ b/textproc/p5-YAML/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2011/11/16 08:31:38 sno Exp $
+# $NetBSD: Makefile,v 1.24 2012/04/10 13:53:34 sno Exp $
-DISTNAME= YAML-0.77
+DISTNAME= YAML-0.80
PKGNAME= p5-${DISTNAME}
CATEGORIES= perl5 textproc
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=YAML/}