diff options
author | gerald <gerald@FreeBSD.org> | 2007-06-02 18:20:02 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2007-06-02 18:20:02 +0800 |
commit | f7d2c7e2af6687d9f11162a5bbfdfb0e1a1a702e (patch) | |
tree | 60b31d20a7ea9e4a1ebf8d094914aa9bb7292717 /textproc/bibtex2html/Makefile | |
parent | 68611722a30553eaaeceaee0396f513531952ec4 (diff) | |
download | freebsd-ports-gnome-f7d2c7e2af6687d9f11162a5bbfdfb0e1a1a702e.tar.gz freebsd-ports-gnome-f7d2c7e2af6687d9f11162a5bbfdfb0e1a1a702e.tar.zst freebsd-ports-gnome-f7d2c7e2af6687d9f11162a5bbfdfb0e1a1a702e.zip |
Update to version 1.86 which adds support for more accents macros
(\oe \OE \~ \v \' \r).
Diffstat (limited to 'textproc/bibtex2html/Makefile')
-rw-r--r-- | textproc/bibtex2html/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/bibtex2html/Makefile b/textproc/bibtex2html/Makefile index f91de77d14b3..b8ed1f4180c7 100644 --- a/textproc/bibtex2html/Makefile +++ b/textproc/bibtex2html/Makefile @@ -6,8 +6,7 @@ # PORTNAME= bibtex2html -PORTVERSION= 1.85 -PORTREVISION= 1 +PORTVERSION= 1.86 CATEGORIES= textproc print MASTER_SITES= http://www.lri.fr/~filliatr/ftp/bibtex2html/ |