[139200] trunk/dports/graphics/libpixman-devel/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Aug 6 12:07:47 PDT 2015


Revision: 139200
          https://trac.macports.org/changeset/139200
Author:   ryandesign at macports.org
Date:     2015-08-06 12:07:47 -0700 (Thu, 06 Aug 2015)
Log Message:
-----------
libpixman-devel: update to 0.33.2; install documentation files to the same place as libpixman; remove unnecessary eval

Modified Paths:
--------------
    trunk/dports/graphics/libpixman-devel/Portfile

Modified: trunk/dports/graphics/libpixman-devel/Portfile
===================================================================
--- trunk/dports/graphics/libpixman-devel/Portfile	2015-08-06 19:05:36 UTC (rev 139199)
+++ trunk/dports/graphics/libpixman-devel/Portfile	2015-08-06 19:07:47 UTC (rev 139200)
@@ -10,7 +10,7 @@
 name                    libpixman-devel
 conflicts               libpixman
 set my_name             pixman
-version                 0.32.6
+version                 0.33.2
 categories              graphics
 platforms               darwin
 maintainers             ryandesign
@@ -28,8 +28,8 @@
                         regions. A PixRegion is a set of Y-X banded rectangles \
                         that cover the desired region.
 
-checksums               rmd160  d3bd5fef800499215944606c750696325853de2c \
-                        sha256  201fc0d7d6bc0017496f2bd27b3ca14224aea0df6b624c5ee2dc0307a4ff14a4
+checksums               rmd160  eb9074a45e4c0770b743d05e35152e81884fcf59 \
+                        sha256  0d12c669d69024c055ec9f877ecd6beb253796444ea3de14f8f197d438fb93fd
 
 # llvm-gcc-4.2 makes cairo fail to generate PDFs properly
 # clang on Xcode 4.1 cannot build libpixman
@@ -45,9 +45,9 @@
 build.args              V=1
 
 post-destroot {
-    set docdir ${destroot}${prefix}/share/doc/${name}
+    set docdir ${destroot}${prefix}/share/doc/libpixman
     xinstall -d ${docdir}
-    eval xinstall -m 644 -W ${worksrcpath} \
+    xinstall -m 644 -W ${worksrcpath} \
         COPYING \
         README \
         ${docdir}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150806/66d66559/attachment.html>


More information about the macports-changes mailing list