. Update to 1.02.032.

This commit is contained in:
Greg Lewis 2005-09-07 15:11:53 +00:00
parent ce9b44e7d1
commit 58ca3492a0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=142165
8 changed files with 6 additions and 54 deletions

View File

@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= bsdtar
PORTVERSION= 1.02.031
PORTVERSION= 1.02.032
PORTEPOCH= 1
CATEGORIES= archivers
MASTER_SITES= http://people.freebsd.org/~kientzle/libarchive/src/

View File

@ -1,2 +1,2 @@
MD5 (bsdtar-1.02.031.tar.gz) = 4926a14f489e45fef75cf90d517f82ed
SIZE (bsdtar-1.02.031.tar.gz) = 133433
MD5 (bsdtar-1.02.032.tar.gz) = 8c793d2af064fc46b397fbfc74db9c40
SIZE (bsdtar-1.02.032.tar.gz) = 133434

View File

@ -1,12 +0,0 @@
$FreeBSD$
--- bsdtar.c.orig Mon Sep 5 20:04:11 2005
+++ bsdtar.c Mon Sep 5 20:06:03 2005
@@ -29,6 +29,7 @@
#include <sys/param.h>
#include <sys/stat.h>
+#include <wchar.h>
#include <archive.h>
#include <archive_entry.h>
#include <errno.h>

View File

@ -1,12 +0,0 @@
$FreeBSD$
--- read.c.orig Tue Sep 6 10:22:45 2005
+++ read.c Tue Sep 6 10:23:00 2005
@@ -30,6 +30,7 @@
#include <sys/param.h>
#include <sys/types.h>
#include <sys/stat.h>
+#include <wchar.h>
#include <archive.h>
#include <archive_entry.h>

View File

@ -1,12 +0,0 @@
$FreeBSD$
--- util.c.orig Tue Sep 6 10:24:36 2005
+++ util.c Tue Sep 6 10:24:54 2005
@@ -29,6 +29,7 @@
#include <sys/stat.h>
#include <sys/types.h> /* Linux doesn't define mode_t, etc. in sys/stat.h. */
+#include <wchar.h>
#include <archive_entry.h>
#include <ctype.h>
#include <errno.h>

View File

@ -1,12 +0,0 @@
$FreeBSD$
--- write.c.orig Tue Sep 6 10:24:40 2005
+++ write.c Tue Sep 6 10:25:01 2005
@@ -32,6 +32,7 @@
#ifdef HAVE_POSIX_ACL
#include <sys/acl.h>
#endif
+#include <wchar.h>
#include <archive.h>
#include <archive_entry.h>
#include <errno.h>

View File

@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= libarchive
PORTVERSION= 1.02.031
PORTVERSION= 1.02.032
PORTEPOCH= 1
CATEGORIES= archivers
MASTER_SITES= http://people.freebsd.org/~kientzle/libarchive/src/

View File

@ -1,2 +1,2 @@
MD5 (libarchive-1.02.031.tar.gz) = 87d0aed80e135ae17035c8f17b99d236
SIZE (libarchive-1.02.031.tar.gz) = 194898
MD5 (libarchive-1.02.032.tar.gz) = 37bff1dbf418501590b8ae7182a2a702
SIZE (libarchive-1.02.032.tar.gz) = 194900