diff options
author | miwi <miwi@FreeBSD.org> | 2009-07-17 06:27:45 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-07-17 06:27:45 +0800 |
commit | b6e3051f110660d4600ec56cf722e651a0b7c7b8 (patch) | |
tree | 1ca4791a8a54c71a8a3bd7b1af1194e1d903adc3 /math | |
parent | 537eb9b3d89f5a8e8f641a7d87269c236d1e7d46 (diff) | |
download | freebsd-ports-graphics-b6e3051f110660d4600ec56cf722e651a0b7c7b8.tar.gz freebsd-ports-graphics-b6e3051f110660d4600ec56cf722e651a0b7c7b8.tar.zst freebsd-ports-graphics-b6e3051f110660d4600ec56cf722e651a0b7c7b8.zip |
- Update to 0.9.37
- Connect to the build
PR: 136343
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)
Diffstat (limited to 'math')
-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 358997846d4..a2fd044d410 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 59fdcde804c..00ff45343f6 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 fd041c4cef9..ec5c79c5426 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 |