summaryrefslogtreecommitdiff
path: root/textproc/p5-Text-CSV_XS/Makefile
diff options
context:
space:
mode:
authorwen <wen@pkgsrc.org>2013-01-10 15:25:08 +0000
committerwen <wen@pkgsrc.org>2013-01-10 15:25:08 +0000
commitc9ae605f08a1adbae52713fe4744ba8676e2a5e2 (patch)
tree35c913ada8b548e9677393f4410ab5d642271f4e /textproc/p5-Text-CSV_XS/Makefile
parentb5205800c2a95a568d5dcc0559449000932f15f6 (diff)
downloadpkgsrc-c9ae605f08a1adbae52713fe4744ba8676e2a5e2.tar.gz
Update to 0.94
Upstream changes: 0.94 - 2012-12-03, H.Merijn Brand * Guard against beta releases of Encode (Xavier Guimard - RT#81499) * Fix sv_cache init global-buffer-overflow (Reini Urban - RT#81469) * Tested with perl compiled with clag (also to verify RT#81469) * Fix memory leak reported in RT#81539 (Fix by Tony Cook) 0.93 - 2012-11-19, H.Merijn Brand * Skip Encode related tests on too old Encode * Force old(er) tar format (ustar) - assumes GNU tar on release box 0.92 - 2012-11-12, H.Merijn Brand * Allow bind_columns () for print () * Increase buffer size for print to 64k * Fix RT#80680 - Buffer break halfway UTF8 + tests
Diffstat (limited to 'textproc/p5-Text-CSV_XS/Makefile')
-rw-r--r--textproc/p5-Text-CSV_XS/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/p5-Text-CSV_XS/Makefile b/textproc/p5-Text-CSV_XS/Makefile
index d152f6a3e80..80e1042a7b9 100644
--- a/textproc/p5-Text-CSV_XS/Makefile
+++ b/textproc/p5-Text-CSV_XS/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.41 2012/10/25 06:56:24 asau Exp $
+# $NetBSD: Makefile,v 1.42 2013/01/10 15:25:08 wen Exp $
#
-DISTNAME= Text-CSV_XS-0.91
+DISTNAME= Text-CSV_XS-0.94
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
SVR4_PKGNAME= p5tcx
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}