diff options
author | mef <mef@pkgsrc.org> | 2015-05-23 10:39:33 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-05-23 10:39:33 +0000 |
commit | 71ed0eaa479432fc4a2ea2b23fed2a89476e1030 (patch) | |
tree | 2ea758ccd6690cb26c1ee6cf7739d3852b02e46f /textproc | |
parent | 3282aa088220a7370762b02e6449a0a67dd818ac (diff) | |
download | pkgsrc-71ed0eaa479432fc4a2ea2b23fed2a89476e1030.tar.gz |
(pkgsrc)
- Convert PERL5_MODULE_TYPE to default
(upstream)
- Update 1.6.3 to 1.6.5
---------------------
1.6.5 April 21 2015
- Changes to make installation work better, address
https://rt.cpan.org/Public/Bug/Display.html?id=54816
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-RecordParser/Makefile | 8 | ||||
-rw-r--r-- | textproc/p5-Text-RecordParser/distinfo | 8 |
2 files changed, 7 insertions, 9 deletions
diff --git a/textproc/p5-Text-RecordParser/Makefile b/textproc/p5-Text-RecordParser/Makefile index b45c0579a23..cdd66956ee7 100644 --- a/textproc/p5-Text-RecordParser/Makefile +++ b/textproc/p5-Text-RecordParser/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2014/10/09 14:07:04 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2015/05/23 10:39:33 mef Exp $ # -DISTNAME= Text-RecordParser-v1.6.3 -PKGNAME= p5-${DISTNAME:S/v1/1/} -PKGREVISION= 2 +DISTNAME= Text-RecordParser-1.6.5 +PKGNAME= p5-${DISTNAME} CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} @@ -29,7 +28,6 @@ DEPENDS+= p5-Text-TabularDisplay>=1.22:../../textproc/p5-Text-TabularDisplay USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Text/RecordParser/.packlist -PERL5_MODULE_TYPE= Module::Build USE_TOOLS+=perl diff --git a/textproc/p5-Text-RecordParser/distinfo b/textproc/p5-Text-RecordParser/distinfo index 4d66f943df7..8122aca6b7a 100644 --- a/textproc/p5-Text-RecordParser/distinfo +++ b/textproc/p5-Text-RecordParser/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2013/08/26 01:03:13 wen Exp $ +$NetBSD: distinfo,v 1.5 2015/05/23 10:39:33 mef Exp $ -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 +SHA1 (Text-RecordParser-1.6.5.tar.gz) = 9c06d8bac11890cb7c8ac13705ed10228fc33634 +RMD160 (Text-RecordParser-1.6.5.tar.gz) = b62b9adfd9e38323ceb5b3c9f9bd7e542864cbb2 +Size (Text-RecordParser-1.6.5.tar.gz) = 83653 bytes |