summaryrefslogtreecommitdiff
path: root/textproc/p5-YAML-Syck
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2010-07-31 12:26:07 +0000
committersno <sno@pkgsrc.org>2010-07-31 12:26:07 +0000
commit2e126b281edd34e05160bc3daf87292cd61e2924 (patch)
treefab3a76d3bfd1120d8cce3fef4a3902a9096a566 /textproc/p5-YAML-Syck
parent441a0a1779d7c5bcde2291c8b693110e391431ba (diff)
downloadpkgsrc-2e126b281edd34e05160bc3daf87292cd61e2924.tar.gz
Updating textproc/p5-YAML-Syck from 1.07 to 1.10
pkgsrc changes: - use PERL5_MODULE_TYPE instead of manual depend on M::I - add license definition Upstream changes: [Changes for 1.10 (JSON::Syck 0.32) - 2010-06-06] 1.09 was released with version 0.97 of Module::Install. It had a critical bug that I reported which broke installations on perl 5.8.3 and older. This release is equivalent to 1.09 aside from bumping Module::Install to 0.99 which fixed the bug. [Changes for 1.09 (JSON::Syck 0.32) - 2010-05-29] * Exactly equivalent to 1.08_01, aside from bumping the version numbers [Changes for 1.08_01 (JSON::Syck 0.31_01) - 2010-05-23] * Reset the hash iterator after dumping hashes. Solves RT #54167 and the duplicate RT #34166. * RT #39572: Only print 0.60 compatibility warning if 0.60 or earlier is installed. [Changes for 1.08 (JSON::Syck 0.31) - 2010-05-23] Like the 1.07_01 test release aside from small documentation improvements. * POD link to JSON::XS from JSON::Syck * Include a WARNING section in the YAML::Syck pod that mentions that the module hasn't been actively maintained since 2007, and that perhaps prospective users might want to turn elsewhere. [Changes for 1.07_01 (JSON::Syck 0.30) - 2010-05-20] About: First release by new maintainer (AVAR). The source repository is now hosted in Git at http://github.com/avar/YAML-Syck YAML::Syck is still pretty much abandonware, all its bugs likely to get fixed any time soon. Code fixes: * Strings starting with : are now always quoted. Ruby will interpret anything starting with a colon as a symbol. Before this fix strings exported from YAML::Syck would be interpreted as Ruby symbols when read by Ruby's syck. Release engineering fixes: * Upgrade from Module::Install 0.68 to 0.97 * Bump included Test::More dependency * Remove included inc/attributes.pm dependency. Nothing in our dependencies used this anymore. * Add homepage, bugtracker, and repository metadata to META.yml * Bump perl dependency from 5.00307 to 5.006. 5.005 is all Module::Install supported, and YAML::Syck depends on Scalar::Util which only goes as low as 5.006.
Diffstat (limited to 'textproc/p5-YAML-Syck')
-rw-r--r--textproc/p5-YAML-Syck/Makefile9
-rw-r--r--textproc/p5-YAML-Syck/distinfo8
2 files changed, 8 insertions, 9 deletions
diff --git a/textproc/p5-YAML-Syck/Makefile b/textproc/p5-YAML-Syck/Makefile
index 3360ba094b3..0e24d3fc2d6 100644
--- a/textproc/p5-YAML-Syck/Makefile
+++ b/textproc/p5-YAML-Syck/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2009/04/30 21:00:18 sno Exp $
+# $NetBSD: Makefile,v 1.8 2010/07/31 12:26:07 sno Exp $
-DISTNAME= YAML-Syck-1.07
+DISTNAME= YAML-Syck-1.10
PKGNAME= p5-${DISTNAME}
CATEGORIES= perl5 textproc
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=YAML/}
@@ -9,14 +9,13 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=YAML/}
MAINTAINER= bad@NetBSD.org
HOMEPAGE= http://search.cpan.org/~audreyt/YAML-Syck/
COMMENT= Fast, lightweight YAML loader and dumper
-#LICENSE= mit AND bsd
+LICENSE= mit AND 2-clause-bsd
USE_LANGUAGES= c
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/YAML/Syck/.packlist
-
-BUILD_DEPENDS+= p5-Module-Install-[0-9]*:../../devel/p5-Module-Install
+PERL5_MODULE_TYPE= Module::Install::Bundled
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/textproc/p5-YAML-Syck/distinfo b/textproc/p5-YAML-Syck/distinfo
index 37083aae730..a3f51e2ad83 100644
--- a/textproc/p5-YAML-Syck/distinfo
+++ b/textproc/p5-YAML-Syck/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2009/04/30 21:00:18 sno Exp $
+$NetBSD: distinfo,v 1.6 2010/07/31 12:26:07 sno Exp $
-SHA1 (YAML-Syck-1.07.tar.gz) = de0f562cd4627c70c5fdc3e15d7afa93a4036f4f
-RMD160 (YAML-Syck-1.07.tar.gz) = b1dbd4588e4964507eb7c6c7b1e3fc46988600b0
-Size (YAML-Syck-1.07.tar.gz) = 142228 bytes
+SHA1 (YAML-Syck-1.10.tar.gz) = d50645f9edb8c02c21d7e2628d4e9e7b51e5347c
+RMD160 (YAML-Syck-1.10.tar.gz) = e1b665e58457ad910090e1c8df7763bf44a132b9
+Size (YAML-Syck-1.10.tar.gz) = 153552 bytes