[141385] trunk/dports/textproc/libxl/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Dec 12 01:18:30 PST 2015


Revision: 141385
          https://trac.macports.org/changeset/141385
Author:   ryandesign at macports.org
Date:     2015-10-16 19:02:12 -0700 (Fri, 16 Oct 2015)
Log Message:
-----------
libxl: update to 3.6.4.0; move examples into documentation directory

Modified Paths:
--------------
    trunk/dports/textproc/libxl/Portfile

Modified: trunk/dports/textproc/libxl/Portfile
===================================================================
--- trunk/dports/textproc/libxl/Portfile	2015-10-16 23:34:38 UTC (rev 141384)
+++ trunk/dports/textproc/libxl/Portfile	2015-10-17 02:02:12 UTC (rev 141385)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                libxl
-version             3.6.2.0
+version             3.6.4.0
 set branch          [join [lrange [split ${version} .] 0 2] .]
 categories          textproc
 platforms           darwin
@@ -20,8 +20,8 @@
 dist_subdir         ${name}/${version}
 distfiles           libxl-mac-${branch}${extract.suffix}
 
-checksums           rmd160  55a935c14324bdaadebd2a1c272a22b9acbd1d23 \
-                    sha256  9d7209b4f31d86f7222b3e06d1e076a5ecf4530e3f366d42b3b320a3ec0853d9
+checksums           rmd160  0c944b934d31117a4e017272ec545d124a4bd24c \
+                    sha256  f408b6962f69216f1e03565e01f75fea05a6e728c62b9891c2f8c05f0f8bf2aa
 
 worksrcdir          libxl-mac-${version}
 
@@ -54,10 +54,10 @@
     copy ${worksrcpath}/include_c ${destroot}${prefix}/include/libxl-c
     copy ${worksrcpath}/include_cpp ${destroot}${prefix}/include/libxl-cpp
 
-    xinstall -d ${destroot}${prefix}/share/doc ${destroot}${prefix}/share/examples
+    xinstall -d ${destroot}${prefix}/share/doc
     copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${subport}
     xinstall -W 644 -W ${worksrcpath} changelog.txt license.txt readme.txt ${destroot}${prefix}/share/doc/${subport}
-    copy ${worksrcpath}/examples ${destroot}${prefix}/share/examples/${subport}
+    copy ${worksrcpath}/examples ${destroot}${prefix}/share/doc/${subport}/
 }
 
 livecheck.version   ${branch}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/e603927c/attachment.html>


More information about the macports-changes mailing list