[106332] trunk/dports/math/R-app/Portfile

larryv at macports.org larryv at macports.org
Wed May 22 13:19:13 PDT 2013


Revision: 106332
          https://trac.macports.org/changeset/106332
Author:   larryv at macports.org
Date:     2013-05-22 13:19:13 -0700 (Wed, 22 May 2013)
Log Message:
-----------
R-app: Update to 1.61 (maintainer, #39188).

Also:
- Switch fetch type from Subversion checkout to distfile.
- Use "SnowLeopard64" Xcode configuration on all OS X versions.

Modified Paths:
--------------
    trunk/dports/math/R-app/Portfile

Modified: trunk/dports/math/R-app/Portfile
===================================================================
--- trunk/dports/math/R-app/Portfile	2013-05-22 20:04:52 UTC (rev 106331)
+++ trunk/dports/math/R-app/Portfile	2013-05-22 20:19:13 UTC (rev 106332)
@@ -5,7 +5,7 @@
 PortGroup xcode 1.0
 
 name                    R-app
-version                 1.60
+version                 1.61
 categories              math science aqua
 maintainers             me.com:kjell.konis
 license                 GPL-2+
@@ -17,11 +17,17 @@
 platforms               macosx
 supported_archs         x86_64
 
-fetch.type              svn
-svn.url                 https://svn.r-project.org/R-packages/trunk/Mac-GUI
-svn.method              checkout
-svn.revision            6476
+master_sites            http://cran.us.r-project.org/bin/macosx/ \
+                        http://cran.ms.unimelb.edu.au/bin/macosx/ \
+                        http://cran.at.r-project.org/bin/macosx/ \
+                        http://cran.hu.r-project.org/bin/macosx/ \
+                        http://cran.r-project.org/bin/macosx/
 
+distname                Mac-GUI-${version}
+
+checksums               rmd160  9191033fb445fd9e314f389f9ec7723eac02da7c \
+                        sha256  5cb3f78408a9613eca1f311ba014521c74dbbbfea169659a793b9734a9d06540
+
 post-patch {
     reinplace "s|/Library/Frameworks/R.framework|${frameworks_dir}/R.framework|g" \
         ${worksrcpath}/R.xcodeproj/project.pbxproj
@@ -33,24 +39,14 @@
 
 universal_variant       no
 
-worksrcdir              Mac-GUI
-
 xcode.project           R.xcodeproj
 xcode.target            R
+xcode.configuration     SnowLeopard64
 
-if {${os.major} == "11"} {
-  xcode.configuration     Lion64
-} elseif {${os.major} == "12"} {
-  xcode.configuration     MLion64
-} else {
-  xcode.configuration     SnowLeopard64
-}
-
 xcode.build.settings    FRAMEWORK_SEARCH_PATHS=${frameworks_dir}
 xcode.destroot.settings FRAMEWORK_SEARCH_PATHS=${frameworks_dir}
 
 post-destroot {
-    reinplace "s|%SVN%|${svn.revision}|g" ${destroot}${applications_dir}/R.app/Contents/Info.plist
     delete ${destroot}${applications_dir}/sush
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130522/27149c92/attachment.html>


More information about the macports-changes mailing list