[76017] trunk/dports/graphics/ipe

ryandesign at macports.org ryandesign at macports.org
Wed Feb 16 00:25:38 PST 2011


Revision: 76017
          http://trac.macports.org/changeset/76017
Author:   ryandesign at macports.org
Date:     2011-02-16 00:25:36 -0800 (Wed, 16 Feb 2011)
Log Message:
-----------
ipe: update to 7.0.14; see #28428 and #28270

Modified Paths:
--------------
    trunk/dports/graphics/ipe/Portfile
    trunk/dports/graphics/ipe/files/patch-ipe-lua-prefs.lua.diff

Modified: trunk/dports/graphics/ipe/Portfile
===================================================================
--- trunk/dports/graphics/ipe/Portfile	2011-02-16 08:12:11 UTC (rev 76016)
+++ trunk/dports/graphics/ipe/Portfile	2011-02-16 08:25:36 UTC (rev 76017)
@@ -4,7 +4,7 @@
 PortGroup               qt4 1.0
 
 name                    ipe
-version                 7.0.13
+version                 7.0.14
 categories              graphics
 maintainers             jacobs-university.de:m.thon
 description             The Ipe extensible drawing editor
@@ -20,8 +20,8 @@
 distname                ${name}-${version}-src
 worksrcdir              ${name}-${version}/src
 
-checksums               sha1    17471156d5becfd60147f94c765fbbf2c57e1782 \
-                        rmd160  a753fff1dcb7437adf3ce7bbb2a4b9be2aa7d077
+checksums               sha1    a9b744120019248a405caab63e88664258242151 \
+                        rmd160  4f819bd7740e875170e66c4fa4431aad6cb4c835
 
 depends_lib-append      port:freetype \
                         path:lib/pkgconfig/cairo.pc:cairo \
@@ -33,9 +33,8 @@
                         patch-ipe-lua-prefs.lua.diff
 use_configure           no
 
-build.env               CPPFLAGS="${configure.cppflags}" \
-                        CXXFLAGS="${configure.cxxflags} ${configure.cxx_archflags}" \
-                        LDFLAGS="${configure.ldflags} ${configure.ld_archflags}"
+build.env               CXXFLAGS="${configure.cxx_archflags}" \
+                        LDFLAGS="${configure.ld_archflags}"
 
 build.args              IPEPREFIX=${prefix} \
                         MOC=${qt_moc_cmd} \

Modified: trunk/dports/graphics/ipe/files/patch-ipe-lua-prefs.lua.diff
===================================================================
--- trunk/dports/graphics/ipe/files/patch-ipe-lua-prefs.lua.diff	2011-02-16 08:12:11 UTC (rev 76016)
+++ trunk/dports/graphics/ipe/files/patch-ipe-lua-prefs.lua.diff	2011-02-16 08:25:36 UTC (rev 76017)
@@ -1,5 +1,5 @@
---- ipe/lua/prefs.lua.orig	2011-02-02 23:29:45.000000000 +0100
-+++ ipe/lua/prefs.lua	2011-02-02 23:35:33.000000000 +0100
+--- ipe/lua/prefs.lua.orig	2011-02-16 02:37:06.000000000 +0100
++++ ipe/lua/prefs.lua	2011-02-16 08:11:25.000000000 +0100
 @@ -52,9 +52,6 @@
  -- DOS window will pop up when calling the editor
  if os.getenv("EDITOR") then
@@ -10,24 +10,26 @@
  else
    prefs.external_editor = nil
  end
-@@ -107,20 +104,10 @@
+@@ -115,20 +112,10 @@
  prefs.automatic_use_title = false
  
  -- How to start browser to show Ipe manual
 -if config.platform == "apple" then
-   prefs.browser = "open %s"
+-  prefs.browser = "open %s"
 -else
 -  -- 'sensible-browser' and 'gnome-open' both work on Linux
 -  -- prefs.browser = "sensible-browser %s &"
 -  prefs.browser = "gnome-open %s"
 -end
++prefs.browser = "open %s"
  
  -- How to start onscreen keyboard
 -if config.platform == "unix" then
 -  prefs.keyboard = "onboard &"
 -else
-   prefs.keyboard = nil
+-  prefs.keyboard = nil
 -end
++prefs.keyboard = nil
  
  -- format string for the coordinates in the status bar
  -- (x, unit, y, unit)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110216/ea055da7/attachment.html>


More information about the macports-changes mailing list