diff options
author | wen <wen@FreeBSD.org> | 2012-10-01 17:51:15 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2012-10-01 17:51:15 +0800 |
commit | 7708bef5b74b3aade16625f56d151d289727cdff (patch) | |
tree | ad040775262a991ac1313ecf17623d8e7ac4bec8 /math | |
parent | 72df54ca6415ce1af9e150d570b567d72016489c (diff) | |
download | freebsd-ports-gnome-7708bef5b74b3aade16625f56d151d289727cdff.tar.gz freebsd-ports-gnome-7708bef5b74b3aade16625f56d151d289727cdff.tar.zst freebsd-ports-gnome-7708bef5b74b3aade16625f56d151d289727cdff.zip |
- Update to 2.0-14 [1]
- Convert to new Makefile format
PR: 172136 [1]
Submitted by: David Naylor <naylor.b.david@gmail.com> (maintainer) [1]
Diffstat (limited to 'math')
-rw-r--r-- | math/R-cran-car/Makefile | 11 | ||||
-rw-r--r-- | math/R-cran-car/distinfo | 4 |
2 files changed, 5 insertions, 10 deletions
diff --git a/math/R-cran-car/Makefile b/math/R-cran-car/Makefile index 9d3b2872bec1..06e630684b7b 100644 --- a/math/R-cran-car/Makefile +++ b/math/R-cran-car/Makefile @@ -1,13 +1,8 @@ -# New ports collection makefile for: car -# Date created: 13 April 2009 -# Whom: David Naylor <naylor.b.david@gmail.com> -# +# Created by: David Naylor <naylor.b.david@gmail.com> # $FreeBSD$ -# PORTNAME= car -DISTVERSION= 2.0-12 -PORTREVISION= 2 +DISTVERSION= 2.0-14 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -16,7 +11,7 @@ COMMENT= Companion to Applied Regression for R LICENSE= GPLv2 -USE_R_MOD= yes +USE_R_MOD= yes R_MOD_AUTOPLIST= yes .include <bsd.port.mk> diff --git a/math/R-cran-car/distinfo b/math/R-cran-car/distinfo index 677a874c1815..833be09f9f99 100644 --- a/math/R-cran-car/distinfo +++ b/math/R-cran-car/distinfo @@ -1,2 +1,2 @@ -SHA256 (car_2.0-12.tar.gz) = b8f1f1dda6a66d6882dff06cece1b71089c922684b3103d89cd3ae44b0c595a5 -SIZE (car_2.0-12.tar.gz) = 319291 +SHA256 (car_2.0-14.tar.gz) = cfddd7a6cc211281b01667ca491d0fafc95936bdb49b466e721cb777b3747319 +SIZE (car_2.0-14.tar.gz) = 330019 |