summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authormef <mef>2015-05-06 04:10:01 +0000
committermef <mef>2015-05-06 04:10:01 +0000
commit76d307542121092826c53499b0b667eb646c5e0a (patch)
tree14f6892e5d65624d3d2274d7411386ab3338211c /textproc
parent0b6901a471ae54ca3ec7bd6b510078c261320473 (diff)
downloadpkgsrc-76d307542121092826c53499b0b667eb646c5e0a.tar.gz
Update 3.02 to 3.06
------------------- # Version 3.06 # ----------------------------------------------------------------------- * Makefile now generates without user input * Test cases should now run on all smoketesters. # Version 3.03 to 03.05 #------------------------------------------------------------------------ * Minor packaging fixes which correct issues relating to CPAN indexing as a co-committer. No code changes. # Version 3.02.01 - 2014-02-25 #------------------------------------------------------------------------ * Fixed test case failures based on differing escape returns from LaTeX::Encode
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-Template-Plugin-Latex/Makefile5
-rw-r--r--textproc/p5-Template-Plugin-Latex/distinfo10
-rw-r--r--textproc/p5-Template-Plugin-Latex/patches/patch-aa11
3 files changed, 14 insertions, 12 deletions
diff --git a/textproc/p5-Template-Plugin-Latex/Makefile b/textproc/p5-Template-Plugin-Latex/Makefile
index aee9216a03a..dd15619c0e2 100644
--- a/textproc/p5-Template-Plugin-Latex/Makefile
+++ b/textproc/p5-Template-Plugin-Latex/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2014/05/29 23:37:41 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2015/05/06 04:10:01 mef Exp $
#
-DISTNAME= Template-Plugin-Latex-3.02
+DISTNAME= Template-Plugin-Latex-3.06
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 6
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Template/}
diff --git a/textproc/p5-Template-Plugin-Latex/distinfo b/textproc/p5-Template-Plugin-Latex/distinfo
index 10e6ede9b60..28c96807baa 100644
--- a/textproc/p5-Template-Plugin-Latex/distinfo
+++ b/textproc/p5-Template-Plugin-Latex/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/05/17 10:37:39 sno Exp $
+$NetBSD: distinfo,v 1.2 2015/05/06 04:10:01 mef Exp $
-SHA1 (Template-Plugin-Latex-3.02.tar.gz) = 77643d4dc9da5c1c9d254e452511d4d03eebc815
-RMD160 (Template-Plugin-Latex-3.02.tar.gz) = d3a3505578d02793dea98a618ab162d0ec9f3665
-Size (Template-Plugin-Latex-3.02.tar.gz) = 22048 bytes
-SHA1 (patch-aa) = 483becc002d5c6cf107876b6fa636ccfee7a51ca
+SHA1 (Template-Plugin-Latex-3.06.tar.gz) = 19eb6427e855e347b23d20cba9127954de150f49
+RMD160 (Template-Plugin-Latex-3.06.tar.gz) = 965323df21253523eb9a55fc38e5c30f5dc53c0e
+Size (Template-Plugin-Latex-3.06.tar.gz) = 20487 bytes
+SHA1 (patch-aa) = a829811c058e222952d6d86b1defc914ae6d2f2d
diff --git a/textproc/p5-Template-Plugin-Latex/patches/patch-aa b/textproc/p5-Template-Plugin-Latex/patches/patch-aa
index 2c341db75aa..11264058b38 100644
--- a/textproc/p5-Template-Plugin-Latex/patches/patch-aa
+++ b/textproc/p5-Template-Plugin-Latex/patches/patch-aa
@@ -1,7 +1,10 @@
---- Makefile.PL.orig 2009-05-17 10:00:40.000000000 +0000
-+++ Makefile.PL 2009-05-17 10:00:56.000000000 +0000
-@@ -51,7 +51,7 @@
- #------------------------------------------------------------------------
+$NetBSD: patch-aa,v 1.2 2015/05/06 04:10:01 mef Exp $
+
+
+--- Makefile.PL.orig 2015-05-06 12:01:31.000000000 +0900
++++ Makefile.PL 2015-05-06 12:03:03.000000000 +0900
+@@ -17,7 +17,7 @@ our $ACCEPT = 0;
+ our $WIN32 = ($^O eq 'MSWin32');
my %opts = (
- 'NAME' => 'Template-Plugin-Latex',