diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2007-12-25 20:09:02 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2007-12-25 20:09:02 +0000 |
commit | 2642f72ed26aa5571ba883420cbe6237aa7829e6 (patch) | |
tree | 1ee01eae4dd64cd6808495c6613eda88bb3c9a41 /textproc | |
parent | Update to the 20071219 snapshot of GCC 4.2.3. (diff) |
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).
Notes
Notes:
svn path=/head/; revision=204533
Diffstat (limited to 'textproc')
-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 |