svn commit: r505209 - head/textproc/bibtex2html
Gerald Pfeifer
gerald at FreeBSD.org
Thu Jun 27 15:34:09 UTC 2019
Author: gerald
Date: Thu Jun 27 15:34:08 2019
New Revision: 505209
URL: https://svnweb.freebsd.org/changeset/ports/505209
Log:
Update to bibtex2html 1.99. This brings the following changes:
- Fixed unsafe use of strings; now requires OCaml >= 4.03.
- Removed many warnings.
- Added translation of \rq.
- Fixed scanning of macro arguments (with long BibTeX fields).
- Fixed translation of \@ (to print a space).
Modified:
head/textproc/bibtex2html/Makefile
head/textproc/bibtex2html/distinfo
Modified: head/textproc/bibtex2html/Makefile
==============================================================================
--- head/textproc/bibtex2html/Makefile Thu Jun 27 13:11:22 2019 (r505208)
+++ head/textproc/bibtex2html/Makefile Thu Jun 27 15:34:08 2019 (r505209)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= bibtex2html
-PORTVERSION= 1.98
-PORTREVISION= 2
+PORTVERSION= 1.99
CATEGORIES= textproc print
MASTER_SITES= http://www.lri.fr/~filliatr/ftp/bibtex2html/
@@ -14,7 +13,7 @@ LICENSE= GPLv2
BUILD_DEPENDS= ocaml:lang/ocaml
-USES= perl5
+USES= gmake perl5
GNU_CONFIGURE= yes
OPTIONS_DEFINE= PDFDOCS
Modified: head/textproc/bibtex2html/distinfo
==============================================================================
--- head/textproc/bibtex2html/distinfo Thu Jun 27 13:11:22 2019 (r505208)
+++ head/textproc/bibtex2html/distinfo Thu Jun 27 15:34:08 2019 (r505209)
@@ -1,2 +1,3 @@
-SHA256 (bibtex2html-1.98.tar.gz) = e925a0b97bf87a14bcbda95cac269835cd5ae0173504261f2c60e3c46a8706d6
-SIZE (bibtex2html-1.98.tar.gz) = 92719
+TIMESTAMP = 1561417076
+SHA256 (bibtex2html-1.99.tar.gz) = d224dadd97f50199a358794e659596a3b3c38c7dc23e86885d7b664789ceff1d
+SIZE (bibtex2html-1.99.tar.gz) = 93073
More information about the svn-ports-all
mailing list