summaryrefslogtreecommitdiff
path: root/archivers/libarchive/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2005-03-21 22:56:24 +0000
committerxtraeme <xtraeme>2005-03-21 22:56:24 +0000
commit69adb7586d4442e0da1f4693388556216d43911e (patch)
treeeb94d516efe6e4b62eb58f7c4bbfabee15313d73 /archivers/libarchive/Makefile
parentee2bc2051625ee0e7fabdcb0ee6a1eb59f189e61 (diff)
downloadpkgsrc-69adb7586d4442e0da1f4693388556216d43911e.tar.gz
Update to 1.02.016.
o archive_read_extract can now handle very long pathnames (tested with pathnames up to 1MB). o New dir-walk code now defaults to physical traversals. o fix a gzip decompression issue and add better error reporting for certain file I/O and decompression errors.
Diffstat (limited to 'archivers/libarchive/Makefile')
-rw-r--r--archivers/libarchive/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/archivers/libarchive/Makefile b/archivers/libarchive/Makefile
index c5fbe9f5be5..b0731c8b637 100644
--- a/archivers/libarchive/Makefile
+++ b/archivers/libarchive/Makefile
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.4 2005/03/19 04:43:41 tv Exp $
+# $NetBSD: Makefile,v 1.5 2005/03/21 22:56:24 xtraeme Exp $
#
-DISTNAME= libarchive-1.02.006
-PKGREVISION= 1
+DISTNAME= libarchive-1.02.016
CATEGORIES= archivers
MASTER_SITES= http://people.freebsd.org/~kientzle/libarchive/src/
-MAINTAINER= tech-pkg@NetBSD.org
+MAINTAINER= xtraeme@NetBSD.org
HOMEPAGE= http://people.freebsd.org/~kientzle/libarchive/src/
COMMENT= Library to read/create different archive formats