[96551] trunk/dports/archivers/libarchive/Portfile
ryandesign at macports.org
ryandesign at macports.org
Mon Aug 13 20:31:29 PDT 2012
Revision: 96551
https://trac.macports.org/changeset/96551
Author: ryandesign at macports.org
Date: 2012-08-13 20:31:25 -0700 (Mon, 13 Aug 2012)
Log Message:
-----------
libarchive: use github portgroup; update to 2.8.5; change lzma variant's dependency from liblzma to xz (#35569; maintainer timeout)
Modified Paths:
--------------
trunk/dports/archivers/libarchive/Portfile
Modified: trunk/dports/archivers/libarchive/Portfile
===================================================================
--- trunk/dports/archivers/libarchive/Portfile 2012-08-14 02:21:21 UTC (rev 96550)
+++ trunk/dports/archivers/libarchive/Portfile 2012-08-14 03:31:25 UTC (rev 96551)
@@ -1,9 +1,10 @@
# $Id$
PortSystem 1.0
+PortGroup github 1.0
-name libarchive
-version 2.8.4
+github.setup libarchive libarchive 2.8.5 v
+github.tarball_from downloads
categories archivers
license BSD
maintainers toby
@@ -13,23 +14,18 @@
read several different streaming archive formats, including \
most popular tar variants and several cpio formats. It can \
also write shar archives.
-homepage http://code.google.com/p/libarchive/
+homepage http://libarchive.github.com/
platforms darwin
-master_sites googlecode
+checksums rmd160 b4b75a5cf5b15312dff8addde44d91161ad1a7a4 \
+ sha256 13993e0ffbd121ccda46ea226b1f8eac218de0fa8da7d8b1f998093d5c32a72d
-checksums md5 83b237a542f27969a8d68ac217dc3796 \
- sha1 b9cc3bbd20bd71f996be9ec738f19fda8653f7af \
- rmd160 4df65456c9026cdcf05b285db33518f4ff734c6e
-
depends_lib port:bzip2 port:zlib port:openssl port:libxml2
configure.args --enable-bsdtar=shared --enable-bsdcpio=shared \
--without-lzmadec --without-lzma
-livecheck.regex files/libarchive-(\[0-9\]+\\.\[0-9\]+\\.\[0-9\]+)\\.tar\\.gz
-
variant lzma description "LZMA support" {
configure.args-delete --without-lzma
- depends_lib-append port:liblzma
+ depends_lib-append port:xz
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120813/34917702/attachment-0001.html>
More information about the macports-changes
mailing list