Update version to 2.6.901a to indicate this is synced up with r745 of

libarchive.googlecode.com (except for the lzma/xz support).
This commit is contained in:
Tim Kientzle 2009-03-08 06:20:35 +00:00
parent abe5b073f4
commit 05fa9d9f25
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=189527

View file

@ -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}