Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Jul 2014 11:27:47 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r360734 - head/textproc/bibtex2html
Message-ID:  <201407051127.s65BRlJn087979@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407051127.s65BRlJn087979>