diff options
author | joerg <joerg> | 2008-03-29 14:41:01 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-03-29 14:41:01 +0000 |
commit | 6bdf4b384906491943bc67f7c0c8e22c2b2025ef (patch) | |
tree | ce72912342a848d7db39eda455f4333982ff8192 /archivers/bsdtar | |
parent | fedff4af5d1022d2c88ff568dd0843712601c249 (diff) | |
download | pkgsrc-6bdf4b384906491943bc67f7c0c8e22c2b2025ef.tar.gz |
Update libarchive and bsdtar to 1.5.0b.
- Improve hardlink handling of hardlinks in bsdcpio
- Extend linkify to handle all sane hardlink strategies
- Improve mtree support
- Make bsdtar and bsdcpio more like the NetBSD counterparts
- Drop uudecode dependency.
Diffstat (limited to 'archivers/bsdtar')
-rw-r--r-- | archivers/bsdtar/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/bsdtar/Makefile b/archivers/bsdtar/Makefile index 2bb32b60ba2..60f1e4151ef 100644 --- a/archivers/bsdtar/Makefile +++ b/archivers/bsdtar/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2008/03/15 11:05:29 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2008/03/29 14:41:01 joerg Exp $ # -DISTNAME= bsdtar-2.4.14 +DISTNAME= bsdtar-2.5.0b CATEGORIES= archivers MASTER_SITES= http://people.freebsd.org/~kientzle/libarchive/src/ DISTFILES= # empty |