diff options
author | gahr <gahr@FreeBSD.org> | 2013-04-08 20:12:46 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2013-04-08 20:12:46 +0800 |
commit | 9434f0d102dc8cead2e88da51553ea66e3e942dd (patch) | |
tree | 072c318018bdc7292cc820f312b969ef204fd278 /textproc | |
parent | 15a571a83c89289ce730e786c022d2dcf8964fd2 (diff) | |
download | freebsd-ports-gnome-9434f0d102dc8cead2e88da51553ea66e3e942dd.tar.gz freebsd-ports-gnome-9434f0d102dc8cead2e88da51553ea66e3e942dd.tar.zst freebsd-ports-gnome-9434f0d102dc8cead2e88da51553ea66e3e942dd.zip |
- Update to 2.06 (old distfile is unfetchable)
Changes (2 bugs fixes):
- Some spaces dissapeared in toc's. FIX -> add braces around macro
expansion in subst_expn.
- Spurious '_' outside of math mode warnings when \label{..._...} occurs
in section titles. FIX -> add \@getprint around \sec@id@attr in
\@doaddtoc [latexcommon.hva] and \cuthere [html/hevea.hva].
Reported by: John Marino <draco@marino.st> (ports/177655)
Approved by: portmgr
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/hevea/Makefile | 2 | ||||
-rw-r--r-- | textproc/hevea/distinfo | 16 |
2 files changed, 9 insertions, 9 deletions
diff --git a/textproc/hevea/Makefile b/textproc/hevea/Makefile index 6716bdf1ce7a..3a5a338b2355 100644 --- a/textproc/hevea/Makefile +++ b/textproc/hevea/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= hevea -PORTVERSION= 2.05 +PORTVERSION= 2.06 CATEGORIES= textproc MASTER_SITES= http://para.inria.fr/~maranget/hevea/distri/ \ ftp://ftp.inria.fr/INRIA/moscova/hevea/ diff --git a/textproc/hevea/distinfo b/textproc/hevea/distinfo index 871453a69cf6..ce1341a2bad6 100644 --- a/textproc/hevea/distinfo +++ b/textproc/hevea/distinfo @@ -1,8 +1,8 @@ -SHA256 (hevea-2.05.tar.gz) = b3da4b401c7366cd7564ef1e49967d9a48db183aa351aed18fd9422c3d45165f -SIZE (hevea-2.05.tar.gz) = 405522 -SHA256 (hevea-2.05-manual.pdf) = 5e66c016d78571591cd52685f019527d64acc009a0456508be9a17ce6cc73f18 -SIZE (hevea-2.05-manual.pdf) = 632297 -SHA256 (hevea-2.05-manual.ps.gz) = f703bc74082eb8865bd0a86f3d3e99eec553ef71139c43555bcd518114bb8217 -SIZE (hevea-2.05-manual.ps.gz) = 359433 -SHA256 (hevea-2.05-manual.tar.gz) = ebddc77e933b4602208abcd96117c4536174d7fb476698194552f6ec27daee36 -SIZE (hevea-2.05-manual.tar.gz) = 441434 +SHA256 (hevea-2.06.tar.gz) = a11ab19434812c954d465dcbfac549f660945708e1f532352a308f179eabf585 +SIZE (hevea-2.06.tar.gz) = 405785 +SHA256 (hevea-2.06-manual.pdf) = 493045acc0d3de2bc0685c9d68fcb7caaa1241116a910806aea7a704052ff133 +SIZE (hevea-2.06-manual.pdf) = 632332 +SHA256 (hevea-2.06-manual.ps.gz) = 4cb625e72585ace51a5187fa1883719bf7f3a7e0f8a8f1de76dd6302625f2059 +SIZE (hevea-2.06-manual.ps.gz) = 359452 +SHA256 (hevea-2.06-manual.tar.gz) = ad757e205f1401b48abf7e2b58afcccd1f6d93fea674c2fb6f5f2f77e5305da7 +SIZE (hevea-2.06-manual.tar.gz) = 441459 |