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

Tim Kientzle kientzle at FreeBSD.org
Sat May 8 16:29:03 UTC 2010


Author: kientzle
Date: Sat May  8 16:29:02 2010
New Revision: 207791
URL: http://svn.freebsd.org/changeset/base/207791

Log:
  FreeBSD is now using bsdtar 2.8.3.

Modified:
  head/usr.bin/tar/Makefile

Modified: head/usr.bin/tar/Makefile
==============================================================================
--- head/usr.bin/tar/Makefile	Sat May  8 16:28:22 2010	(r207790)
+++ head/usr.bin/tar/Makefile	Sat May  8 16:29:02 2010	(r207791)
@@ -2,7 +2,7 @@
 .include <bsd.own.mk>
 
 PROG=	bsdtar
-BSDTAR_VERSION_STRING=2.7.0
+BSDTAR_VERSION_STRING=2.8.3
 SRCS=	bsdtar.c	\
 	cmdline.c	\
 	err.c		\


More information about the svn-src-head mailing list