[118973] trunk/dports/gis/qgis

vince at macports.org vince at macports.org
Mon Apr 14 02:04:57 PDT 2014


Revision: 118973
          https://trac.macports.org/changeset/118973
Author:   vince at macports.org
Date:     2014-04-14 02:04:56 -0700 (Mon, 14 Apr 2014)
Log Message:
-----------
Changes to Info.plist to help the Grass plug-in work

Modified Paths:
--------------
    trunk/dports/gis/qgis/Portfile
    trunk/dports/gis/qgis/files/patch-app_info_plist_in.diff

Modified: trunk/dports/gis/qgis/Portfile
===================================================================
--- trunk/dports/gis/qgis/Portfile	2014-04-14 08:11:21 UTC (rev 118972)
+++ trunk/dports/gis/qgis/Portfile	2014-04-14 09:04:56 UTC (rev 118973)
@@ -7,6 +7,7 @@
 
 name                qgis
 version             2.2.0
+revision            1
 categories          gis
 maintainers         vince
 description         QGIS is a user-friendly GIS based on Qt 4

Modified: trunk/dports/gis/qgis/files/patch-app_info_plist_in.diff
===================================================================
--- trunk/dports/gis/qgis/files/patch-app_info_plist_in.diff	2014-04-14 08:11:21 UTC (rev 118972)
+++ trunk/dports/gis/qgis/files/patch-app_info_plist_in.diff	2014-04-14 09:04:56 UTC (rev 118973)
@@ -11,13 +11,13 @@
 +        <key>GRASS_SH</key>
 +        <string>/bin/sh</string>
 +        <key>GRASS_PROJSHARE</key>
-+        <string>/opt/local/lib/proj47/share/proj</string>
++        <string>@@@/lib/proj47/share/proj</string>
 +        <key>GRASS_VERSION</key>
 +        <string>6.4.3</string>
 +        <key>GRASS_LD_LIBRARY_PATH</key>
-+        <string>/opt/local/share/grass-6.4.3/lib</string>
++        <string>@@@/share/grass-6.4.3/lib</string>
 +        <key>GRASS_PERL</key>
-+        <string>/opt/local/bin/perl</string>
++        <string>@@@/bin/perl</string>
 +    </dict>
  	<key>CFBundleDocumentTypes</key>
  	<array>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140414/8c7eaba9/attachment.html>


More information about the macports-changes mailing list