[58530] trunk/dports/archivers/upx/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Sep 30 04:26:25 PDT 2009


Revision: 58530
          http://trac.macports.org/changeset/58530
Author:   ryandesign at macports.org
Date:     2009-09-30 04:26:20 -0700 (Wed, 30 Sep 2009)
Log Message:
-----------
upx: update to 3.04 and update lzma source to 4.65; see #21714

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

Modified: trunk/dports/archivers/upx/Portfile
===================================================================
--- trunk/dports/archivers/upx/Portfile	2009-09-30 10:54:12 UTC (rev 58529)
+++ trunk/dports/archivers/upx/Portfile	2009-09-30 11:26:20 UTC (rev 58530)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name             upx
-version          3.03
+version          3.04
 categories       archivers
 maintainers      gmail.com:cedric.luthi
 description      compress or expand executable files
@@ -15,9 +15,10 @@
 
 distname         ${name}-${version}-src
 use_bzip2        yes
-checksums        ${distname}${extract.suffix} md5 1d5830fff06537a129c923527c4ce205 \
-                 ${distname}${extract.suffix} sha1 b7e6f93d355e689e63776a2a94ce3c8cf5ef60dd \
-                 ${distname}${extract.suffix} rmd160 224f7d93e829b66d1786155522a7a43c0f11f3ce
+checksums        [suffix ${distname}] \
+                 md5     68d662b1f831335460f9bfdbf632c6ce \
+                 sha1    76e509efb52e1b891e929601f7cb8acbe349445e \
+                 rmd160  066103c97aa3a624af2903f3e23fb0fe952bffb7
 
 universal_variant no
 use_configure    no
@@ -46,12 +47,13 @@
 }
 
 variant lzma description {Support LZMA compression} {
-    set lzma-distfile lzma457.tar.bz2
+    set lzma-distfile [suffix lzma465]
     master_sites-append sourceforge:sevenzip:lzma
     distfiles-append    ${lzma-distfile}:lzma
-    checksums-append    ${lzma-distfile} md5 fc7a12a396ade1772e959604d6eb31e1 \
-                        ${lzma-distfile} sha1 bd1b46ba42fe1ad7351a39c131e8b7657e909001 \
-                        ${lzma-distfile} rmd160 9a3b8577e99f4ae4e62e75e1f3bbd3f1626e140f
+    checksums-append    ${lzma-distfile} \
+                        md5     29d5ffd03a5a3e51aef6a74e9eafb759 \
+                        sha1    5ec1c4606fec88c770a9712073e83916f8aed173 \
+                        rmd160  70953d4ee8542addf566953e0ed62e9c75a016b5
     build.env-append    UPX_LZMADIR=${workpath}
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090930/014db3a4/attachment.html>


More information about the macports-changes mailing list