diff options
author | gerald <gerald@FreeBSD.org> | 2007-12-26 04:09:02 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2007-12-26 04:09:02 +0800 |
commit | e43cb94fec2e44621d57c8f770810bef53a22732 (patch) | |
tree | 2b2572de28b908d46e71c4a39918938917941916 /textproc/bibtex2html | |
parent | 6c7b1a2e17b82a31dbc5c3f8ba18e1580477077c (diff) | |
download | freebsd-ports-gnome-e43cb94fec2e44621d57c8f770810bef53a22732.tar.gz freebsd-ports-gnome-e43cb94fec2e44621d57c8f770810bef53a22732.tar.zst freebsd-ports-gnome-e43cb94fec2e44621d57c8f770810bef53a22732.zip |
Update to bibtex2html 1.88. This brings the following changes:
- New option -revkeys to number entries in reverse order.
- Fixed bug with '\ ' (backslash space) introduced in version 1.82.
- \c{C}, \"y, \"Y and \k (using unicode entities).
Diffstat (limited to 'textproc/bibtex2html')
-rw-r--r-- | textproc/bibtex2html/Makefile | 2 | ||||
-rw-r--r-- | textproc/bibtex2html/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/textproc/bibtex2html/Makefile b/textproc/bibtex2html/Makefile index c61c9234d0d6..44648d93ac46 100644 --- a/textproc/bibtex2html/Makefile +++ b/textproc/bibtex2html/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bibtex2html -PORTVERSION= 1.87 +PORTVERSION= 1.88 CATEGORIES= textproc print MASTER_SITES= http://www.lri.fr/~filliatr/ftp/bibtex2html/ diff --git a/textproc/bibtex2html/distinfo b/textproc/bibtex2html/distinfo index dcf9c420482b..1dae22b34fac 100644 --- a/textproc/bibtex2html/distinfo +++ b/textproc/bibtex2html/distinfo @@ -1,3 +1,3 @@ -MD5 (bibtex2html-1.87.tar.gz) = 36fa38e4b345c8584cdf780a187565c4 -SHA256 (bibtex2html-1.87.tar.gz) = c5aa1a03a38a037aff749a1d8153ca6fb0eba3b65aeef508c7dccb70720c958e -SIZE (bibtex2html-1.87.tar.gz) = 67666 +MD5 (bibtex2html-1.88.tar.gz) = 7c03dd77dc88e943265253a8ca75531b +SHA256 (bibtex2html-1.88.tar.gz) = 6018bcf653c3de864db2cd99f2a22c6d3928e3e64d81724a053f98476bcf8d8c +SIZE (bibtex2html-1.88.tar.gz) = 68068 |