diff options
author | bf <bf@FreeBSD.org> | 2013-01-05 01:51:39 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2013-01-05 01:51:39 +0800 |
commit | 20c391021d7d07103172b452ae8cc81845c75a98 (patch) | |
tree | 3aaf505edc4f8e095109e2c6f1e53ba888e009a4 /graphics | |
parent | 6df5a356d67ac16608e5fddbcaa3a350b7c8976f (diff) | |
download | freebsd-ports-gnome-20c391021d7d07103172b452ae8cc81845c75a98.tar.gz freebsd-ports-gnome-20c391021d7d07103172b452ae8cc81845c75a98.tar.zst freebsd-ports-gnome-20c391021d7d07103172b452ae8cc81845c75a98.zip |
update the R base ports to 2.15.2 and adjust dependent ports
Reviewed by: thierry, tota, wen
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/R-cran-GDD/Makefile | 7 | ||||
-rw-r--r-- | graphics/R-cran-RColorBrewer/Makefile | 8 | ||||
-rw-r--r-- | graphics/R-cran-colorspace/Makefile | 1 | ||||
-rw-r--r-- | graphics/R-cran-diagram/Makefile | 8 | ||||
-rw-r--r-- | graphics/R-cran-dichromat/Makefile | 8 | ||||
-rw-r--r-- | graphics/R-cran-ggplot2/Makefile | 1 | ||||
-rw-r--r-- | graphics/R-cran-munsell/Makefile | 7 | ||||
-rw-r--r-- | graphics/R-cran-pixmap/Makefile | 8 | ||||
-rw-r--r-- | graphics/R-cran-png/Makefile | 1 | ||||
-rw-r--r-- | graphics/R-cran-rgdal/Makefile | 1 | ||||
-rw-r--r-- | graphics/R-cran-rtiff/Makefile | 8 | ||||
-rw-r--r-- | graphics/R-cran-scales/Makefile | 1 | ||||
-rw-r--r-- | graphics/R-cran-shape/Makefile | 7 |
13 files changed, 21 insertions, 45 deletions
diff --git a/graphics/R-cran-GDD/Makefile b/graphics/R-cran-GDD/Makefile index f2c323b2e5ba..4d0ac3c8266e 100644 --- a/graphics/R-cran-GDD/Makefile +++ b/graphics/R-cran-GDD/Makefile @@ -1,12 +1,9 @@ -# New ports collection makefile for: GDD -# Date created: 2012-08-21 -# Whom: Steven Kreuzer <skreuzer@FreeBSD.org> -# +# Created by: Steven Kreuzer <skreuzer@FreeBSD.org> # $FreeBSD$ PORTNAME= GDD DISTVERSION= 0.1-13.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/graphics/R-cran-RColorBrewer/Makefile b/graphics/R-cran-RColorBrewer/Makefile index 91c44d5d49f5..fb19125e19b4 100644 --- a/graphics/R-cran-RColorBrewer/Makefile +++ b/graphics/R-cran-RColorBrewer/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: R-cran-RColorBrewer -# Date created: 2011-09-10 -# Whom: TAKATSU Tomonari <tota@FreeBSD.org> -# +# Created by: TAKATSU Tomonari <tota@FreeBSD.org> # $FreeBSD$ -# PORTNAME= RColorBrewer DISTVERSION= 1.0-5 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/graphics/R-cran-colorspace/Makefile b/graphics/R-cran-colorspace/Makefile index d1888d39dce2..d98305f90ea6 100644 --- a/graphics/R-cran-colorspace/Makefile +++ b/graphics/R-cran-colorspace/Makefile @@ -3,6 +3,7 @@ PORTNAME= colorspace DISTVERSION= 1.2-0 +PORTREVISION= 1 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/graphics/R-cran-diagram/Makefile b/graphics/R-cran-diagram/Makefile index 83cc6f7a9b1e..65711fe1a6ed 100644 --- a/graphics/R-cran-diagram/Makefile +++ b/graphics/R-cran-diagram/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: R-cran-diagram -# Date created: 2011-09-09 -# Whom: TAKATSU Tomonari <tota@FreeBSD.org> -# +# Created by: TAKATSU Tomonari <tota@FreeBSD.org> # $FreeBSD$ -# PORTNAME= diagram PORTVERSION= 1.6 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/graphics/R-cran-dichromat/Makefile b/graphics/R-cran-dichromat/Makefile index 50b6f8649377..df135a41e433 100644 --- a/graphics/R-cran-dichromat/Makefile +++ b/graphics/R-cran-dichromat/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: R-cran-dichromat -# Date created: 2012-02-08 -# Whom: TAKATSU Tomonari <tota@FreeBSD.org> -# +# Created by: TAKATSU Tomonari <tota@FreeBSD.org> # $FreeBSD$ -# PORTNAME= dichromat DISTVERSION= 1.2-4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/graphics/R-cran-ggplot2/Makefile b/graphics/R-cran-ggplot2/Makefile index 2bd58149d0a0..d5be52c0f877 100644 --- a/graphics/R-cran-ggplot2/Makefile +++ b/graphics/R-cran-ggplot2/Makefile @@ -2,6 +2,7 @@ PORTNAME= ggplot2 PORTVERSION= 0.9.3 +PORTREVISION= 1 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/graphics/R-cran-munsell/Makefile b/graphics/R-cran-munsell/Makefile index bc040cb2bfc7..7f81e5f59440 100644 --- a/graphics/R-cran-munsell/Makefile +++ b/graphics/R-cran-munsell/Makefile @@ -1,12 +1,9 @@ -# New ports collection makefile for: R-cran-munsell -# Date created: 2012-02-08 -# Whom: TAKATSU Tomonari <tota@FreeBSD.org> -# +# Created by: TAKATSU Tomonari <tota@FreeBSD.org> # $FreeBSD$ -# PORTNAME= munsell PORTVERSION= 0.4 +PORTREVISION= 1 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/graphics/R-cran-pixmap/Makefile b/graphics/R-cran-pixmap/Makefile index 204d9f1311d3..0a5e2f5bb71a 100644 --- a/graphics/R-cran-pixmap/Makefile +++ b/graphics/R-cran-pixmap/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: R-cran-pixmap -# Date created: 2011-12-21 -# Whom: TAKATSU Tomonari <tota@FreeBSD.org> -# +# Created by: TAKATSU Tomonari <tota@FreeBSD.org> # $FreeBSD$ -# PORTNAME= pixmap DISTVERSION= 0.4-11 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/graphics/R-cran-png/Makefile b/graphics/R-cran-png/Makefile index d588a0e2b938..8acf3eb0f4f1 100644 --- a/graphics/R-cran-png/Makefile +++ b/graphics/R-cran-png/Makefile @@ -3,6 +3,7 @@ PORTNAME= png DISTVERSION= 0.1-4 +PORTREVISION= 1 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/graphics/R-cran-rgdal/Makefile b/graphics/R-cran-rgdal/Makefile index 75199c68c943..176db4dd39e4 100644 --- a/graphics/R-cran-rgdal/Makefile +++ b/graphics/R-cran-rgdal/Makefile @@ -3,6 +3,7 @@ PORTNAME= rgdal DISTVERSION= 0.8-01 +PORTREVISION= 1 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/graphics/R-cran-rtiff/Makefile b/graphics/R-cran-rtiff/Makefile index d165a763fc4b..93519c745276 100644 --- a/graphics/R-cran-rtiff/Makefile +++ b/graphics/R-cran-rtiff/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: R-cran-rtiff -# Date created: 2012-02-21 -# Whom: TAKATSU Tomonari <tota@FreeBSD.org> -# +# Created by: TAKATSU Tomonari <tota@FreeBSD.org> # $FreeBSD$ -# PORTNAME= rtiff PORTVERSION= 1.4.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/graphics/R-cran-scales/Makefile b/graphics/R-cran-scales/Makefile index 4732e7a658a6..49503a43d79a 100644 --- a/graphics/R-cran-scales/Makefile +++ b/graphics/R-cran-scales/Makefile @@ -2,6 +2,7 @@ PORTNAME= scales PORTVERSION= 0.2.3 +PORTREVISION= 1 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/graphics/R-cran-shape/Makefile b/graphics/R-cran-shape/Makefile index 776dbeddc481..01fa7424fdd8 100644 --- a/graphics/R-cran-shape/Makefile +++ b/graphics/R-cran-shape/Makefile @@ -1,12 +1,9 @@ -# New ports collection makefile for: R-cran-shape -# Date created: 2011-09-09 -# Whom: TAKATSU Tomonari <tota@FreeBSD.org> -# +# Created by: TAKATSU Tomonari <tota@FreeBSD.org> # $FreeBSD$ -# PORTNAME= shape PORTVERSION= 1.4.0 +PORTREVISION= 1 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${PORTVERSION} |