aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tar/Makefile
diff options
context:
space:
mode:
authorTim Kientzle <kientzle@FreeBSD.org>2007-05-29 05:39:10 +0000
committerTim Kientzle <kientzle@FreeBSD.org>2007-05-29 05:39:10 +0000
commita38d1d4c8b6eb95203da19880cd5413a1ec96bde (patch)
tree65824c6a122704c18c5f4261710047c9567d981a /usr.bin/tar/Makefile
parentcebf6b9f640708f7a8ac808ba8047ffb579b2db7 (diff)
Notes
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 2ac23b2c1f37..15b386ab901f 100644
--- a/usr.bin/tar/Makefile
+++ b/usr.bin/tar/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PROG= bsdtar
-VERSION= 2.0.28
+VERSION= 2.2.3
SRCS= bsdtar.c getdate.y matching.c read.c tree.c util.c write.c
WARNS?= 5
DPADD= ${LIBARCHIVE} ${LIBBZ2} ${LIBZ}