Sun Mar 14 18:40:15 2010 UTC ()
Update build infrastructure for libarchive 2.8.2.


(joerg)
diff -r1.14 -r1.15 pkgsrc/archivers/bsdtar/Makefile
diff -r1.30 -r1.31 pkgsrc/archivers/libarchive/Makefile

cvs diff -r1.14 -r1.15 pkgsrc/archivers/bsdtar/Makefile (expand / switch to unified diff)

--- pkgsrc/archivers/bsdtar/Makefile 2010/02/20 03:56:14 1.14
+++ pkgsrc/archivers/bsdtar/Makefile 2010/03/14 18:40:15 1.15
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.14 2010/02/20 03:56:14 joerg Exp $ 1# $NetBSD: Makefile,v 1.15 2010/03/14 18:40:15 joerg Exp $
2# 2#
3 3
4DISTNAME= bsdtar-2.8.0 4DISTNAME= bsdtar-2.8.2
5CATEGORIES= archivers 5CATEGORIES= archivers
6MASTER_SITES= # empty 6MASTER_SITES= # empty
7DISTFILES= # empty 7DISTFILES= # empty
8 8
9MAINTAINER= joerg@NetBSD.org 9MAINTAINER= joerg@NetBSD.org
10HOMEPAGE= http://code.google.com/p/libarchive/ 10HOMEPAGE= http://code.google.com/p/libarchive/
11COMMENT= Fast multi-format tape archiver 11COMMENT= Fast multi-format tape archiver
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
16# Explicitly do not depend on libtool as this can be used 16# Explicitly do not depend on libtool as this can be used
17# as bootstrap dependency. 17# as bootstrap dependency.

cvs diff -r1.30 -r1.31 pkgsrc/archivers/libarchive/Makefile (expand / switch to unified diff)

--- pkgsrc/archivers/libarchive/Makefile 2010/02/20 03:56:14 1.30
+++ pkgsrc/archivers/libarchive/Makefile 2010/03/14 18:40:15 1.31
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.30 2010/02/20 03:56:14 joerg Exp $ 1# $NetBSD: Makefile,v 1.31 2010/03/14 18:40:15 joerg Exp $
2# 2#
3 3
4DISTNAME= libarchive-2.8.0 4DISTNAME= libarchive-2.8.2
5CATEGORIES= archivers 5CATEGORIES= archivers
6MASTER_SITES= # empty 6MASTER_SITES= # empty
7DISTFILES= # empty 7DISTFILES= # empty
8 8
9MAINTAINER= joerg@NetBSD.org 9MAINTAINER= joerg@NetBSD.org
10HOMEPAGE= http://code.google.com/p/libarchive/ 10HOMEPAGE= http://code.google.com/p/libarchive/
11COMMENT= Library to read/create different archive formats 11COMMENT= Library to read/create different archive formats
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
16USE_LIBTOOL= yes 16USE_LIBTOOL= yes
17 17