summaryrefslogtreecommitdiffstats
path: root/usr.bin/tar
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2009-03-08 06:20:35 +0000
committerkientzle <kientzle@FreeBSD.org>2009-03-08 06:20:35 +0000
commit47f7c87c96050c796aa951a7000f612148079930 (patch)
treeb63be0773e503923f7864c5af12d3ed694fbdb08 /usr.bin/tar
parent26f0010266cad2bb2d82b748cdf8cbacf7b8e2c8 (diff)
downloadFreeBSD-src-47f7c87c96050c796aa951a7000f612148079930.zip
FreeBSD-src-47f7c87c96050c796aa951a7000f612148079930.tar.gz
Update version to 2.6.901a to indicate this is synced up with r745 of
libarchive.googlecode.com (except for the lzma/xz support).
Diffstat (limited to 'usr.bin/tar')
-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 3032882..6febbd7 100644
--- a/usr.bin/tar/Makefile
+++ b/usr.bin/tar/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PROG= bsdtar
-BSDTAR_VERSION_STRING=2.5.903a
+BSDTAR_VERSION_STRING=2.6.901a
SRCS= bsdtar.c cmdline.c getdate.c matching.c read.c siginfo.c subst.c tree.c util.c write.c
WARNS?= 5
DPADD= ${LIBARCHIVE} ${LIBBZ2} ${LIBZ}
OpenPOWER on IntegriCloud