diff options
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/R-cran-sp/Makefile | 20 | ||||
-rw-r--r-- | math/R-cran-sp/distinfo | 6 |
3 files changed, 10 insertions, 17 deletions
diff --git a/math/Makefile b/math/Makefile index 358997846d45..a2fd044d410a 100644 --- a/math/Makefile +++ b/math/Makefile @@ -12,6 +12,7 @@ SUBDIR += R-cran-gpclib SUBDIR += R-cran-igraph SUBDIR += R-cran-sm + SUBDIR += R-cran-sp SUBDIR += R-sp SUBDIR += aamath SUBDIR += abakus diff --git a/math/R-cran-sp/Makefile b/math/R-cran-sp/Makefile index 59fdcde804c8..00ff45343f6d 100644 --- a/math/R-cran-sp/Makefile +++ b/math/R-cran-sp/Makefile @@ -6,24 +6,16 @@ # PORTNAME= sp -PORTVERSION= 0.9.29 -CATEGORIES= math python -MASTER_SITES= http://mirrors.geoexpat.com/cran/src/contrib/ \ - http://cran.rakanu.com/src/contrib/ \ - http://cran.cnr.berkeley.edu/src/contrib/ -PKGNAMEPREFIX= R- -DISTNAME= ${PORTNAME}_0.9-29 +PORTVERSION= 0.9.37 +CATEGORIES= math +PKGNAMEPREFIX= R-cran- +DISTNAME= ${PORTNAME}_0.9-37 MAINTAINER= wenheping@gmail.com COMMENT= R Classes and Methods for Spatial Data -BUILD_DEPENDS= ${LOCALBASE}/bin/R:${PORTSDIR}/math/R -RUN_DEPENDS= ${LOCALBASE}/bin/R:${PORTSDIR}/math/R +R_MOD= yes -NO_BUILD= yes -R_INS= R CMD INSTALL - -do-install: - @cd ${WRKDIR} && ${R_INS} ${PORTNAME} +.include "${.CURDIR}/../../math/R-cran-sm/files/bsd.cran.mk" .include <bsd.port.mk> diff --git a/math/R-cran-sp/distinfo b/math/R-cran-sp/distinfo index fd041c4cef92..ec5c79c5426f 100644 --- a/math/R-cran-sp/distinfo +++ b/math/R-cran-sp/distinfo @@ -1,3 +1,3 @@ -MD5 (sp_0.9-29.tar.gz) = b872da891f4bdd068956e5569e76c1ab -SHA256 (sp_0.9-29.tar.gz) = 26f2b7ea5afeec6876d77da97d20463b4522de23baadf5d846e5445405d1c95c -SIZE (sp_0.9-29.tar.gz) = 404889 +MD5 (sp_0.9-37.tar.gz) = eb65bde62f5d62c8961e9f752e6323e7 +SHA256 (sp_0.9-37.tar.gz) = b24fb5fa4ea6e238cb318b580a9514da86e5853096994d51a32626232fb60f2b +SIZE (sp_0.9-37.tar.gz) = 410451 |