Modified: trunk/dports/graphics/Coin/Portfile (121495 => 121496)
--- 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 (0 => 121496)
--- 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>