[44878] trunk/dports/archivers/lzma/Portfile

toby at macports.org toby at macports.org
Sun Jan 4 01:54:57 PST 2009


Revision: 44878
          http://trac.macports.org/changeset/44878
Author:   toby at macports.org
Date:     2009-01-04 01:54:57 -0800 (Sun, 04 Jan 2009)
Log Message:
-----------
update to 4.63
use extract.mkdir

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

Modified: trunk/dports/archivers/lzma/Portfile
===================================================================
--- trunk/dports/archivers/lzma/Portfile	2009-01-04 09:52:36 UTC (rev 44877)
+++ trunk/dports/archivers/lzma/Portfile	2009-01-04 09:54:57 UTC (rev 44878)
@@ -3,8 +3,7 @@
 PortSystem      1.0
 
 name            lzma
-version         4.43
-revision        2
+version         4.63
 categories      archivers
 platforms       darwin
 maintainers     nomaintainer
@@ -20,21 +19,17 @@
 distname        lzma[strsed ${version} {/\.//}]
 use_bzip2       yes
 
-checksums       md5 c4e1b467184c7cffd4371c74df2baf0f \
-                sha1 1667abfb40da82d53fa2690f3cd58a0e7e751e55 \
-                rmd160 f4f19c9f9bd8ded26318208e75ac14c8869c4ef8
+checksums       md5 ad7d7eb5120b500271dcf83af00e2fc1 \
+                sha1 36b5fe39014c9f1f114ab4dfbe5768cb20529d3e \
+                rmd160 d3506df1996d72be7d4e914c56b5b2e43c5a0b8a
 
 patchfiles      patch-lzma.1
 
-worksrcdir      ${distname}/C/7zip/Compress/LZMA_Alone
+extract.mkdir   yes
 
-extract.dir     ${workpath}/${distname}
-
-pre-extract {
-    file mkdir ${workpath}/${distname}
-}
-
 use_configure   no
+
+build.dir       ${worksrcpath}/CPP/7zip/Compress/LZMA_Alone
 build.type      gnu
 build.args      -f makefile.gcc
 
@@ -43,12 +38,12 @@
 }
 
 destroot {
-    xinstall -s ${worksrcpath}/lzma ${destroot}${prefix}/bin/lzma_alone
+    xinstall -s ${worksrcpath}/CPP/7zip/Compress/LZMA_Alone/lzma ${destroot}${prefix}/bin/lzma_alone
     xinstall ${worksrcpath}/lzma.1 ${destroot}${prefix}/share/man/man1/lzma_alone.1
 
     set docdir ${prefix}/share/doc/${name}-${version}
     xinstall -d ${destroot}${docdir}
-    xinstall -m 0644 -W ${workpath}/${distname} CPL.html LGPL.txt history.txt lzma.txt \
+    xinstall -m 0644 -W ${worksrcpath} history.txt lzma.txt \
         ${destroot}${docdir}
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090104/1b0aea0b/attachment.html>


More information about the macports-changes mailing list