From owner-svn-ports-all@FreeBSD.ORG Sat Jul 5 11:27:47 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CB6D2B87; Sat, 5 Jul 2014 11:27:47 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B85B52F44; Sat, 5 Jul 2014 11:27:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s65BRlfA087982; Sat, 5 Jul 2014 11:27:47 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s65BRlJn087979; Sat, 5 Jul 2014 11:27:47 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201407051127.s65BRlJn087979@svn.freebsd.org> From: Gerald Pfeifer Date: Sat, 5 Jul 2014 11:27:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360734 - head/textproc/bibtex2html X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jul 2014 11:27:47 -0000 Author: gerald Date: Sat Jul 5 11:27:46 2014 New Revision: 360734 URL: http://svnweb.freebsd.org/changeset/ports/360734 QAT: https://qat.redports.org/buildarchive/r360734/ Log: Update to bibtex2html 1.98. This brings the following changes: - Fixed escaping of character & in URLs. - Fixed translation of -- and ---. - New macros \dj and \D - \textsuperscript - Temporary files are now created in the current directory to avoid bibtex error "Not writing to ... (openout_any = p)." - Fixed a bug with non-ASCII characters in PHP output. Modified: head/textproc/bibtex2html/Makefile head/textproc/bibtex2html/distinfo Modified: head/textproc/bibtex2html/Makefile ============================================================================== --- head/textproc/bibtex2html/Makefile Sat Jul 5 09:27:35 2014 (r360733) +++ head/textproc/bibtex2html/Makefile Sat Jul 5 11:27:46 2014 (r360734) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bibtex2html -PORTVERSION= 1.97 +PORTVERSION= 1.98 CATEGORIES= textproc print MASTER_SITES= http://www.lri.fr/~filliatr/ftp/bibtex2html/ Modified: head/textproc/bibtex2html/distinfo ============================================================================== --- head/textproc/bibtex2html/distinfo Sat Jul 5 09:27:35 2014 (r360733) +++ head/textproc/bibtex2html/distinfo Sat Jul 5 11:27:46 2014 (r360734) @@ -1,2 +1,2 @@ -SHA256 (bibtex2html-1.97.tar.gz) = 99b5b66a729fd2928ee4d9d7d8397e36b684def4be9ee2746233006501c8e314 -SIZE (bibtex2html-1.97.tar.gz) = 94887 +SHA256 (bibtex2html-1.98.tar.gz) = e925a0b97bf87a14bcbda95cac269835cd5ae0173504261f2c60e3c46a8706d6 +SIZE (bibtex2html-1.98.tar.gz) = 92719