Revision: 121496 https://trac.macports.org/changeset/121496 Author: ryandesign@macports.org Date: 2014-06-26 23:07:22 -0700 (Thu, 26 Jun 2014) Log Message: ----------- Coin: fix malformed XML in Info.plist when +aqua variant is used Modified Paths: -------------- trunk/dports/graphics/Coin/Portfile Added Paths: ----------- trunk/dports/graphics/Coin/files/patch-Info.plist.in.diff Modified: trunk/dports/graphics/Coin/Portfile =================================================================== --- trunk/dports/graphics/Coin/Portfile 2014-06-27 05:38:39 UTC (rev 121495) +++ trunk/dports/graphics/Coin/Portfile 2014-06-27 06:07:22 UTC (rev 121496) @@ -5,7 +5,7 @@ name Coin version 3.1.3 -revision 3 +revision 4 license GPL-2 description cross platform C++ OpenGL scene graph library long_description Coin is a high-level 3D graphics library with a \ @@ -31,7 +31,8 @@ for.patch \ clang-name-lookup.diff \ fix-weird-error.diff \ - patch-include-Inventor-C-base-math-undefs.h.diff + patch-include-Inventor-C-base-math-undefs.h.diff \ + patch-Info.plist.in.diff configure.args --with-simage=${prefix} \ --mandir=${prefix}/share/man Added: trunk/dports/graphics/Coin/files/patch-Info.plist.in.diff =================================================================== --- trunk/dports/graphics/Coin/files/patch-Info.plist.in.diff (rev 0) +++ trunk/dports/graphics/Coin/files/patch-Info.plist.in.diff 2014-06-27 06:07:22 UTC (rev 121496) @@ -0,0 +1,19 @@ +--- Info.plist.in.orig 2010-03-02 07:20:09.000000000 -0600 ++++ Info.plist.in 2014-06-27 00:55:10.000000000 -0500 +@@ -7,7 +7,7 @@ + <key>CFBundleExecutable</key> + <string>Inventor</string> + <key>CFBundleGetInfoString</key> +- <string>Coin framework, copyright Kongsberg Oil & Gas Technologies 1998-2010</string> ++ <string>Coin framework, copyright Kongsberg Oil & Gas Technologies 1998-2010</string> + <key>CFBundleIdentifier</key> + <string>org.coin3d.Coin.framework</string> + <key>CFBundleInfoDictionaryVersion</key> +@@ -23,6 +23,6 @@ + <key>CFBundleVersion</key> + <string>@COIN_VERSION@</string> + <key>NSHumanReadableCopyright</key> +- <string>Copyright Kongsberg Oil & Gas Technologies 1998-2010</string> ++ <string>Copyright Kongsberg Oil & Gas Technologies 1998-2010</string> + </dict> + </plist>
participants (1)
-
ryandesign@macports.org