From 85913ef1a23f7288e39c7a15751407bed3db4293 Mon Sep 17 00:00:00 2001 From: aaron Date: Tue, 16 May 2006 18:58:16 +0000 Subject: - Updated from v0.4 to v0.6 0.6 - Fixed incompatibility with HTML::Parser 1.35 - Upped the required versions of Pod::LaTeX and HTML::Entities to ones I know work 0.5 - Fixed an incorrect quoting bug in MathMode - Added a couple of tests for quote bug and escaping - Now unescapes any singular character (\\ => \, \x => x, etc), this may be too broad and need casing? Approved by: tobez (implicit) --- textproc/p5-TeX-Encode/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'textproc/p5-TeX-Encode/Makefile') diff --git a/textproc/p5-TeX-Encode/Makefile b/textproc/p5-TeX-Encode/Makefile index 38263df5ac24..43e7e1135c6c 100644 --- a/textproc/p5-TeX-Encode/Makefile +++ b/textproc/p5-TeX-Encode/Makefile @@ -6,7 +6,7 @@ # PORTNAME= TeX-Encode -PORTVERSION= 0.4 +PORTVERSION= 0.6 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../../authors/id/T/TI/TIMBRODY -- cgit