diff options
author | gerald <gerald@FreeBSD.org> | 2006-04-09 17:19:18 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2006-04-09 17:19:18 +0800 |
commit | c912c0397878493359181884fecb08287628e062 (patch) | |
tree | 5710f7d050f51dfbbf064e8599d2adfd921918a2 /textproc/bibtex2html | |
parent | 3c71500ec353c8e4564e68271674ce8fee0b8682 (diff) | |
download | freebsd-ports-gnome-c912c0397878493359181884fecb08287628e062.tar.gz freebsd-ports-gnome-c912c0397878493359181884fecb08287628e062.tar.zst freebsd-ports-gnome-c912c0397878493359181884fecb08287628e062.zip |
Update to version 1.80.
According to the upstream ChangeLog, this addresses the following issues:
o remove leading ./ in front of relative URLs (was introduced a long
time ago to circumvent an Internet Explorer bug)
o no more escaping of the character & in URLs
o fixed bug with ISO-latin characters in bib2bib conditions
o fixed bug with implicit abbrevs (jan, feb, etc.)
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 93f8c7c9cbc7..6aab95f1f2fc 100644 --- a/textproc/bibtex2html/Makefile +++ b/textproc/bibtex2html/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bibtex2html -PORTVERSION= 1.78 +PORTVERSION= 1.80 CATEGORIES= textproc print MASTER_SITES= http://www.lri.fr/~filliatr/ftp/bibtex2html/ diff --git a/textproc/bibtex2html/distinfo b/textproc/bibtex2html/distinfo index 3a99ebcd176c..b4ef65aed50c 100644 --- a/textproc/bibtex2html/distinfo +++ b/textproc/bibtex2html/distinfo @@ -1,3 +1,3 @@ -MD5 (bibtex2html-1.78.tar.gz) = fe1c0200c58441e65bd102b1dd22c301 -SHA256 (bibtex2html-1.78.tar.gz) = 52a1ae5cabfb23b3d86360f86df8117e482121f400d7b6f7f1b20c15dc21b18b -SIZE (bibtex2html-1.78.tar.gz) = 66478 +MD5 (bibtex2html-1.80.tar.gz) = 11a068c34ebf200bce9a65efbbe47192 +SHA256 (bibtex2html-1.80.tar.gz) = 5cdbe6edd798d6739f2f2c8b72422dec24004f175baf6607fcbb794a48136562 +SIZE (bibtex2html-1.80.tar.gz) = 66757 |