svn commit: r189527 - head/usr.bin/tar

Tim Kientzle kientzle at FreeBSD.org
Sat Mar 7 22:20:36 PST 2009


Author: kientzle
Date: Sun Mar  8 06:20:35 2009
New Revision: 189527
URL: http://svn.freebsd.org/changeset/base/189527

Log:
  Update version to 2.6.901a to indicate this is synced up with r745 of
  libarchive.googlecode.com (except for the lzma/xz support).

Modified:
  head/usr.bin/tar/Makefile

Modified: head/usr.bin/tar/Makefile
==============================================================================
--- head/usr.bin/tar/Makefile	Sun Mar  8 06:19:28 2009	(r189526)
+++ head/usr.bin/tar/Makefile	Sun Mar  8 06:20:35 2009	(r189527)
@@ -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}


More information about the svn-src-all mailing list