From nobody@FreeBSD.org  Tue Oct 16 08:02:35 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 4AD185D0
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 16 Oct 2012 08:02:35 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 334658FC0C
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 16 Oct 2012 08:02:35 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q9G82YGt049292
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 16 Oct 2012 08:02:34 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id q9G82YJv049291;
	Tue, 16 Oct 2012 08:02:34 GMT
	(envelope-from nobody)
Message-Id: <201210160802.q9G82YJv049291@red.freebsd.org>
Date: Tue, 16 Oct 2012 08:02:34 GMT
From: David Naylor <naylor.b.david@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] update maths/R-cran-car from 2.0-14 to 2.0-15
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         172776
>Category:       ports
>Synopsis:       [patch] update maths/R-cran-car from 2.0-14 to 2.0-15
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    rakuco
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 16 08:10:01 UTC 2012
>Closed-Date:    Sat Oct 20 16:19:20 UTC 2012
>Last-Modified:  Sat Oct 20 16:19:20 UTC 2012
>Originator:     David Naylor
>Release:        
>Organization:
>Environment:
>Description:
Changes to Version 2.0-15

    o Added an nls method for Boot

    o Recode() introduced as alias for recode() to avoid name clash with Hmisc.

    o residualPlots for glms now ignore starting values for the computing algorithm when computing lack of fit tests; starting values previously caused an error.

    o Marginal Model Plots now allow conditioning on a categorical variable.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -u /usr/ports/math/R-cran-car/Makefile R-cran-car/Makefile
--- /usr/ports/math/R-cran-car/Makefile	2012-10-02 03:24:33.000000000 +0200
+++ R-cran-car/Makefile	2012-10-16 09:51:26.000000000 +0200
@@ -2,7 +2,7 @@
 # $FreeBSD: ports/math/R-cran-car/Makefile,v 1.25 2012/10/01 09:51:15 wen Exp $
 
 PORTNAME=	car
-DISTVERSION=	2.0-14
+DISTVERSION=	2.0-15
 CATEGORIES=	math
 DISTNAME=	${PORTNAME}_${DISTVERSION}
 
Only in /usr/ports/math/R-cran-car: distinfo


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->rakuco 
Responsible-Changed-By: rakuco 
Responsible-Changed-When: Sat Oct 20 15:28:20 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

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

From: Raphael Kubo da Costa <rakuco@FreeBSD.org>
To: bug-followup@FreeBSD.org
Cc: "David Naylor" <naylor.b.david@gmail.com>
Subject: Re: ports/172776: [patch] update maths/R-cran-car from 2.0-14 to 2.0-15
Date: Sat, 20 Oct 2012 18:31:28 +0300

 Don't you need to update distinfo as well?

From: David Naylor <naylor.b.david@gmail.com>
To: Raphael Kubo da Costa <rakuco@freebsd.org>
Cc: bug-followup@freebsd.org
Subject: Re: ports/172776: [patch] update maths/R-cran-car from 2.0-14 to 2.0-15
Date: Sat, 20 Oct 2012 18:08:09 +0200

 --Boundary-00=_sxsgQTyOW/2g+En
 Content-Type: Text/Plain;
   charset="us-ascii"
 Content-Transfer-Encoding: 7bit
 
 On Saturday, 20 October 2012 17:31:28 Raphael Kubo da Costa wrote:
 > Don't you need to update distinfo as well?
 
 Yes, I do.  Sorry about that.  Please see attached.  
 
 --Boundary-00=_sxsgQTyOW/2g+En
 Content-Type: text/plain;
   charset="ISO-8859-1";
   name="R-cran-car.txt"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
 	filename="R-cran-car.txt"
 
 diff -urN /usr/ports/math/R-cran-car/Makefile R-cran-car/Makefile
 --- /usr/ports/math/R-cran-car/Makefile	2012-10-02 03:24:33.000000000 +0200
 +++ R-cran-car/Makefile	2012-10-16 09:51:26.000000000 +0200
 @@ -2,7 +2,7 @@
  # $FreeBSD: ports/math/R-cran-car/Makefile,v 1.25 2012/10/01 09:51:15 wen Exp $
  
  PORTNAME=	car
 -DISTVERSION=	2.0-14
 +DISTVERSION=	2.0-15
  CATEGORIES=	math
  DISTNAME=	${PORTNAME}_${DISTVERSION}
  
 diff -urN /usr/ports/math/R-cran-car/distinfo R-cran-car/distinfo
 --- /usr/ports/math/R-cran-car/distinfo	2012-10-02 03:24:33.000000000 +0200
 +++ R-cran-car/distinfo	2012-10-20 18:06:55.000000000 +0200
 @@ -1,2 +1,2 @@
 -SHA256 (car_2.0-14.tar.gz) = cfddd7a6cc211281b01667ca491d0fafc95936bdb49b466e721cb777b3747319
 -SIZE (car_2.0-14.tar.gz) = 330019
 +SHA256 (car_2.0-15.tar.gz) = c720c5a5dd7dcc4877caaf4f063ae315b48b0ab266078ed5704fc2dbec2e752f
 +SIZE (car_2.0-15.tar.gz) = 332954
 
 --Boundary-00=_sxsgQTyOW/2g+En--
State-Changed-From-To: open->closed 
State-Changed-By: rakuco 
State-Changed-When: Sat Oct 20 16:19:19 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

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