pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/p5-YAML Update to 0.36:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/74c0211102b2
branches:  trunk
changeset: 489275:74c0211102b2
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Feb 19 12:31:15 2005 +0000

description:
Update to 0.36:
changes:
- Slight changes to the way things are dumped.
- Fixed bugs dumping "foo\nbar" for svk acceptance

diffstat:

 textproc/p5-YAML/Makefile         |   6 +++---
 textproc/p5-YAML/distinfo         |   7 +++----
 textproc/p5-YAML/patches/patch-aa |  25 -------------------------
 3 files changed, 6 insertions(+), 32 deletions(-)

diffs (60 lines):

diff -r 8fccfbebba32 -r 74c0211102b2 textproc/p5-YAML/Makefile
--- a/textproc/p5-YAML/Makefile Sat Feb 19 12:19:43 2005 +0000
+++ b/textproc/p5-YAML/Makefile Sat Feb 19 12:31:15 2005 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.3 2004/12/20 11:31:12 grant Exp $
+# $NetBSD: Makefile,v 1.4 2005/02/19 12:31:15 wiz Exp $
 
-DISTNAME=      YAML-0.35
+DISTNAME=      YAML-0.36
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    perl5 textproc
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=YAML/}
 
 MAINTAINER=    tech-pkg%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/YAML/
 COMMENT=       YAML implementation for Perl
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
diff -r 8fccfbebba32 -r 74c0211102b2 textproc/p5-YAML/distinfo
--- a/textproc/p5-YAML/distinfo Sat Feb 19 12:19:43 2005 +0000
+++ b/textproc/p5-YAML/distinfo Sat Feb 19 12:31:15 2005 +0000
@@ -1,5 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2003/12/03 15:56:20 epg Exp $
+$NetBSD: distinfo,v 1.2 2005/02/19 12:31:15 wiz Exp $
 
-SHA1 (YAML-0.35.tar.gz) = fb97a08a56f3b2dd80c62d7b33ee0c5da480ef32
-Size (YAML-0.35.tar.gz) = 55741 bytes
-SHA1 (patch-aa) = 1dc1f95c9e9b504d6112d59470b60794c2d6442c
+SHA1 (YAML-0.36.tar.gz) = a2d86fe407905c058597023ff05c01014f47179e
+Size (YAML-0.36.tar.gz) = 59834 bytes
diff -r 8fccfbebba32 -r 74c0211102b2 textproc/p5-YAML/patches/patch-aa
--- a/textproc/p5-YAML/patches/patch-aa Sat Feb 19 12:19:43 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2003/12/03 15:56:20 epg Exp $
-
---- Makefile.PL.orig   Mon Jun 24 22:59:08 2002
-+++ Makefile.PL
-@@ -1,19 +1,6 @@
- use ExtUtils::MakeMaker;
- 
--my @programs;
--
--for (split "\n", <<'QUERIES') {
--ysh|y|YAML Shell
--xyx|y|YAML<->XML transform
--yaml2outline|y|YAML-to-Outline converter
--phone2yaml|y|Palm phone list converter
--QUERIES
--    my ($program, $default, $description) = split /\|/, $_;
--    if (prompt("Do you want to install '$program', the $description?", 
--               $default) =~ /^y/) {
--      push(@programs, $program);
--    }
--}
-+my @programs = ('ysh', 'xyx', 'yaml2outline', 'phone2yaml');
- 
- WriteMakefile(
-     NAME => 'YAML',



Home | Main Index | Thread Index | Old Index