diff options
author | aaron <aaron@FreeBSD.org> | 2006-05-17 02:58:16 +0800 |
---|---|---|
committer | aaron <aaron@FreeBSD.org> | 2006-05-17 02:58:16 +0800 |
commit | 85913ef1a23f7288e39c7a15751407bed3db4293 (patch) | |
tree | 14765d2ca2a549cc18d073bae841edb920d9c181 /textproc/p5-TeX-Encode/Makefile | |
parent | cdec1cf76be390a16a3f3ade638e3db7ad7cf8c2 (diff) | |
download | freebsd-ports-gnome-85913ef1a23f7288e39c7a15751407bed3db4293.tar.gz freebsd-ports-gnome-85913ef1a23f7288e39c7a15751407bed3db4293.tar.zst freebsd-ports-gnome-85913ef1a23f7288e39c7a15751407bed3db4293.zip |
- 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)
Diffstat (limited to 'textproc/p5-TeX-Encode/Makefile')
-rw-r--r-- | textproc/p5-TeX-Encode/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |