diff options
author | Tim Kientzle <kientzle@FreeBSD.org> | 2010-05-08 16:29:02 +0000 |
---|---|---|
committer | Tim Kientzle <kientzle@FreeBSD.org> | 2010-05-08 16:29:02 +0000 |
commit | 9122b590b2b45d5e3a04e85588db3456a3acfd88 (patch) | |
tree | 9c1904cef311c55e86dd23ff6c857141421f933c /usr.bin/tar/Makefile | |
parent | 9b9439b486d4c65b85932df7a656c9c0ec21fc19 (diff) |
FreeBSD is now using bsdtar 2.8.3.
Notes
Notes:
svn path=/head/; revision=207791
Diffstat (limited to 'usr.bin/tar/Makefile')
-rw-r--r-- | usr.bin/tar/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tar/Makefile b/usr.bin/tar/Makefile index 18289520209c..3d782c5cd341 100644 --- a/usr.bin/tar/Makefile +++ b/usr.bin/tar/Makefile @@ -2,7 +2,7 @@ .include <bsd.own.mk> PROG= bsdtar -BSDTAR_VERSION_STRING=2.7.0 +BSDTAR_VERSION_STRING=2.8.3 SRCS= bsdtar.c \ cmdline.c \ err.c \ |