diff options
author | Tim Kientzle <kientzle@FreeBSD.org> | 2008-07-05 02:09:54 +0000 |
---|---|---|
committer | Tim Kientzle <kientzle@FreeBSD.org> | 2008-07-05 02:09:54 +0000 |
commit | 6481fd43de49413f385e727f1e3eeff0e415c61d (patch) | |
tree | c56d15ed47346fce286d748e67a2218569e5ab47 /usr.bin/tar/Makefile | |
parent | aec34fd22e99f3671acb826698f47bf71b9b59f0 (diff) |
FreeBSD-CURRENT bsdtar is synched up with libarchive-portable 2.5.5.
Notes
Notes:
svn path=/head/; revision=180276
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 5e898eb9a4c0..94db83121dac 100644 --- a/usr.bin/tar/Makefile +++ b/usr.bin/tar/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PROG= bsdtar -BSDTAR_VERSION_STRING=2.5.4b +BSDTAR_VERSION_STRING=2.5.5 SRCS= bsdtar.c getdate.y matching.c read.c siginfo.c subst.c tree.c util.c write.c WARNS?= 5 DPADD= ${LIBARCHIVE} ${LIBBZ2} ${LIBZ} |