mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-07 11:49:40 +00:00
Update to BibTool 2.60
This commit is contained in:
parent
865541f233
commit
98a3d339c4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=389341
@ -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
|
||||
|
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user