[154008] trunk/dports/graphics/MyPaint/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Oct 18 03:35:35 CEST 2016


Revision: 154008
          https://trac.macports.org/changeset/154008
Author:   ryandesign at macports.org
Date:     2016-10-17 18:35:35 -0700 (Mon, 17 Oct 2016)
Log Message:
-----------
MyPaint-devel: Update to 1.3.0-alpha.20160514+git.1fc6f4cc_0

See #51685

Modified Paths:
--------------
    trunk/dports/graphics/MyPaint/Portfile

Modified: trunk/dports/graphics/MyPaint/Portfile
===================================================================
--- trunk/dports/graphics/MyPaint/Portfile	2016-10-18 01:19:20 UTC (rev 154007)
+++ trunk/dports/graphics/MyPaint/Portfile	2016-10-18 01:35:35 UTC (rev 154008)
@@ -21,20 +21,19 @@
 
 subport ${name}-devel {
     conflicts               ${name}
-    github.setup            mypaint mypaint 6ba6c251207d6efa629b8a1d3a3d70dc688fac55
-    version                 1.3.0-alpha.20160115+git.[string range ${git.branch} 0 7]
-    revision                1
-    set libmypaint_branch   f6278c97aa5af443e30069099c6461b056cdfe63
+    github.setup            mypaint mypaint 1fc6f4ccab6e421ef38004d481ceae95960c9f02
+    version                 1.3.0-alpha.20160514+git.[string range ${git.branch} 0 7]
+    set libmypaint_branch   65ffae19bc152749d30e78593b7f78749b294718
 
     master_sites-append     https://github.com/${github.author}/libmypaint/tarball/${libmypaint_branch}:libmypaint
     distfiles-append        libmypaint-${libmypaint_branch}${extract.suffix}:libmypaint
 
     checksums               mypaint-${git.branch}${extract.suffix} \
-                            rmd160  12d69eb0c22bf179e436c4160864878d2089df41 \
-                            sha256  e83f8822aa0e2f6c9ef53002103c87569f7b4d14c5789ba881da931f9cbf57cb \
+                            rmd160  9e59572660debb783819bbf1f74e041208a5a5f4 \
+                            sha256  085e874d2cbe97473c7de2f82ac09cfa8ad3f4187e491c7a0310fdc30dae7c0c \
                             libmypaint-${libmypaint_branch}${extract.suffix} \
-                            rmd160  67cd7cb49c817a6216eb8dabdb87e0d8648fa1fe \
-                            sha256  7eb0e28cb74d2c5c3f8dbdf67a084b58f135ac145c562dd46ac71f7bfcd38df6
+                            rmd160  2abaf3bf42fbeddf135fc2a63bf1d7574463b400 \
+                            sha256  964db80901b4a442f43095c84437cc1e0170c8559b9fdbd3387ebe43be1f213a
 
     post-extract {
         delete ${workpath}/mypaint-${git.branch}/brushlib
@@ -75,8 +74,10 @@
 
 depends_run-append          port:hicolor-icon-theme
 
-patchfiles                  library-and-include-order.patch
-patchfiles-append           GLib.filename_to_utf8.patch
+if {${name} eq ${subport}} {
+    patchfiles-append       GLib.filename_to_utf8.patch \
+                            library-and-include-order.patch
+}
 
 use_configure               no
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20161017/c8f914af/attachment-0002.html>


More information about the macports-changes mailing list