diff options
author | bf <bf@FreeBSD.org> | 2012-05-05 04:56:15 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2012-05-05 04:56:15 +0800 |
commit | 2bf06064fdc7553ffc8e2ee66ce993db157a64ab (patch) | |
tree | 1e5ad9b7c3f6bde3997f9d5ed5304c34caaad5de /math/R-cran-psych | |
parent | e710f250a0f27e6bb17a9500f03dd01f54261160 (diff) | |
download | freebsd-ports-gnome-2bf06064fdc7553ffc8e2ee66ce993db157a64ab.tar.gz freebsd-ports-gnome-2bf06064fdc7553ffc8e2ee66ce993db157a64ab.tar.zst freebsd-ports-gnome-2bf06064fdc7553ffc8e2ee66ce993db157a64ab.zip |
- update math/R-cran-psych to 1.2.1 [1]
- update math/R to 2.15.0, and adjust dependent ports
- minor changes to bsd.cran.mk [2]: rename MASTER_CRAN_SITES to
MASTER_SITE_CRAN, as in bsd.sites.mk; make the install target more
flexible and allow CRAN ports to override it; add a regression-test
target; set USE_FORTRAN to match math/R; remove some of the
redundant checks of USE_R_MOD; honor NOPORTDATA and NOPORTDOCS
Reviewed by: thierry, tota, wen
Approved by: D. Rue (maintainer) [1], wen [2]
Diffstat (limited to 'math/R-cran-psych')
-rw-r--r-- | math/R-cran-psych/Makefile | 7 | ||||
-rw-r--r-- | math/R-cran-psych/distinfo | 4 |
2 files changed, 5 insertions, 6 deletions
diff --git a/math/R-cran-psych/Makefile b/math/R-cran-psych/Makefile index 2e332f2957ba..d58044ddc6f0 100644 --- a/math/R-cran-psych/Makefile +++ b/math/R-cran-psych/Makefile @@ -6,15 +6,14 @@ # PORTNAME= psych -PORTVERSION= 1.0.94 -PORTREVISION= 6 +PORTVERSION= 1.2.1 CATEGORIES= math science -DISTNAME= ${PORTNAME}_${PORTVERSION:C/\./-/g:C/-/\./1} +DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= drue@therub.org COMMENT= Psych package for the R project -USE_R_MOD= yes +USE_R_MOD= yes R_MOD_AUTOPLIST= yes .include <bsd.port.mk> diff --git a/math/R-cran-psych/distinfo b/math/R-cran-psych/distinfo index 9262a76b6cf1..e371c2670354 100644 --- a/math/R-cran-psych/distinfo +++ b/math/R-cran-psych/distinfo @@ -1,2 +1,2 @@ -SHA256 (psych_1.0-94.tar.gz) = ba545081583cbdcb834bb8c9b65c63dd2598bd4c98b9af464ec82fe4bcfbf246 -SIZE (psych_1.0-94.tar.gz) = 1516940 +SHA256 (psych_1.2.1.tar.gz) = df1560859e98d862eed66f7e88a4178a757983becaefd17adeec13fc6d9b6e4d +SIZE (psych_1.2.1.tar.gz) = 1939946 |