From tota@rtfm.jp  Tue Nov  1 19:18:32 2011
Return-Path: <tota@rtfm.jp>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 408181065673;
	Tue,  1 Nov 2011 19:18:32 +0000 (UTC)
	(envelope-from tota@rtfm.jp)
Received: from rtfm.jp (rtfm.jp [49.212.40.125])
	by mx1.freebsd.org (Postfix) with ESMTP id C745F8FC16;
	Tue,  1 Nov 2011 19:18:31 +0000 (UTC)
Received: from rtfm.jp (localhost [127.0.0.1])
	by rtfm.jp (8.14.4/8.14.4) with ESMTP id pA1JISeI017331;
	Wed, 2 Nov 2011 04:18:28 +0900 (JST)
	(envelope-from tota@rtfm.jp)
Received: (from tota@localhost)
	by rtfm.jp (8.14.4/8.14.4/Submit) id pA1JIRdH017330;
	Wed, 2 Nov 2011 04:18:27 +0900 (JST)
	(envelope-from tota)
Message-Id: <201111011918.pA1JIRdH017330@rtfm.jp>
Date: Wed, 2 Nov 2011 04:18:27 +0900 (JST)
From: TAKATSU Tomonari <tota@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: drue@therub.org, naylor.b.david@gmail.com, wen@freebsd.org
Subject: [PATCH] Move PKGNAMEPREFIX from each Makefile to Mk/bsd.cran.mk
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         162238
>Category:       ports
>Synopsis:       [PATCH] Move PKGNAMEPREFIX from each Makefile to Mk/bsd.cran.mk
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    tota
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 01 19:20:08 UTC 2011
>Closed-Date:    Tue Nov 15 20:18:49 UTC 2011
>Last-Modified:  Tue Nov 15 20:18:49 UTC 2011
>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@therub.org, naylor.b.david@gmail.com, wen@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@FreeBSD.org
--- R-cran.patch ends here ---

>Release-Note:
>Audit-Trail:

From: David Naylor <naylor.b.david@gmail.com>
To: bug-followup@freebsd.org,
 tota@freebsd.org
Cc:  
Subject: Re: ports/162238: [PATCH] Move PKGNAMEPREFIX from each Makefile to Mk/bsd.cran.mk
Date: Wed, 2 Nov 2011 19:11:30 +0200

 I am happy with the patch for my ports.

From: TAKATSU Tomonari <tota@FreeBSD.org>
To: David Naylor <naylor.b.david@gmail.com>, wen@FreeBSD.org, drue@therub.org
Cc: bug-followup@freebsd.org
Subject: Re: ports/162238: [PATCH] Move PKGNAMEPREFIX from each Makefile to Mk/bsd.cran.mk
Date: Thu, 3 Nov 2011 11:18:39 +0900

 On Thu, Nov 3, 2011 at 2:11 AM, David Naylor <naylor.b.david@gmail.com> wrote:
 > I am happy with the patch for my ports.
 
 Thank you for your reply.
 I got it.
 
 To wen@,
 Can I commit it when I get a approvement from maintainer of math/R-cran-psych
 or timeout?
 
 Thanks,
 
 -- 
 TAKATSU Tomonari

From: wen heping <wenheping@gmail.com>
To: TAKATSU Tomonari <tota@freebsd.org>
Cc: David Naylor <naylor.b.david@gmail.com>, wen@freebsd.org, drue@therub.org, 
	bug-followup@freebsd.org
Subject: Re: ports/162238: [PATCH] Move PKGNAMEPREFIX from each Makefile to Mk/bsd.cran.mk
Date: Thu, 3 Nov 2011 11:13:57 +0800

 2011/11/3 TAKATSU Tomonari <tota@freebsd.org>:
 > On Thu, Nov 3, 2011 at 2:11 AM, David Naylor <naylor.b.david@gmail.com> wrote:
 >> I am happy with the patch for my ports.
 >
 > Thank you for your reply.
 > I got it.
 >
 > To wen@,
 > Can I commit it when I get a approvement from maintainer of math/R-cran-psych
 > or timeout?
 
 Sure.
 wen
 
 >
 > Thanks,
 >
 > --
 > TAKATSU Tomonari
 >
