[44863] trunk/dports/archivers/libarchive/Portfile
toby at macports.org
toby at macports.org
Sat Jan 3 14:34:06 PST 2009
Revision: 44863
http://trac.macports.org/changeset/44863
Author: toby at macports.org
Date: 2009-01-03 14:34:06 -0800 (Sat, 03 Jan 2009)
Log Message:
-----------
- Update to 2.6.0.
- Enable bsdcpio.
- Enable static libs.
- Revert some lame changes from r29062.
Modified Paths:
--------------
trunk/dports/archivers/libarchive/Portfile
Modified: trunk/dports/archivers/libarchive/Portfile
===================================================================
--- trunk/dports/archivers/libarchive/Portfile 2009-01-03 22:20:49 UTC (rev 44862)
+++ trunk/dports/archivers/libarchive/Portfile 2009-01-03 22:34:06 UTC (rev 44863)
@@ -1,35 +1,26 @@
# $Id$
-PortSystem 1.0
+PortSystem 1.0
name libarchive
-version 2.5.5
+version 2.6.0
categories archivers
maintainers toby
description functions for reading and writing streaming archives
-
long_description \
Libarchive is a programming library that can create and \
read several different streaming archive formats, including \
most popular tar variants and several cpio formats. It can \
also write shar archives.
-
homepage http://people.freebsd.org/~kientzle/libarchive/
platforms darwin
master_sites ${homepage}src/
-checksums md5 ff6387de3a3830785b229d1e1f11f523 \
- sha1 a98771df25f605b786faa36f6411cc81abb98236 \
- rmd160 f77601a9b066bbb0acc36962752e4e0fb2f9a393
+checksums md5 e8ceea99a86b022e192a06d2b411a29b \
+ sha1 8288d79c00cea65b73aad7f9e0090257227b4edb \
+ rmd160 2eb439ffd367052e1917652dbcff616861f93fef
depends_lib port:bzip2 port:zlib
-configure.args --disable-static
-
-post-destroot {
- set docdir ${prefix}/share/doc/${name}-${version}
- xinstall -d ${destroot}${docdir}
- xinstall -m 0644 -W ${worksrcpath} COPYING NEWS README ${destroot}${docdir}
-}
-
+configure.args --enable-bsdcpio
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090103/439d687e/attachment.html>
More information about the macports-changes
mailing list