[143900] trunk/dports/archivers/p7zip/Portfile

khindenburg at macports.org khindenburg at macports.org
Fri Dec 25 17:34:09 PST 2015


Revision: 143900
          https://trac.macports.org/changeset/143900
Author:   khindenburg at macports.org
Date:     2015-12-25 17:34:09 -0800 (Fri, 25 Dec 2015)
Log Message:
-----------
p7zip: update to 15.09 #49788; correct doc folder name #47633; enable tests

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

Modified: trunk/dports/archivers/p7zip/Portfile
===================================================================
--- trunk/dports/archivers/p7zip/Portfile	2015-12-25 19:46:12 UTC (rev 143899)
+++ trunk/dports/archivers/p7zip/Portfile	2015-12-26 01:34:09 UTC (rev 143900)
@@ -3,8 +3,7 @@
 PortSystem      1.0
 
 name            p7zip
-version         9.38.1
-revision        1
+version         15.09
 categories      archivers
 # contains unrar code which has a restrictive license
 license         LGPL-2.1+ Restrictive/Distributable
@@ -23,8 +22,8 @@
 use_bzip2       yes
 distfiles       ${distname}_src_all${extract.suffix}
 
-checksums       rmd160  df76939ed67f3835fe4f8e92f2fec1ab4e4328c6 \
-                sha256  fd5019109c9a1bf34ad3257d37a6853eae8151ff50345f0a3ffba7d8c5fdb995
+checksums       rmd160  f9ca03529644f43893f1f1b7ef6d864549e53022 \
+                sha256  8783acf747e210e00150f7311cc06c4cd8ecf7b0c27b4adf2194284cc49b4d6f
 
 variant universal {}
 
@@ -37,7 +36,7 @@
 }
 
 configure {
-    copy -force ${worksrcpath}/makefile.macosx_32bits ${worksrcpath}/makefile.machine
+    copy -force ${worksrcpath}/makefile.macosx_llvm_64bits ${worksrcpath}/makefile.machine
     reinplace "s|^CXX=c++|CXX=${configure.cxx}|g" \
             ${worksrcpath}/makefile.machine
     reinplace "s|^CC=cc|CC=${configure.cc}|g" \
@@ -52,6 +51,9 @@
 build.target all3
 
 destroot.destdir    DEST_HOME=${prefix} \
-                    DEST_SHARE_DOC=${prefix}/share/doc/${name}-${version} \
+                    DEST_SHARE_DOC=${prefix}/share/doc/${subport} \
                     DEST_MAN=${prefix}/share/man \
                     DEST_DIR=${destroot}
+
+test.run            yes
+test.target         all_test
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151225/807a6136/attachment.html>


More information about the macports-changes mailing list