diff options
author | joerg <joerg> | 2008-04-25 15:29:34 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-04-25 15:29:34 +0000 |
commit | 63ba1b893d2640f7cf04a2ffb7d4583f9b5fedf7 (patch) | |
tree | 8e56b88c8dac832b45f22a565107df07865b28d0 /archivers/bsdtar | |
parent | 284aa3b52c543f28acb291ab559e5707c69accf8 (diff) | |
download | pkgsrc-63ba1b893d2640f7cf04a2ffb7d4583f9b5fedf7.tar.gz |
Update to libarchive-2.5.1b. Fix a counter bug and make UTF8 conversion
for PAX format more robust.
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 60f1e4151ef..034ea06b674 100644 --- a/archivers/bsdtar/Makefile +++ b/archivers/bsdtar/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2008/03/29 14:41:01 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2008/04/25 15:29:34 joerg Exp $ # -DISTNAME= bsdtar-2.5.0b +DISTNAME= bsdtar-2.5.1b CATEGORIES= archivers MASTER_SITES= http://people.freebsd.org/~kientzle/libarchive/src/ DISTFILES= # empty |