diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-11-09 10:31:47 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2017-11-09 10:31:47 +0800 |
commit | a193bbbc8c6f28ba70d95074e1afc98c94d35ba3 (patch) | |
tree | b8c1264cb5e7cb2fc7586f01dde54728f18e9d99 /math/R | |
parent | 1a7d8a565b3f8943a6b004bbc939016aa810e6af (diff) | |
download | freebsd-ports-gnome-a193bbbc8c6f28ba70d95074e1afc98c94d35ba3.tar.gz freebsd-ports-gnome-a193bbbc8c6f28ba70d95074e1afc98c94d35ba3.tar.zst freebsd-ports-gnome-a193bbbc8c6f28ba70d95074e1afc98c94d35ba3.zip |
devel/icu: update to 60.1
Changes: http://site.icu-project.org/download/60
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 223373
Exp-run by: antoine
Diffstat (limited to 'math/R')
-rw-r--r-- | math/R/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index a3db8d180595..e666dc8685bd 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -3,7 +3,7 @@ PORTNAME= R DISTVERSION= 3.4.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math lang MASTER_SITES= CRAN/src/base/R-${PORTVERSION:C|\..*||} |