aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tar/Makefile
diff options
context:
space:
mode:
authorTim Kientzle <kientzle@FreeBSD.org>2008-03-18 06:18:49 +0000
committerTim Kientzle <kientzle@FreeBSD.org>2008-03-18 06:18:49 +0000
commit3b56813eb0c9c664c2077588231495b8edad8367 (patch)
treed6efe514a88fe1d9f94bff31d72b01ed62a00dfe /usr.bin/tar/Makefile
parent19905d6dbdfec86753230618d6017656bc40c5c5 (diff)
Fix --fast-read by decrementing the remaining patterns to be matched,
instead of incrementing. Pointy hat: me Thanks to: Tomasz Przygoda MFC after: 3 days
Notes
Notes: svn path=/head/; revision=177341
Diffstat (limited to 'usr.bin/tar/Makefile')
-rw-r--r--usr.bin/tar/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tar/Makefile b/usr.bin/tar/Makefile
index 36ac2fa4988d..fb13745f1415 100644
--- a/usr.bin/tar/Makefile
+++ b/usr.bin/tar/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PROG= bsdtar
-BSDTAR_VERSION_STRING= 2.4.11
+BSDTAR_VERSION_STRING=2.5.0b
SRCS= bsdtar.c getdate.y matching.c read.c tree.c util.c write.c
WARNS?= 5
DPADD= ${LIBARCHIVE} ${LIBBZ2} ${LIBZ}