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

Tim Kientzle kientzle at FreeBSD.org
Fri Dec 5 23:38:14 PST 2008


Author: kientzle
Date: Sat Dec  6 07:38:14 2008
New Revision: 185688
URL: http://svn.freebsd.org/changeset/base/185688

Log:
  bsdtar is synced up with 2.5.903a

Modified:
  head/usr.bin/tar/Makefile

Modified: head/usr.bin/tar/Makefile
==============================================================================
--- head/usr.bin/tar/Makefile	Sat Dec  6 07:37:55 2008	(r185687)
+++ head/usr.bin/tar/Makefile	Sat Dec  6 07:38:14 2008	(r185688)
@@ -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}


More information about the svn-src-head mailing list