[20928] trunk/dports/archivers/libarchive

source_changes at macosforge.org source_changes at macosforge.org
Mon Dec 11 14:50:22 PST 2006


Revision: 20928
          http://trac.macosforge.org/projects/macports/changeset/20928
Author:   toby at macports.org
Date:     2006-12-11 14:50:20 -0800 (Mon, 11 Dec 2006)

Log Message:
-----------
libarchive 2.0a2

Modified Paths:
--------------
    trunk/dports/archivers/libarchive/Portfile

Removed Paths:
-------------
    trunk/dports/archivers/libarchive/files/patch-libarchive__archive_read_extract.c

Modified: trunk/dports/archivers/libarchive/Portfile
===================================================================
--- trunk/dports/archivers/libarchive/Portfile	2006-12-11 20:34:20 UTC (rev 20927)
+++ trunk/dports/archivers/libarchive/Portfile	2006-12-11 22:50:20 UTC (rev 20928)
@@ -2,7 +2,7 @@
 
 PortSystem 1.0
 name             libarchive
-version          2.0a1
+version          2.0a2
 categories       archivers
 maintainers      toby at opendarwin.org
 description      functions for reading and writing streaming archives
@@ -15,12 +15,10 @@
 platforms        darwin
 
 master_sites     ${homepage}src/
-checksums        sha1 92e8596ded7f0c7f3d820de8dedeaa92b566eaee
+checksums        sha1 6098d924c3948f89a13ed44a45254e15952333dc
 
 depends_lib      port:bzip2 port:zlib
 
-patchfiles       patch-libarchive__archive_read_extract.c
-
 configure.env    CPPFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib
 configure.args   --mandir=${prefix}/share/man \
                  --disable-static --enable-shared

Deleted: trunk/dports/archivers/libarchive/files/patch-libarchive__archive_read_extract.c
===================================================================
--- trunk/dports/archivers/libarchive/files/patch-libarchive__archive_read_extract.c	2006-12-11 20:34:20 UTC (rev 20927)
+++ trunk/dports/archivers/libarchive/files/patch-libarchive__archive_read_extract.c	2006-12-11 22:50:20 UTC (rev 20928)
@@ -1,15 +0,0 @@
---- libarchive/archive_read_extract.c.orig	2006-11-06 18:44:54.000000000 -0800
-+++ libarchive/archive_read_extract.c	2006-11-06 18:45:16.000000000 -0800
-@@ -1435,11 +1435,9 @@
- #ifndef HAVE_POSIX_ACL
- /* Default empty function body to satisfy mainline code. */
- static int
--set_acls(struct archive *a, int fd, struct archive_entry *entry)
-+set_acls(struct archive *a)
- {
- 	(void)a;
--	(void)fd;
--	(void)entry;
- 
- 	return (ARCHIVE_OK);
- }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20061211/547a760d/attachment.html


More information about the macports-changes mailing list