Responsible-Changed-From-To: freebsd-ports-bugs->tota 
Responsible-Changed-By: wen 
Responsible-Changed-When: Fri Nov 4 03:11:56 UTC 2011 
Responsible-Changed-Why:  
Over to tota@. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=162238 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/162238: commit references a PR
Date: Tue, 15 Nov 2011 20:09:11 +0000 (UTC)

 tota        2011-11-15 20:09:02 UTC
 
   FreeBSD ports repository
 
   Modified files:
     Mk                   bsd.cran.mk 
     astro/R-cran-maptools Makefile 
     converters/R-cran-RJSONIO Makefile 
     databases/R-cran-RMySQL Makefile 
     databases/R-cran-DBI Makefile 
     devel/R-cran-foreach Makefile 
     devel/R-cran-caret   Makefile 
     devel/R-cran-reshape Makefile 
     devel/R-cran-iterators Makefile 
     devel/R-cran-bitops  Makefile 
     devel/R-cran-itertools Makefile 
     devel/R-cran-plyr    Makefile 
     devel/R-cran-proto   Makefile 
     finance/R-cran-RFinanceYJ Makefile 
     finance/R-cran-gmm   Makefile 
     ftp/R-cran-RCurl     Makefile 
     graphics/R-cran-RColorBrewer Makefile 
     graphics/R-cran-colorspace Makefile 
     graphics/R-cran-diagram Makefile 
     graphics/R-cran-ggplot2 Makefile 
     graphics/R-cran-shape Makefile 
     math/R-cran-RSvgDevice Makefile 
     math/R-cran-Zelig    Makefile 
     math/R-cran-car      Makefile 
     math/R-cran-gpclib   Makefile 
     math/R-cran-sm       Makefile 
     math/R-cran-sp       Makefile 
     math/R-cran-psych    Makefile 
     math/R-cran-SuppDists Makefile 
     math/R-cran-zoo      Makefile 
     math/R-cran-coda     Makefile 
     math/R-cran-inline   Makefile 
     math/R-cran-mvtnorm  Makefile 
     math/R-cran-xts      Makefile 
     math/R-cran-deldir   Makefile 
     math/R-cran-spdep    Makefile 
     math/R-cran-sandwich Makefile 
     net/R-cran-twitteR   Makefile 
     science/R-cran-Epi   Makefile 
     science/R-cran-AMORE Makefile 
     science/R-cran-bayesm Makefile 
     science/R-cran-DCluster Makefile 
     science/R-cran-eco   Makefile 
     security/R-cran-digest Makefile 
     security/R-cran-ROAuth Makefile 
     textproc/R-cran-xtable Makefile 
     textproc/R-cran-XML  Makefile 
     www/R-cran-Rpad      Makefile 
     www/R-cran-scrapeR   Makefile 
   Log:
   - Move PKGNAMEPREFIX defined in each R-cran- related ports Makefile
     to Mk/bsd.cran.mk
   
   PR:             ports/162238
   Submitted by:   tota (myself)
   Approved by:    wen (maintainer of Mk/bsd.cran.mk and many related ports),
                   David Naylor <naylor_DOT_b_DOT_david_AT_gmail_DOT_com>
                     (maintainer of math/R-cran-RSvgDevice and math/R-cran-car),
                   Dan Rue <drue_AT_therub_DOT_org>
                     (maintainer of math/R-cran-psych, timeout > 2 weeks)
   Feature safe:   yes
   
   Revision  Changes    Path
   1.10      +3 -1      ports/Mk/bsd.cran.mk
   1.3       +0 -1      ports/astro/R-cran-maptools/Makefile
   1.5       +0 -1      ports/converters/R-cran-RJSONIO/Makefile
   1.3       +0 -1      ports/databases/R-cran-DBI/Makefile
   1.3       +0 -1      ports/databases/R-cran-RMySQL/Makefile
   1.3       +0 -1      ports/devel/R-cran-bitops/Makefile
   1.10      +0 -1      ports/devel/R-cran-caret/Makefile
   1.3       +0 -1      ports/devel/R-cran-foreach/Makefile
   1.3       +0 -1      ports/devel/R-cran-iterators/Makefile
   1.3       +0 -1      ports/devel/R-cran-itertools/Makefile
   1.3       +0 -1      ports/devel/R-cran-plyr/Makefile
   1.3       +0 -1      ports/devel/R-cran-proto/Makefile
   1.3       +0 -1      ports/devel/R-cran-reshape/Makefile
   1.3       +0 -1      ports/finance/R-cran-RFinanceYJ/Makefile
   1.3       +0 -1      ports/finance/R-cran-gmm/Makefile
   1.5       +0 -1      ports/ftp/R-cran-RCurl/Makefile
   1.3       +0 -1      ports/graphics/R-cran-RColorBrewer/Makefile
   1.3       +0 -1      ports/graphics/R-cran-colorspace/Makefile
   1.3       +0 -1      ports/graphics/R-cran-diagram/Makefile
   1.3       +0 -1      ports/graphics/R-cran-ggplot2/Makefile
   1.3       +0 -1      ports/graphics/R-cran-shape/Makefile
   1.14      +0 -1      ports/math/R-cran-RSvgDevice/Makefile
   1.4       +0 -1      ports/math/R-cran-SuppDists/Makefile
   1.17      +0 -1      ports/math/R-cran-Zelig/Makefile
   1.18      +0 -1      ports/math/R-cran-car/Makefile
   1.10      +0 -1      ports/math/R-cran-coda/Makefile
   1.4       +0 -1      ports/math/R-cran-deldir/Makefile
   1.15      +0 -1      ports/math/R-cran-gpclib/Makefile
   1.12      +0 -1      ports/math/R-cran-inline/Makefile
   1.5       +0 -1      ports/math/R-cran-mvtnorm/Makefile
   1.9       +0 -1      ports/math/R-cran-psych/Makefile
   1.4       +0 -1      ports/math/R-cran-sandwich/Makefile
   1.16      +0 -1      ports/math/R-cran-sm/Makefile
   1.17      +0 -1      ports/math/R-cran-sp/Makefile
   1.4       +0 -1      ports/math/R-cran-spdep/Makefile
   1.3       +0 -1      ports/math/R-cran-xts/Makefile
   1.6       +0 -1      ports/math/R-cran-zoo/Makefile
   1.6       +0 -1      ports/net/R-cran-twitteR/Makefile
   1.5       +0 -1      ports/science/R-cran-AMORE/Makefile
   1.3       +0 -1      ports/science/R-cran-DCluster/Makefile
   1.3       +0 -1      ports/science/R-cran-Epi/Makefile
   1.5       +0 -1      ports/science/R-cran-bayesm/Makefile
   1.3       +0 -1      ports/science/R-cran-eco/Makefile
   1.3       +0 -1      ports/security/R-cran-ROAuth/Makefile
   1.4       +0 -1      ports/security/R-cran-digest/Makefile
   1.4       +0 -1      ports/textproc/R-cran-XML/Makefile
   1.4       +0 -1      ports/textproc/R-cran-xtable/Makefile
   1.3       +0 -1      ports/www/R-cran-Rpad/Makefile
   1.3       +0 -1      ports/www/R-cran-scrapeR/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: tota 
State-Changed-When: Tue Nov 15 20:18:02 UTC 2011 
State-Changed-Why:  
Committed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=162238 
>Unformatted:
