[140064] trunk/dports/archivers/pixz/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Sep 8 04:05:23 PDT 2015


Revision: 140064
          https://trac.macports.org/changeset/140064
Author:   ryandesign at macports.org
Date:     2015-09-08 04:05:23 -0700 (Tue, 08 Sep 2015)
Log Message:
-----------
pixz: update to 1.0.3

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

Modified: trunk/dports/archivers/pixz/Portfile
===================================================================
--- trunk/dports/archivers/pixz/Portfile	2015-09-08 10:54:34 UTC (rev 140063)
+++ trunk/dports/archivers/pixz/Portfile	2015-09-08 11:05:23 UTC (rev 140064)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 PortGroup           github 1.0
 
-github.setup        vasi pixz 1.0.2 v
+github.setup        vasi pixz 1.0.3 v
 categories          archivers
 platforms           darwin
 maintainers         ryandesign openmaintainer
@@ -24,35 +24,24 @@
                     \
                     \n\nWith pixz, both these problems are solved.
 
-master_sites        sourceforge:pixz
-extract.suffix      .tgz
+github.tarball_from releases
+use_xz              yes
 
-checksums           rmd160  e9aa82f0f72b786d5ea07e8d9bdd88f10ef30f06 \
-                    sha256  af9dac41edd6bf57953471f7fcbd4793810003bf911593ba4c84f7cccb5f74af
+checksums           rmd160  a68f1931b4e88a4fdb710c3a2c6fc401b3ebab2d \
+                    sha256  b27dae5a9ff395116375c5f95a6724905c4dbcfd14e06fa73330a13a32733516
 
+depends_build       port:pkgconfig
+
 depends_lib         port:libarchive \
                     port:xz
 
-use_configure       no
-
-variant universal {}
-
-build.args          CC="${configure.cc}" \
-                    CFLAGS="${configure.cppflags} [get_canonical_archflags cc]" \
-                    LDFLAGS="${configure.ldflags} [get_canonical_archflags ld]" \
-                    OPT="${configure.optflags}"
-
-destroot {
-    xinstall ${worksrcpath}/${name} ${destroot}${prefix}/bin/
-
-    xinstall -m 644 ${worksrcpath}/${name}.1 ${destroot}${prefix}/share/man/man1/
-
+post-destroot {
     set docdir ${prefix}/share/doc/${subport}
     xinstall -d ${destroot}${docdir}
     xinstall -m 644 -W ${worksrcpath} \
         LICENSE \
         NEWS \
-        README \
+        README.md \
         TODO \
         ${destroot}${docdir}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150908/57fbf5b0/attachment.html>


More information about the macports-changes mailing list