[133653] trunk/dports/graphics/MyPaint

ryandesign at macports.org ryandesign at macports.org
Sat Mar 7 20:42:18 PST 2015


Revision: 133653
          https://trac.macports.org/changeset/133653
Author:   ryandesign at macports.org
Date:     2015-03-07 20:42:18 -0800 (Sat, 07 Mar 2015)
Log Message:
-----------
MyPaint-devel: update to 1.1.1.alpha.20150306

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

Removed Paths:
-------------
    trunk/dports/graphics/MyPaint/files/patch-MyPaint-devel-brushlib-SConscript.diff

Modified: trunk/dports/graphics/MyPaint/Portfile
===================================================================
--- trunk/dports/graphics/MyPaint/Portfile	2015-03-08 03:26:51 UTC (rev 133652)
+++ trunk/dports/graphics/MyPaint/Portfile	2015-03-08 04:42:18 UTC (rev 133653)
@@ -129,20 +129,20 @@
 
 subport ${name}-devel {
     PortGroup               github 1.0
-    github.setup            mypaint mypaint 68f876fc82f24f71bbe3c3d91ddf364d31fa5ff5
-    version                 1.1.1.alpha.20141216+git.[string range ${git.branch} 0 7]
-    set libmypaint_branch   0a6ad9de9debb9786bcc23cef19446410ac042a5
+    github.setup            mypaint mypaint 6b3a1e7f21e6cc597baa31a48f6947ced9f760e3
+    version                 1.1.1.alpha.20150306+git.[string range ${git.branch} 0 7]
+    set libmypaint_branch   28eb0bd315c6de9a7fc15ef946727bbf13b95b03
     conflicts               ${name}
 
-    master_sites-append     https://github.com/mypaint/libmypaint/tarball/${libmypaint_branch}:libmypaint
+    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  beec9b869bb0f5b3d67c98d8078a895fa327147e \
-                            sha256  0c48292b8815b4f7d90268719b9594f24ddceda164569266e0956bf3cfbbbc94 \
+                            rmd160  1f0fe9d712589d8a4a6443b74d0bc332fd6bcffa \
+                            sha256  b60a4fc522c62bfe0bcf5169a40aee8cf867fb19a630a3fe088968b364488879 \
                             libmypaint-${libmypaint_branch}${extract.suffix} \
-                            rmd160  ffb71163b3c5959d08bbe252a3ab5c4a51037242 \
-                            sha256  397487add31eef31ea725b997581c7a4a476a7a74adc28fb401db94edf44794c
+                            rmd160  55d98f17b515b8ed157b290c976fe7a795782c27 \
+                            sha256  85e075093d6578616a0838f29af2b64ae107a87b54c4b9be000230c6a4ade173
 
     depends_lib-append      port:gtk3 \
                             port:librsvg \
@@ -151,11 +151,9 @@
 
     post-extract {
         delete ${workpath}/mypaint-${git.branch}/brushlib
-        eval move [glob ${workpath}/mypaint-libmypaint-*] ${workpath}/mypaint-${git.branch}/brushlib
+        move {*}[glob ${workpath}/mypaint-libmypaint-*] ${workpath}/mypaint-${git.branch}/brushlib
     }
 
-    patchfiles-append       patch-${subport}-brushlib-SConscript.diff
-
     post-destroot {
         xinstall -m 644 -W ${worksrcpath} \
             README.md \

Deleted: trunk/dports/graphics/MyPaint/files/patch-MyPaint-devel-brushlib-SConscript.diff
===================================================================
--- trunk/dports/graphics/MyPaint/files/patch-MyPaint-devel-brushlib-SConscript.diff	2015-03-08 03:26:51 UTC (rev 133652)
+++ trunk/dports/graphics/MyPaint/files/patch-MyPaint-devel-brushlib-SConscript.diff	2015-03-08 04:42:18 UTC (rev 133653)
@@ -1,12 +0,0 @@
-https://github.com/mypaint/libmypaint/pull/13
---- brushlib/SConscript.orig	2014-07-23 13:35:21.000000000 -0500
-+++ brushlib/SConscript	2014-12-27 20:14:39.000000000 -0600
-@@ -93,7 +93,7 @@
- if env['enable_i18n']:
-     env.Append(CPPDEFINES='HAVE_GETTEXT')
-     if sys.platform == "darwin":
--        libs += ['intl', 'gettextlib']
-+        libs += ['intl']
- 
- 
- config_defines = ''
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150307/c20596d3/attachment.html>


More information about the macports-changes mailing list