From owner-svn-ports-head@freebsd.org Thu Jun 27 15:34:09 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 799AF15C60D4; Thu, 27 Jun 2019 15:34:09 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 136D48B3BB; Thu, 27 Jun 2019 15:34:09 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E26B919469; Thu, 27 Jun 2019 15:34:08 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x5RFY8GK085846; Thu, 27 Jun 2019 15:34:08 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x5RFY8N6085844; Thu, 27 Jun 2019 15:34:08 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201906271534.x5RFY8N6085844@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Thu, 27 Jun 2019 15:34:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r505209 - head/textproc/bibtex2html X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: head/textproc/bibtex2html X-SVN-Commit-Revision: 505209 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 136D48B3BB X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.957,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jun 2019 15:34:09 -0000 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