diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2006-05-01 09:02:38 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2006-05-01 09:02:38 +0000 |
commit | 7a424916ca682eab396fcc28428bed8e365253f8 (patch) | |
tree | c13019c8b3fd8f0c2da19af741e2d9d2a688a098 /archivers/libarchive/Makefile | |
parent | bd40fde9d977f3564be07acf381d44ba2f7a1366 (diff) | |
download | pkgsrc-7a424916ca682eab396fcc28428bed8e365253f8.tar.gz |
Update to 1.2.53:
* Incorporated Jaakko Heinonen's still-experimental support for extended
attributes (Currently Linux-only.).
* Reorganized distribution package: There is now one tar.gz file that
builds both libarchive and bsdtar.
* correctly read cpio device entries, write Pax attribute entry names.
* Experimental 'tp' format support in libarchive. Feedback appreciated;
this is not enabled by archive_read_support_format_all()
Diffstat (limited to 'archivers/libarchive/Makefile')
-rw-r--r-- | archivers/libarchive/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/libarchive/Makefile b/archivers/libarchive/Makefile index f98b7810346..91667989cc0 100644 --- a/archivers/libarchive/Makefile +++ b/archivers/libarchive/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2006/03/04 21:28:53 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2006/05/01 09:02:38 xtraeme Exp $ # -DISTNAME= libarchive-1.02.036 +DISTNAME= libarchive-1.2.53 CATEGORIES= archivers MASTER_SITES= http://people.freebsd.org/~kientzle/libarchive/src/ |