summaryrefslogtreecommitdiff
path: root/textproc/p5-Text-RecordParser
diff options
context:
space:
mode:
authorwen <wen@pkgsrc.org>2013-08-26 01:03:13 +0000
committerwen <wen@pkgsrc.org>2013-08-26 01:03:13 +0000
commit4a9cf9c62edb24eb95229fa80be26274e054fa2b (patch)
tree04c79a0bb929188a7761f04551c381326a971cf4 /textproc/p5-Text-RecordParser
parentf16fa6d9fa567fb395e18a79e1fa57d3f8a29040 (diff)
downloadpkgsrc-4a9cf9c62edb24eb95229fa80be26274e054fa2b.tar.gz
Update to 1.6.3
Add missing DEPENDS Upstream changes: 1.6.3 August 9 2012 - Fixed bug in "Build.PL" regarding "podselect," updated Build.PL reqs 1.6.2 August 9 2012 - Made output of "tablify -v" prettier using Text::Autoformat 1.6.1 April 30 2013 - Removed a debug statement - Fixed INSTALL 1.6.0 April 30 2013 - Moved to Git repo at github.com:kyclark/text-recordparser.git - Changes to "tablify" - Allow for comment lines - Added more single-letter argument names - Allow for definition of column names
Diffstat (limited to 'textproc/p5-Text-RecordParser')
-rw-r--r--textproc/p5-Text-RecordParser/Makefile13
-rw-r--r--textproc/p5-Text-RecordParser/distinfo8
2 files changed, 11 insertions, 10 deletions
diff --git a/textproc/p5-Text-RecordParser/Makefile b/textproc/p5-Text-RecordParser/Makefile
index 19037dc41e5..f56c61dcf9f 100644
--- a/textproc/p5-Text-RecordParser/Makefile
+++ b/textproc/p5-Text-RecordParser/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2013/05/31 12:42:17 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2013/08/26 01:03:13 wen Exp $
#
-DISTNAME= Text-RecordParser-v1.5.0
+DISTNAME= Text-RecordParser-v1.6.3
PKGNAME= p5-${DISTNAME:S/v1/1/}
-PKGREVISION= 3
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
@@ -16,6 +15,8 @@ DEPENDS+= p5-Class-Accessor>=0:../../devel/p5-Class-Accessor
DEPENDS+= p5-IO-stringy-[0-9]*:../../devel/p5-IO-stringy
DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils
DEPENDS+= p5-Readonly-[0-9]*:../../devel/p5-Readonly
+DEPENDS+= p5-Pod-Readme>=0:../../textproc/p5-Pod-Readme
+DEPENDS+= p5-Pod-Markdown>=0:../../textproc/p5-Pod-Markdown
# Recommended dependencies
DEPENDS+= p5-GraphViz-[0-9]*:../../graphics/p5-GraphViz
@@ -30,9 +31,9 @@ PERL5_MODULE_TYPE= Module::Build
USE_TOOLS+=perl
-REPLACE_PERL+= bin/tab2graph blib/script/tab2graph
-REPLACE_PERL+= bin/tablify blib/script/tablify
-REPLACE_PERL+= bin/tabmerge blib/script/tabmerge
+REPLACE_PERL+= bin/tab2graph
+REPLACE_PERL+= bin/tablify
+REPLACE_PERL+= bin/tabmerge
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/p5-Text-RecordParser/distinfo b/textproc/p5-Text-RecordParser/distinfo
index 059c7b72f41..4d66f943df7 100644
--- a/textproc/p5-Text-RecordParser/distinfo
+++ b/textproc/p5-Text-RecordParser/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2010/09/08 05:26:37 sno Exp $
+$NetBSD: distinfo,v 1.4 2013/08/26 01:03:13 wen Exp $
-SHA1 (Text-RecordParser-v1.5.0.tar.gz) = d829d7ab5ef43df0d6af01ee8adad5742682f832
-RMD160 (Text-RecordParser-v1.5.0.tar.gz) = 6124656efaa7f3f208cb9338cfe0ebc1fe5e1a2e
-Size (Text-RecordParser-v1.5.0.tar.gz) = 72369 bytes
+SHA1 (Text-RecordParser-v1.6.3.tar.gz) = b9eb13f3d0c30fa3deba258f465363fa51df5f9c
+RMD160 (Text-RecordParser-v1.6.3.tar.gz) = b0eab7a84cea3fbdc1868411478fa1a59940ca30
+Size (Text-RecordParser-v1.6.3.tar.gz) = 73866 bytes