aboutsummaryrefslogtreecommitdiff
path: root/textproc/bibtool
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2015-06-13 10:33:07 +0000
committerJohan van Selst <johans@FreeBSD.org>2015-06-13 10:33:07 +0000
commit98a3d339c4e3f2e8bbeab7d54be41915f44b8971 (patch)
tree8bff2a6d8952cff835cdbb1654b37771cce5f191 /textproc/bibtool
parent865541f23312558c061bd08ac461735e5485f2f7 (diff)
downloadports-98a3d339c4e3f2e8bbeab7d54be41915f44b8971.tar.gz
ports-98a3d339c4e3f2e8bbeab7d54be41915f44b8971.zip
Update to BibTool 2.60
Notes
Notes: svn path=/head/; revision=389341
Diffstat (limited to 'textproc/bibtool')
-rw-r--r--textproc/bibtool/Makefile4
-rw-r--r--textproc/bibtool/distinfo4
-rw-r--r--textproc/bibtool/files/patch-AutoConf__makefile.in14
3 files changed, 11 insertions, 11 deletions
diff --git a/textproc/bibtool/Makefile b/textproc/bibtool/Makefile
index adc3f932577d..639533ab1d74 100644
--- a/textproc/bibtool/Makefile
+++ b/textproc/bibtool/Makefile
@@ -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
diff --git a/textproc/bibtool/distinfo b/textproc/bibtool/distinfo
index 3a74a8b89495..adb3642710ad 100644
--- a/textproc/bibtool/distinfo
+++ b/textproc/bibtool/distinfo
@@ -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
diff --git a/textproc/bibtool/files/patch-AutoConf__makefile.in b/textproc/bibtool/files/patch-AutoConf__makefile.in
index d0642e9f64cc..dbb0e5d86ded 100644
--- a/textproc/bibtool/files/patch-AutoConf__makefile.in
+++ b/textproc/bibtool/files/patch-AutoConf__makefile.in
@@ -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)