svn commit: r389341 - in head/textproc/bibtool: . files

Johan van Selst johans at FreeBSD.org
Sat Jun 13 10:33:09 UTC 2015


Author: johans
Date: Sat Jun 13 10:33:07 2015
New Revision: 389341
URL: https://svnweb.freebsd.org/changeset/ports/389341

Log:
  Update to BibTool 2.60

Modified:
  head/textproc/bibtool/Makefile
  head/textproc/bibtool/distinfo
  head/textproc/bibtool/files/patch-AutoConf__makefile.in

Modified: head/textproc/bibtool/Makefile
==============================================================================
--- head/textproc/bibtool/Makefile	Sat Jun 13 09:38:04 2015	(r389340)
+++ head/textproc/bibtool/Makefile	Sat Jun 13 10:33:07 2015	(r389341)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	bibtool
-PORTVERSION=	2.59
+PORTVERSION=	2.60
 CATEGORIES=	textproc print
 MASTER_SITES=	TEX_CTAN/biblio/bibtex/utils/${PORTNAME}
 DISTNAME=	BibTool-${PORTVERSION}
@@ -17,7 +17,7 @@ CONFIGURE_ENV=	LOCALBASE=${LOCALBASE}
 WRKSRC=		${WRKDIR}/BibTool
 
 MAKEFILE=	makefile
-EXTRACT_AFTER_ARGS=-k		# work around bad symlink in 2.58 tarfile
+EXTRACT_AFTER_ARGS=-k		# work around bad symlink in 2.60 tarfile
 INSTALL_TARGET=	install install.man
 
 PORTDOCS=	bibtool.pdf ref_card.pdf c_lib.pdf

Modified: head/textproc/bibtool/distinfo
==============================================================================
--- head/textproc/bibtool/distinfo	Sat Jun 13 09:38:04 2015	(r389340)
+++ head/textproc/bibtool/distinfo	Sat Jun 13 10:33:07 2015	(r389341)
@@ -1,2 +1,2 @@
-SHA256 (BibTool-2.59.tar.gz) = 26dcf100400fe26b614301b49c4f775f458390e088faa659057cbc173f6f0cd8
-SIZE (BibTool-2.59.tar.gz) = 705387
+SHA256 (BibTool-2.60.tar.gz) = e53b14a05ecf143a1de9ea21ae9d10709438fff48b70a97d930542003a8a0ef9
+SIZE (BibTool-2.60.tar.gz) = 705777

Modified: head/textproc/bibtool/files/patch-AutoConf__makefile.in
==============================================================================
--- head/textproc/bibtool/files/patch-AutoConf__makefile.in	Sat Jun 13 09:38:04 2015	(r389340)
+++ head/textproc/bibtool/files/patch-AutoConf__makefile.in	Sat Jun 13 10:33:07 2015	(r389341)
@@ -1,6 +1,6 @@
---- ./AutoConf/makefile.in.orig	2004-02-08 09:46:11.000000000 +0000
-+++ ./AutoConf/makefile.in	2014-01-25 23:08:47.000000000 +0000
-@@ -25,7 +25,7 @@
+--- AutoConf/makefile.in.orig	2015-02-09 19:29:03 UTC
++++ AutoConf/makefile.in
+@@ -23,7 +23,7 @@
  #  Configuration Section
  # =============================================================================
  # 
@@ -9,7 +9,7 @@
  exec_prefix = @exec_prefix@
  
  # -------------------------------------------------------
-@@ -42,7 +42,7 @@
+@@ -48,7 +48,7 @@ BINDIR     = @bindir@
  #  Additionally name the section of the man pages to use.
  #  This should be 1 (user commands), l (local), or n (new)
  # 
@@ -18,7 +18,7 @@
  MANSECT    = 1
  
  # -------------------------------------------------------
-@@ -67,7 +67,7 @@
+@@ -73,7 +73,7 @@ INCLUDEDIR = @includedir@/bibtool
  #  Name the C compiler
  # 
  
@@ -27,7 +27,7 @@
  
  # -------------------------------------------------------
  #  CFLAGS are the flags for the C compiler.
-@@ -78,7 +78,7 @@
+@@ -84,7 +84,7 @@ CC         = @CC@
  # 	   optimizer is turned on.
  # 
  
@@ -36,7 +36,7 @@
  # CFLAGS = -O
  #  GNU C
  # CFLAGS = -g -Wall
-@@ -461,7 +461,7 @@
+@@ -478,7 +478,7 @@ $(OFILES): $(MAKEFILE)
  #  Targets from the GNU Regular Expression Library.
  
  regex$(OBJ): $(REGEX_DIR)$(DIR_SEP)regex.c $(MAKEFILE)


More information about the svn-ports-all mailing list