[88382] trunk/dports/math/R/Portfile

dports at macports.org dports at macports.org
Fri Dec 30 01:25:58 PST 2011


Revision: 88382
          http://trac.macports.org/changeset/88382
Author:   dports at macports.org
Date:     2011-12-30 01:25:55 -0800 (Fri, 30 Dec 2011)
Log Message:
-----------
R: maintainer update to v2.14.1; add debug variant (#32634)

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

Modified: trunk/dports/math/R/Portfile
===================================================================
--- trunk/dports/math/R/Portfile	2011-12-30 09:00:01 UTC (rev 88381)
+++ trunk/dports/math/R/Portfile	2011-12-30 09:25:55 UTC (rev 88382)
@@ -4,7 +4,7 @@
 
 name             R
 conflicts        R-framework
-version          2.14.0
+version          2.14.1
 categories       math science
 maintainers      epfl.ch:kjell.konis
 license          GPL-2 GPL-3
@@ -26,8 +26,8 @@
                  http://cran.hu.r-project.org/src/base/R-2/ \
                  http://cran.r-project.org/src/base/R-2/
 
-checksums        rmd160  f2f2805c8660d58050be1d11abf376843dbb40ea \
-                 sha256  036204f56f8128e633a5d2fe56ebe0ba5a5e8501abe2056736d12a99bf69b910
+checksums        rmd160  9dcd1d135701e3c682585346e7c48ac2c62012fd \
+                 sha256  d8a18914005975f40ed8fb37e3532422f769fb454651a9ed75f73c2bee9c0c4c
 
 depends_build    port:pkgconfig
 
@@ -72,6 +72,11 @@
     depends_lib-append port:gcc45
 }
 
+
+variant debug description {Build with debug symbols} {
+    configure.optflags-append -g
+}
+
 variant aqua description {Enable quartz graphics device} {
     if {${os.platform} == "darwin" && ${os.major} == 10} {
         # This variant uses a hack in "CFString.h" that does not define the problematic CF_FORMAT_FUNCTION
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111230/f2862f28/attachment-0001.html>


More information about the macports-changes mailing list