diff options
author | kientzle <kientzle@FreeBSD.org> | 2008-12-06 07:38:14 +0000 |
---|---|---|
committer | kientzle <kientzle@FreeBSD.org> | 2008-12-06 07:38:14 +0000 |
commit | 73b5159ecd172c1aef89bfc3d56131cf902aad2b (patch) | |
tree | df1ff3ec4230abb6aca9c04f664ca6c9facbea47 | |
parent | a57587d2f5b37ce8738168b3433dc3225fd3c0ab (diff) | |
download | FreeBSD-src-73b5159ecd172c1aef89bfc3d56131cf902aad2b.zip FreeBSD-src-73b5159ecd172c1aef89bfc3d56131cf902aad2b.tar.gz |
bsdtar is synced up with 2.5.903a
-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 a334b9c..e721c6e 100644 --- a/usr.bin/tar/Makefile +++ b/usr.bin/tar/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PROG= bsdtar -BSDTAR_VERSION_STRING=2.5.5 +BSDTAR_VERSION_STRING=2.5.903a SRCS= bsdtar.c cmdline.c getdate.y matching.c read.c siginfo.c subst.c tree.c util.c write.c WARNS?= 5 DPADD= ${LIBARCHIVE} ${LIBBZ2} ${LIBZ} |