Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Apr 2020 11:16:36 +0000 (UTC)
From:      =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r531759 - head/textproc/bibtool
Message-ID:  <202004151116.03FBGa1g051818@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fernape
Date: Wed Apr 15 11:16:36 2020
New Revision: 531759
URL: https://svnweb.freebsd.org/changeset/ports/531759

Log:
  textproc/bibtool: update to 2.68
  
  ChangeLog:
  https://www.ctan.org/ctan-ann/id/mailman.7071.1586884555.2586.ctan-ann@ctan.org
  
   * Handling of extracting by aux file improved.
  
   * Record extended by attribute lineno.
     This attribute carries the line number of the initiating \@.
  
   * The format of the error messages has been slightly streamlined.
     Double spaces are avoided; two colons in one message are avoided.
  
   * The format of the messages of `check_rule` include file and line
     number.
  
   * Warning for double fields added.
  
   * The empty output file is used to signal that the output should be
     suppressed.
  
   * The resources `check.warning.rule` and `check.error.rule`
     have been introduced to allow semantic checks to be classified as
     warning or error.
  
   * The behaviour of the resource `check.double` has been
     generalized. The requirement of double entries to be adjacent
     has been dropped. This has the impact that the processing is
     slightly slower.
  
   * New resource file `unique.field` intruduced. With this
     resource it is possible to specify additional unique constraints
     for fields. If different records have the same value for one of
     those fields then a warning is issued.
  
   * Static library renamed from libbib.a to libbibtool.a.
  
  Reported by:	portscout

Modified:
  head/textproc/bibtool/Makefile
  head/textproc/bibtool/distinfo

Modified: head/textproc/bibtool/Makefile
==============================================================================
--- head/textproc/bibtool/Makefile	Wed Apr 15 11:13:42 2020	(r531758)
+++ head/textproc/bibtool/Makefile	Wed Apr 15 11:16:36 2020	(r531759)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	bibtool
-PORTVERSION=	2.67
+PORTVERSION=	2.68
 CATEGORIES=	textproc print
 MASTER_SITES=	TEX_CTAN/biblio/bibtex/utils/${PORTNAME}
 DISTNAME=	BibTool-${PORTVERSION}

Modified: head/textproc/bibtool/distinfo
==============================================================================
--- head/textproc/bibtool/distinfo	Wed Apr 15 11:13:42 2020	(r531758)
+++ head/textproc/bibtool/distinfo	Wed Apr 15 11:16:36 2020	(r531759)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1495400665
-SHA256 (BibTool-2.67.tar.gz) = 5b6c4160975a926356e8e59d0e5c01ac2a7be337ecace2494918fc2a46d9d784
-SIZE (BibTool-2.67.tar.gz) = 737516
+TIMESTAMP = 1586936140
+SHA256 (BibTool-2.68.tar.gz) = e1964d199b0726f431f9a1dc4ff7257bb3dba879b9fa221803e0aa7840dee0e0
+SIZE (BibTool-2.68.tar.gz) = 745469



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