[118734] trunk/dports/archivers/lz4

mfeiri at macports.org mfeiri at macports.org
Wed Apr 9 16:01:06 PDT 2014


Revision: 118734
          https://trac.macports.org/changeset/118734
Author:   mfeiri at macports.org
Date:     2014-04-09 16:01:06 -0700 (Wed, 09 Apr 2014)
Log Message:
-----------
lz4: update to version r116

Revision Links:
--------------
    https://trac.macports.org/changeset/116

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

Removed Paths:
-------------
    trunk/dports/archivers/lz4/files/

Modified: trunk/dports/archivers/lz4/Portfile
===================================================================
--- trunk/dports/archivers/lz4/Portfile	2014-04-09 20:11:32 UTC (rev 118733)
+++ trunk/dports/archivers/lz4/Portfile	2014-04-09 23:01:06 UTC (rev 118734)
@@ -2,15 +2,12 @@
 # $Id$
 
 PortSystem          1.0
-#PortGroup           cmake 1.0
 
 name                lz4
-version             r110
-revision            1
+version             r116
 categories          archivers
 maintainers         mfeiri openmaintainer
-# https://code.google.com/p/lz4/issues/detail?id=101
-license             GPL-2
+license             BSD GPL-2
 homepage            https://code.google.com/p/lz4/
 description         Extremely Fast Compression algorithm
 long_description    LZ4 is a very fast lossless compression algorithm, \
@@ -20,18 +17,17 @@
                     core, typically reaching RAM speed limits on multi-core \
                     systems. 
 
-master_sites        googlecode
-checksums           rmd160  9719df79ed3c238b4e168a060d2b3925b6eaac06 \
-                    sha256  fb7b49c246bd0f6566b6f31e6f3586074277b7e3b7a2119ad728c17533331a65
+master_sites        https://dl.dropboxusercontent.com/u/59565338/LZ4
+checksums           rmd160  974cb8e9b0e2c1d951687763ef06130c16768146 \
+                    sha256  1abafe7a9a0c203043a8abb852aceec947e45c81413394f8711946982c1bad35
 
-patchfiles          patch-Makefile.diff
-
 use_configure       no
 
 variant universal {}
+build.args-append   CC="${configure.cc} [get_canonical_archflags cc]" PREFIX=${prefix}
+destroot.args-append CC="${configure.cc} [get_canonical_archflags cc]" PREFIX=${prefix}
 
-build.target        default
-build.args-append   CC="${configure.cc} [get_canonical_archflags cc]" \
-                    PREFIX=${prefix}
+livecheck.url http://code.google.com/p/${name}/source/list
+livecheck.type regex
+livecheck.regex {<td class="id"><a href="detail\?r=.*">(.*)</a></td>}
 
-destroot.args-append PREFIX=${prefix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140409/1c256372/attachment.html>


More information about the macports-changes mailing list