summaryrefslogtreecommitdiff
path: root/textproc/p5-Template-Plugin-Autoformat
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2015-04-27 12:17:31 +0000
committermef <mef@pkgsrc.org>2015-04-27 12:17:31 +0000
commit2160e1d007e63a07ebe2f36457ed96d9937e9e2f (patch)
tree66097fa3bec94100291b2ee0d18cd021cac273cd /textproc/p5-Template-Plugin-Autoformat
parent93a2c7d0ce777584aa278b0b9b845f07cae3f53b (diff)
downloadpkgsrc-2160e1d007e63a07ebe2f36457ed96d9937e9e2f.tar.gz
Update 2.71 to 2.77
------------------- 2.77 2015-02-27 - merge a series of doc and test cleanup patches from Breno G. de Oliveira (garu) 2.76 2015-01-05 - tests patched to fix some locales (https://rt.cpan.org/Ticket/Display.html?id=99972) 2.75 2014-05-09 - official release, no code change from 2.74_04 2.74_04 2014-05-07 - tweek tests to reflect sprintf rounding differences on some machines 2.74_03 2014-05-06 - port tests to Test::More to get better diagnostics from cpantesters 2.74_02 2014-05-02 - attempt to address failing test 10 on some cpantesters 2.74_01 2014-05-01 - Peter Karman took over maintenance. - repo started at https://github.com/karpet/template-plugin-autoformat - fixed failing tests, switching to standard initial-cap for plugin name before: USE autoformat after : USE Autoformat
Diffstat (limited to 'textproc/p5-Template-Plugin-Autoformat')
-rw-r--r--textproc/p5-Template-Plugin-Autoformat/Makefile5
-rw-r--r--textproc/p5-Template-Plugin-Autoformat/distinfo9
-rw-r--r--textproc/p5-Template-Plugin-Autoformat/patches/patch-aa11
3 files changed, 6 insertions, 19 deletions
diff --git a/textproc/p5-Template-Plugin-Autoformat/Makefile b/textproc/p5-Template-Plugin-Autoformat/Makefile
index c0e6be73447..e5cb08c9aaf 100644
--- a/textproc/p5-Template-Plugin-Autoformat/Makefile
+++ b/textproc/p5-Template-Plugin-Autoformat/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2014/05/29 23:37:40 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2015/04/27 12:17:31 mef Exp $
-DISTNAME= Template-Plugin-Autoformat-2.71
+DISTNAME= Template-Plugin-Autoformat-2.77
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 5
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Template/}
diff --git a/textproc/p5-Template-Plugin-Autoformat/distinfo b/textproc/p5-Template-Plugin-Autoformat/distinfo
index 69d79731dfc..9250e7b06b0 100644
--- a/textproc/p5-Template-Plugin-Autoformat/distinfo
+++ b/textproc/p5-Template-Plugin-Autoformat/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/08/17 19:28:10 sno Exp $
+$NetBSD: distinfo,v 1.2 2015/04/27 12:17:31 mef Exp $
-SHA1 (Template-Plugin-Autoformat-2.71.tar.gz) = 4a1cb350b0690ce21c1b793867bbfa7fc4f7bfe0
-RMD160 (Template-Plugin-Autoformat-2.71.tar.gz) = d7fb9b2d482738001d4e60fd858f68b14fb79949
-Size (Template-Plugin-Autoformat-2.71.tar.gz) = 4736 bytes
-SHA1 (patch-aa) = 2c3f0426830d13f577853ada658e472fbb6063ac
+SHA1 (Template-Plugin-Autoformat-2.77.tar.gz) = 76464b3a30598a840808a4ac50bea157fe7e579f
+RMD160 (Template-Plugin-Autoformat-2.77.tar.gz) = 462e739cee3669d2c8850de96f2977702305c347
+Size (Template-Plugin-Autoformat-2.77.tar.gz) = 6423 bytes
diff --git a/textproc/p5-Template-Plugin-Autoformat/patches/patch-aa b/textproc/p5-Template-Plugin-Autoformat/patches/patch-aa
deleted file mode 100644
index 90d66f5573a..00000000000
--- a/textproc/p5-Template-Plugin-Autoformat/patches/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.PL.orig 2009-08-17 19:13:38.000000000 +0000
-+++ Makefile.PL 2009-08-17 19:13:56.000000000 +0000
-@@ -5,7 +5,7 @@
- use ExtUtils::MakeMaker;
-
- my %opts = (
-- 'NAME' => 'Template-Plugin-Autoformat',
-+ 'NAME' => 'Template::Plugin::Autoformat',
- 'VERSION_FROM' => 'lib/Template/Plugin/Autoformat.pm',
- 'PMLIBDIRS' => [ 'lib' ],
- 'PREREQ_PM' => {