summaryrefslogtreecommitdiff
path: root/print/p5-LaTeX-Encode/Makefile
diff options
context:
space:
mode:
authormef <mef>2015-04-29 14:38:09 +0000
committermef <mef>2015-04-29 14:38:09 +0000
commit8c31e58bde4795c7e6d49edd34746ea3e7003c9a (patch)
tree70b73a0e0d86896a1e42138b74d13788869a55db /print/p5-LaTeX-Encode/Makefile
parent362671d0b52331dc3460b8ee06bf4aedb2ac6ece (diff)
downloadpkgsrc-8c31e58bde4795c7e6d49edd34746ea3e7003c9a.tar.gz
Update 0.06 to 0.091.3
---------------------- 2014-03-25 Chris Travers <chris.travers@gmail.com> * version 0.091.3 * Further regexp fixes for 5.19 bracket handling 2014-03-24 Chris Travers <chris.travers@gmail.com> * version 0.091.1 * Fixed Test Cases failing taint mode under Perl 5.12 and lower. 2014-03-23 Chris Travers <chris.travers@gmail.com> * version 0.09 * Added additional test case for some entities to make verify table * Merged in LaTeX::Encode::EncodingTable 2012-09-30 Andrew Ford <a.ford@ford-mason.co.uk> * version 0.08 * change t/11-unmatched-chars.t to use an unmatched ideographic character instead of 0x{ffff} as some versions of perl protest about having an illegal Unicode character in a string. 2012-09-23 Andrew Ford <a.ford@ford-mason.co.uk> * version 0.07 * remove use of 'parent' in generated module * add handling of unmatched characters * add note about Unicode data that does not have the UTF8 flag set
Diffstat (limited to 'print/p5-LaTeX-Encode/Makefile')
-rw-r--r--print/p5-LaTeX-Encode/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/print/p5-LaTeX-Encode/Makefile b/print/p5-LaTeX-Encode/Makefile
index 03d197aafc2..62ae3d143fd 100644
--- a/print/p5-LaTeX-Encode/Makefile
+++ b/print/p5-LaTeX-Encode/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2014/05/29 23:37:16 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2015/04/29 14:38:09 mef Exp $
#
-DISTNAME= LaTeX-Encode-0.06
+DISTNAME= LaTeX-Encode-0.091.6
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 3
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=LaTeX/}
@@ -13,6 +12,8 @@ COMMENT= Encode characters for LaTeX formatting
LICENSE= gnu-gpl-v2 # OR artistic
DEPENDS+= p5-Readonly>=0:../../devel/p5-Readonly
+# for make test
+BUILD_DEPENDS+= p5-Carp-Always-[0-9]*:../../devel/p5-Carp-Always
PERL5_PACKLIST= auto/LaTeX/Encode/.packlist
REPLACE_PERL+= scripts/build-character-table scripts/format-encoding-reference