[120559] trunk/dports/graphics/MyPaint

ryandesign at macports.org ryandesign at macports.org
Sun Jun 1 02:37:40 PDT 2014


Revision: 120559
          https://trac.macports.org/changeset/120559
Author:   ryandesign at macports.org
Date:     2014-06-01 02:37:40 -0700 (Sun, 01 Jun 2014)
Log Message:
-----------
MyPaint: revbump and patch to fix build with json-c 0.12 (#43781)

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

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

Modified: trunk/dports/graphics/MyPaint/Portfile
===================================================================
--- trunk/dports/graphics/MyPaint/Portfile	2014-06-01 09:37:04 UTC (rev 120558)
+++ trunk/dports/graphics/MyPaint/Portfile	2014-06-01 09:37:40 UTC (rev 120559)
@@ -7,7 +7,7 @@
 name                        MyPaint
 set my_name                 mypaint
 version                     1.1.0
-revision                    2
+revision                    3
 homepage                    http://mypaint.info/
 categories                  graphics
 maintainers                 ryandesign
@@ -43,6 +43,7 @@
 depends_run                 port:hicolor-icon-theme
 
 patchfiles                  patch-SConstruct.diff
+patchfiles-append           patch-brushlib-SConscript.diff
 patchfiles-append           patch-malloc.diff
 
 use_configure               no

Added: trunk/dports/graphics/MyPaint/files/patch-brushlib-SConscript.diff
===================================================================
--- trunk/dports/graphics/MyPaint/files/patch-brushlib-SConscript.diff	                        (rev 0)
+++ trunk/dports/graphics/MyPaint/files/patch-brushlib-SConscript.diff	2014-06-01 09:37:40 UTC (rev 120559)
@@ -0,0 +1,12 @@
+https://gna.org/bugs/?20817
+--- brushlib/SConscript.orig	2012-12-31 11:03:38.000000000 -0600
++++ brushlib/SConscript	2014-06-01 03:52:55.000000000 -0500
+@@ -73,7 +73,7 @@
+ 
+ env.Append(CPPPATH='./')
+ 
+-pkg_deps = ['json']
++pkg_deps = ['json-c']
+ libs = ['m']
+ linkflags = []
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140601/0ba55d1d/attachment.html>


More information about the macports-changes mailing list