ports/162238: [PATCH] Move PKGNAMEPREFIX from each Makefile to Mk/bsd.cran.mk
TAKATSU Tomonari
tota at FreeBSD.org
Tue Nov 1 19:20:09 UTC 2011
>Number: 162238
>Category: ports
>Synopsis: [PATCH] Move PKGNAMEPREFIX from each Makefile to Mk/bsd.cran.mk
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Tue Nov 01 19:20:08 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator: TAKATSU Tomonari
>Release: FreeBSD 8.2-RELEASE-p3 amd64
>Organization:
none (private)
>Environment:
System: FreeBSD photon.local.lan 8.2-RELEASE-p3 FreeBSD 8.2-RELEASE-p3 #0: Tue Sep 27 18:45:57 UTC 2011
>Description:
Move PKGNAMEPREFIX defined in each R-cran- related ports Makefile
to Mk/bsd.cran.mk.
Port maintainers (drue at therub.org, naylor.b.david at gmail.com, wen at FreeBSD.org)
is cc'd.
Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:
--- R-cran.patch begins here ---
Index: Mk/bsd.cran.mk
===================================================================
RCS file: /home/ncvs/ports/Mk/bsd.cran.mk,v
retrieving revision 1.9
diff -u -r1.9 bsd.cran.mk
--- Mk/bsd.cran.mk 15 Oct 2011 13:37:26 -0000 1.9
+++ Mk/bsd.cran.mk 29 Oct 2011 14:17:09 -0000
@@ -25,6 +25,8 @@
.if defined(USE_R_MOD)
BUILD_DEPENDS+= ${LOCALBASE}/bin/R:${PORTSDIR}/math/R
RUN_DEPENDS+= ${LOCALBASE}/bin/R:${PORTSDIR}/math/R
+
+PKGNAMEPREFIX?= R-cran-
.endif
R_MOD_DIR?= lib/R/library/${PORTNAME}
Index: astro/R-cran-maptools/Makefile
===================================================================
RCS file: /home/ncvs/ports/astro/R-cran-maptools/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- astro/R-cran-maptools/Makefile 11 Oct 2011 14:19:38 -0000 1.2
+++ astro/R-cran-maptools/Makefile 29 Oct 2011 14:35:21 -0000
@@ -9,7 +9,6 @@
DISTVERSION= 0.8-10
PORTREVISION= 1
CATEGORIES= astro
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota at FreeBSD.org
Index: converters/R-cran-RJSONIO/Makefile
===================================================================
RCS file: /home/ncvs/ports/converters/R-cran-RJSONIO/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- converters/R-cran-RJSONIO/Makefile 24 Oct 2011 21:39:08 -0000 1.4
+++ converters/R-cran-RJSONIO/Makefile 29 Oct 2011 14:36:18 -0000
@@ -8,7 +8,6 @@
PORTNAME= RJSONIO
DISTVERSION= 0.96-0
CATEGORIES= converters
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota at FreeBSD.org
Index: databases/R-cran-RMySQL/Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/R-cran-RMySQL/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- databases/R-cran-RMySQL/Makefile 11 Oct 2011 14:19:38 -0000 1.2
+++ databases/R-cran-RMySQL/Makefile 29 Oct 2011 14:36:44 -0000
@@ -9,7 +9,6 @@
DISTVERSION= 0.8-0
PORTREVISION= 1
CATEGORIES= databases
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota at FreeBSD.org
Index: databases/R-cran-DBI/Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/R-cran-DBI/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- databases/R-cran-DBI/Makefile 11 Oct 2011 14:19:38 -0000 1.2
+++ databases/R-cran-DBI/Makefile 30 Oct 2011 04:31:08 -0000
@@ -9,7 +9,6 @@
DISTVERSION= 0.2-5
PORTREVISION= 1
CATEGORIES= databases
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota at FreeBSD.org
Index: devel/R-cran-foreach/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/R-cran-foreach/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- devel/R-cran-foreach/Makefile 11 Oct 2011 14:19:39 -0000 1.2
+++ devel/R-cran-foreach/Makefile 30 Oct 2011 04:31:53 -0000
@@ -9,7 +9,6 @@
PORTVERSION= 1.3.2
PORTREVISION= 1
CATEGORIES= devel
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota at FreeBSD.org
Index: devel/R-cran-caret/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/R-cran-caret/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- devel/R-cran-caret/Makefile 24 Oct 2011 21:41:11 -0000 1.8
+++ devel/R-cran-caret/Makefile 30 Oct 2011 04:32:03 -0000
@@ -8,7 +8,6 @@
PORTNAME= caret
DISTVERSION= 5.07-001
CATEGORIES= devel
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota at FreeBSD.org
Index: devel/R-cran-reshape/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/R-cran-reshape/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- devel/R-cran-reshape/Makefile 11 Oct 2011 14:19:40 -0000 1.2
+++ devel/R-cran-reshape/Makefile 30 Oct 2011 04:32:14 -0000
@@ -9,7 +9,6 @@
PORTVERSION= 0.8.4
PORTREVISION= 1
CATEGORIES= devel
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota at FreeBSD.org
Index: devel/R-cran-iterators/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/R-cran-iterators/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- devel/R-cran-iterators/Makefile 11 Oct 2011 14:19:39 -0000 1.2
+++ devel/R-cran-iterators/Makefile 30 Oct 2011 04:32:48 -0000
@@ -9,7 +9,6 @@
PORTVERSION= 1.0.5
PORTREVISION= 1
CATEGORIES= devel
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota at FreeBSD.org
Index: devel/R-cran-bitops/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/R-cran-bitops/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- devel/R-cran-bitops/Makefile 11 Oct 2011 14:19:38 -0000 1.2
+++ devel/R-cran-bitops/Makefile 30 Oct 2011 04:33:01 -0000
@@ -9,7 +9,6 @@
DISTVERSION= 1.0-4.1
PORTREVISION= 1
CATEGORIES= devel
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota at FreeBSD.org
Index: devel/R-cran-itertools/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/R-cran-itertools/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- devel/R-cran-itertools/Makefile 11 Oct 2011 14:19:39 -0000 1.2
+++ devel/R-cran-itertools/Makefile 30 Oct 2011 04:33:31 -0000
@@ -9,7 +9,6 @@
DISTVERSION= 0.1-1
PORTREVISION= 1
CATEGORIES= devel
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota at FreeBSD.org
Index: devel/R-cran-plyr/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/R-cran-plyr/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- devel/R-cran-plyr/Makefile 11 Oct 2011 14:19:39 -0000 1.2
+++ devel/R-cran-plyr/Makefile 30 Oct 2011 04:33:43 -0000
@@ -9,7 +9,6 @@
PORTVERSION= 1.6
PORTREVISION= 1
CATEGORIES= devel
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota at FreeBSD.org
Index: devel/R-cran-proto/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/R-cran-proto/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- devel/R-cran-proto/Makefile 11 Oct 2011 14:19:39 -0000 1.2
+++ devel/R-cran-proto/Makefile 30 Oct 2011 04:33:54 -0000
@@ -9,7 +9,6 @@
DISTVERSION= 0.3-9.2
PORTREVISION= 1
CATEGORIES= devel
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota at FreeBSD.org
Index: finance/R-cran-RFinanceYJ/Makefile
===================================================================
RCS file: /home/ncvs/ports/finance/R-cran-RFinanceYJ/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- finance/R-cran-RFinanceYJ/Makefile 11 Oct 2011 14:19:40 -0000 1.2
+++ finance/R-cran-RFinanceYJ/Makefile 30 Oct 2011 04:34:10 -0000
@@ -9,7 +9,6 @@
PORTVERSION= 0.1.6
PORTREVISION= 1
CATEGORIES= finance
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota at FreeBSD.org
Index: finance/R-cran-gmm/Makefile
===================================================================
RCS file: /home/ncvs/ports/finance/R-cran-gmm/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- finance/R-cran-gmm/Makefile 11 Oct 2011 14:19:40 -0000 1.2
+++ finance/R-cran-gmm/Makefile 30 Oct 2011 04:34:33 -0000
@@ -9,7 +9,6 @@
DISTVERSION= 1.3-8
PORTREVISION= 1
CATEGORIES= finance
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota at FreeBSD.org
Index: ftp/R-cran-RCurl/Makefile
===================================================================
RCS file: /home/ncvs/ports/ftp/R-cran-RCurl/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- ftp/R-cran-RCurl/Makefile 11 Oct 2011 14:19:40 -0000 1.3
+++ ftp/R-cran-RCurl/Makefile 30 Oct 2011 04:34:46 -0000
@@ -9,7 +9,6 @@
DISTVERSION= 1.6-10
PORTREVISION= 1
CATEGORIES= ftp
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota at FreeBSD.org
Index: graphics/R-cran-RColorBrewer/Makefile
===================================================================
RCS file: /home/ncvs/ports/graphics/R-cran-RColorBrewer/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- graphics/R-cran-RColorBrewer/Makefile 11 Oct 2011 14:19:40 -0000 1.2
+++ graphics/R-cran-RColorBrewer/Makefile 30 Oct 2011 04:35:06 -0000
@@ -9,7 +9,6 @@
DISTVERSION= 1.0-5
PORTREVISION= 1
CATEGORIES= graphics
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota at FreeBSD.org
Index: graphics/R-cran-colorspace/Makefile
===================================================================
RCS file: /home/ncvs/ports/graphics/R-cran-colorspace/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- graphics/R-cran-colorspace/Makefile 11 Oct 2011 14:19:40 -0000 1.2
+++ graphics/R-cran-colorspace/Makefile 30 Oct 2011 04:35:26 -0000
@@ -9,7 +9,6 @@
DISTVERSION= 1.1-0
PORTREVISION= 1
CATEGORIES= graphics
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota at FreeBSD.org
Index: graphics/R-cran-diagram/Makefile
===================================================================
RCS file: /home/ncvs/ports/graphics/R-cran-diagram/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- graphics/R-cran-diagram/Makefile 11 Oct 2011 14:19:40 -0000 1.2
+++ graphics/R-cran-diagram/Makefile 30 Oct 2011 04:35:36 -0000
@@ -9,7 +9,6 @@
PORTVERSION= 1.5.2
PORTREVISION= 1
CATEGORIES= graphics
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota at FreeBSD.org
Index: graphics/R-cran-ggplot2/Makefile
===================================================================
RCS file: /home/ncvs/ports/graphics/R-cran-ggplot2/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- graphics/R-cran-ggplot2/Makefile 11 Oct 2011 14:19:41 -0000 1.2
+++ graphics/R-cran-ggplot2/Makefile 30 Oct 2011 04:35:48 -0000
@@ -9,7 +9,6 @@
PORTVERSION= 0.8.9
PORTREVISION= 1
CATEGORIES= graphics
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota at FreeBSD.org
Index: graphics/R-cran-shape/Makefile
===================================================================
RCS file: /home/ncvs/ports/graphics/R-cran-shape/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- graphics/R-cran-shape/Makefile 11 Oct 2011 14:19:41 -0000 1.2
+++ graphics/R-cran-shape/Makefile 30 Oct 2011 04:36:06 -0000
@@ -9,7 +9,6 @@
PORTVERSION= 1.3.4
PORTREVISION= 1
CATEGORIES= graphics
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota at FreeBSD.org
Index: math/R-cran-RSvgDevice/Makefile
===================================================================
RCS file: /home/ncvs/ports/math/R-cran-RSvgDevice/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- math/R-cran-RSvgDevice/Makefile 11 Oct 2011 14:19:41 -0000 1.13
+++ math/R-cran-RSvgDevice/Makefile 30 Oct 2011 04:37:01 -0000
@@ -9,7 +9,6 @@
PORTVERSION= 0.6.4.1
PORTREVISION= 9
CATEGORIES= math
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= naylor.b.david at gmail.com
Index: math/R-cran-Zelig/Makefile
===================================================================
RCS file: /home/ncvs/ports/math/R-cran-Zelig/Makefile,v
retrieving revision 1.16
diff -u -r1.16 Makefile
--- math/R-cran-Zelig/Makefile 11 Oct 2011 14:19:41 -0000 1.16
+++ math/R-cran-Zelig/Makefile 30 Oct 2011 04:37:19 -0000
@@ -9,7 +9,6 @@
DISTVERSION= 3.5.1
PORTREVISION= 1
CATEGORIES= math
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= wen at FreeBSD.org
Index: math/R-cran-car/Makefile
===================================================================
RCS file: /home/ncvs/ports/math/R-cran-car/Makefile,v
retrieving revision 1.17
diff -u -r1.17 Makefile
--- math/R-cran-car/Makefile 29 Oct 2011 18:20:43 -0000 1.17
+++ math/R-cran-car/Makefile 30 Oct 2011 04:37:32 -0000
@@ -8,7 +8,6 @@
PORTNAME= car
DISTVERSION= 2.0-11
CATEGORIES= math
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= naylor.b.david at gmail.com
Index: math/R-cran-gpclib/Makefile
===================================================================
RCS file: /home/ncvs/ports/math/R-cran-gpclib/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- math/R-cran-gpclib/Makefile 11 Oct 2011 14:19:42 -0000 1.14
+++ math/R-cran-gpclib/Makefile 30 Oct 2011 04:37:43 -0000
@@ -9,7 +9,6 @@
DISTVERSION= 1.5-1
PORTREVISION= 5
CATEGORIES= math
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= wen at FreeBSD.org
Index: math/R-cran-sm/Makefile
===================================================================
RCS file: /home/ncvs/ports/math/R-cran-sm/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- math/R-cran-sm/Makefile 11 Oct 2011 14:19:43 -0000 1.15
+++ math/R-cran-sm/Makefile 30 Oct 2011 04:37:56 -0000
@@ -9,7 +9,6 @@
DISTVERSION= 2.2-4.1
PORTREVISION= 3
CATEGORIES= math
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= wen at FreeBSD.org
Index: math/R-cran-sp/Makefile
===================================================================
RCS file: /home/ncvs/ports/math/R-cran-sp/Makefile,v
retrieving revision 1.16
diff -u -r1.16 Makefile
--- math/R-cran-sp/Makefile 11 Oct 2011 14:19:43 -0000 1.16
+++ math/R-cran-sp/Makefile 30 Oct 2011 04:38:19 -0000
@@ -9,7 +9,6 @@
PORTVERSION= 0.9.78
PORTREVISION= 3
CATEGORIES= math
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${PORTVERSION:C/\./-/g:C/-/\./1}
MAINTAINER= wen at FreeBSD.org
Index: math/R-cran-psych/Makefile
===================================================================
RCS file: /home/ncvs/ports/math/R-cran-psych/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- math/R-cran-psych/Makefile 11 Oct 2011 14:19:42 -0000 1.8
+++ math/R-cran-psych/Makefile 30 Oct 2011 04:38:39 -0000
@@ -9,7 +9,6 @@
PORTVERSION= 1.0.94
PORTREVISION= 3
CATEGORIES= math science
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${PORTVERSION:C/\./-/g:C/-/\./1}
MAINTAINER= drue at therub.org
Index: math/R-cran-SuppDists/Makefile
===================================================================
RCS file: /home/ncvs/ports/math/R-cran-SuppDists/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- math/R-cran-SuppDists/Makefile 11 Oct 2011 14:19:41 -0000 1.3
+++ math/R-cran-SuppDists/Makefile 30 Oct 2011 04:39:10 -0000
@@ -12,7 +12,6 @@
MASTER_SITES= ${MASTER_CRAN_SITES} \
http://r.research.att.com/benchmarks/:benchmark \
LOCAL/bf:benchmark
-PKGNAMEPREFIX= R-cran-
DISTFILES= ${PORTNAME}_${DISTVERSION}${EXTRACT_SUFX} \
${BENCHMARK_SCRIPT}:benchmark
EXTRACT_ONLY= ${PORTNAME}_${DISTVERSION}${EXTRACT_SUFX}
Index: math/R-cran-zoo/Makefile
===================================================================
RCS file: /home/ncvs/ports/math/R-cran-zoo/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- math/R-cran-zoo/Makefile 27 Oct 2011 15:08:29 -0000 1.4
+++ math/R-cran-zoo/Makefile 30 Oct 2011 04:39:41 -0000
@@ -8,7 +8,6 @@
PORTNAME= zoo
DISTVERSION= 1.7-5
CATEGORIES= math
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota at FreeBSD.org
Index: math/R-cran-coda/Makefile
===================================================================
RCS file: /home/ncvs/ports/math/R-cran-coda/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- math/R-cran-coda/Makefile 11 Oct 2011 14:19:42 -0000 1.8
+++ math/R-cran-coda/Makefile 30 Oct 2011 04:40:30 -0000
@@ -9,7 +9,6 @@
DISTVERSION= 0.14-4
PORTREVISION= 1
CATEGORIES= math
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= wen at FreeBSD.org
Index: math/R-cran-inline/Makefile
===================================================================
RCS file: /home/ncvs/ports/math/R-cran-inline/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- math/R-cran-inline/Makefile 11 Oct 2011 14:19:42 -0000 1.11
+++ math/R-cran-inline/Makefile 30 Oct 2011 04:40:45 -0000
@@ -9,7 +9,6 @@
PORTVERSION= 0.3.8
PORTREVISION= 3
CATEGORIES= math
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= wen at FreeBSD.org
Index: math/R-cran-mvtnorm/Makefile
===================================================================
RCS file: /home/ncvs/ports/math/R-cran-mvtnorm/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- math/R-cran-mvtnorm/Makefile 11 Oct 2011 14:19:42 -0000 1.4
+++ math/R-cran-mvtnorm/Makefile 30 Oct 2011 04:41:15 -0000
@@ -9,7 +9,6 @@
PORTVERSION= 0.9.96
PORTREVISION= 3
CATEGORIES= math
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${PORTVERSION:C/\./-/g:C/-/\./1}
MAINTAINER= wen at FreeBSD.org
Index: math/R-cran-xts/Makefile
===================================================================
RCS file: /home/ncvs/ports/math/R-cran-xts/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- math/R-cran-xts/Makefile 11 Oct 2011 14:19:43 -0000 1.2
+++ math/R-cran-xts/Makefile 30 Oct 2011 04:41:24 -0000
@@ -9,7 +9,6 @@
DISTVERSION= 0.8-2
PORTREVISION= 1
CATEGORIES= math
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota at FreeBSD.org
Index: math/R-cran-deldir/Makefile
===================================================================
RCS file: /home/ncvs/ports/math/R-cran-deldir/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- math/R-cran-deldir/Makefile 11 Oct 2011 14:19:42 -0000 1.2
+++ math/R-cran-deldir/Makefile 30 Oct 2011 04:41:44 -0000
@@ -9,7 +9,6 @@
DISTVERSION= 0.0-15
PORTREVISION= 1
CATEGORIES= math
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota at FreeBSD.org
Index: math/R-cran-spdep/Makefile
===================================================================
RCS file: /home/ncvs/ports/math/R-cran-spdep/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- math/R-cran-spdep/Makefile 11 Oct 2011 14:19:43 -0000 1.2
+++ math/R-cran-spdep/Makefile 30 Oct 2011 04:41:59 -0000
@@ -9,7 +9,6 @@
DISTVERSION= 0.5-40
PORTREVISION= 1
CATEGORIES= math
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota at FreeBSD.org
Index: math/R-cran-sandwich/Makefile
===================================================================
RCS file: /home/ncvs/ports/math/R-cran-sandwich/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- math/R-cran-sandwich/Makefile 11 Oct 2011 14:19:42 -0000 1.3
+++ math/R-cran-sandwich/Makefile 30 Oct 2011 04:42:37 -0000
@@ -9,7 +9,6 @@
DISTVERSION= 2.2-8
PORTREVISION= 1
CATEGORIES= math
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota at FreeBSD.org
Index: net/R-cran-twitteR/Makefile
===================================================================
RCS file: /home/ncvs/ports/net/R-cran-twitteR/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- net/R-cran-twitteR/Makefile 12 Oct 2011 21:57:43 -0000 1.3
+++ net/R-cran-twitteR/Makefile 30 Oct 2011 04:42:53 -0000
@@ -9,7 +9,6 @@
PORTVERSION= 0.99.9
PORTREVISION= 2
CATEGORIES= net
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota at FreeBSD.org
Index: science/R-cran-Epi/Makefile
===================================================================
RCS file: /home/ncvs/ports/science/R-cran-Epi/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- science/R-cran-Epi/Makefile 11 Oct 2011 14:19:45 -0000 1.2
+++ science/R-cran-Epi/Makefile 30 Oct 2011 04:43:13 -0000
@@ -9,7 +9,6 @@
PORTVERSION= 1.1.24
PORTREVISION= 1
CATEGORIES= science
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota at FreeBSD.org
Index: science/R-cran-AMORE/Makefile
===================================================================
RCS file: /home/ncvs/ports/science/R-cran-AMORE/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- science/R-cran-AMORE/Makefile 11 Oct 2011 14:19:44 -0000 1.4
+++ science/R-cran-AMORE/Makefile 30 Oct 2011 04:43:37 -0000
@@ -9,7 +9,6 @@
PORTVERSION= 0.2.12
PORTREVISION= 3
CATEGORIES= science
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${PORTVERSION:C/\./-/g:C/-/\./1}
MAINTAINER= wen at FreeBSD.org
Index: science/R-cran-bayesm/Makefile
===================================================================
RCS file: /home/ncvs/ports/science/R-cran-bayesm/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- science/R-cran-bayesm/Makefile 11 Oct 2011 14:19:45 -0000 1.4
+++ science/R-cran-bayesm/Makefile 30 Oct 2011 04:43:48 -0000
@@ -9,7 +9,6 @@
PORTVERSION= 2.2.4
PORTREVISION= 3
CATEGORIES= science
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${PORTVERSION:C/\./-/g:C/-/\./1}
MAINTAINER= wen at FreeBSD.org
Index: science/R-cran-DCluster/Makefile
===================================================================
RCS file: /home/ncvs/ports/science/R-cran-DCluster/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- science/R-cran-DCluster/Makefile 11 Oct 2011 14:19:44 -0000 1.2
+++ science/R-cran-DCluster/Makefile 30 Oct 2011 04:44:14 -0000
@@ -9,7 +9,6 @@
DISTVERSION= 0.2-3
PORTREVISION= 1
CATEGORIES= science
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota at FreeBSD.org
Index: science/R-cran-eco/Makefile
===================================================================
RCS file: /home/ncvs/ports/science/R-cran-eco/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- science/R-cran-eco/Makefile 11 Oct 2011 14:19:45 -0000 1.2
+++ science/R-cran-eco/Makefile 30 Oct 2011 04:44:34 -0000
@@ -9,7 +9,6 @@
PORTVERSION= 3.1.5
PORTREVISION= 1
CATEGORIES= science
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${PORTVERSION:C/\./-/g:C/-/\./1}
MAINTAINER= wen at FreeBSD.org
Index: security/R-cran-digest/Makefile
===================================================================
RCS file: /home/ncvs/ports/security/R-cran-digest/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- security/R-cran-digest/Makefile 11 Oct 2011 14:19:45 -0000 1.3
+++ security/R-cran-digest/Makefile 30 Oct 2011 04:44:45 -0000
@@ -9,7 +9,6 @@
PORTVERSION= 0.5.1
PORTREVISION= 1
CATEGORIES= security
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota at FreeBSD.org
Index: security/R-cran-ROAuth/Makefile
===================================================================
RCS file: /home/ncvs/ports/security/R-cran-ROAuth/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- security/R-cran-ROAuth/Makefile 11 Oct 2011 14:19:45 -0000 1.2
+++ security/R-cran-ROAuth/Makefile 30 Oct 2011 04:44:53 -0000
@@ -9,7 +9,6 @@
PORTVERSION= 0.9.0
PORTREVISION= 1
CATEGORIES= security
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota at FreeBSD.org
Index: textproc/R-cran-xtable/Makefile
===================================================================
RCS file: /home/ncvs/ports/textproc/R-cran-xtable/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- textproc/R-cran-xtable/Makefile 15 Oct 2011 11:44:29 -0000 1.3
+++ textproc/R-cran-xtable/Makefile 30 Oct 2011 04:45:04 -0000
@@ -8,7 +8,6 @@
PORTNAME= xtable
DISTVERSION= 1.6-0
CATEGORIES= textproc
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota at FreeBSD.org
Index: textproc/R-cran-XML/Makefile
===================================================================
RCS file: /home/ncvs/ports/textproc/R-cran-XML/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- textproc/R-cran-XML/Makefile 11 Oct 2011 14:19:45 -0000 1.3
+++ textproc/R-cran-XML/Makefile 30 Oct 2011 04:45:12 -0000
@@ -9,7 +9,6 @@
DISTVERSION= 3.4-3
PORTREVISION= 1
CATEGORIES= textproc
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota at FreeBSD.org
Index: www/R-cran-Rpad/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/R-cran-Rpad/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- www/R-cran-Rpad/Makefile 11 Oct 2011 14:19:46 -0000 1.2
+++ www/R-cran-Rpad/Makefile 30 Oct 2011 04:45:22 -0000
@@ -9,7 +9,6 @@
PORTVERSION= 1.3.0
PORTREVISION= 1
CATEGORIES= www
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota at FreeBSD.org
Index: www/R-cran-scrapeR/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/R-cran-scrapeR/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- www/R-cran-scrapeR/Makefile 11 Oct 2011 14:19:46 -0000 1.2
+++ www/R-cran-scrapeR/Makefile 30 Oct 2011 04:45:31 -0000
@@ -9,7 +9,6 @@
PORTVERSION= 0.1.6
PORTREVISION= 1
CATEGORIES= www
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota at FreeBSD.org
--- R-cran.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list