From owner-svn-ports-all@freebsd.org Sun Dec 6 10:01:50 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E44A7584; Sun, 6 Dec 2015 10:01:50 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 564E417DC; Sun, 6 Dec 2015 10:01:50 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tB6A1nCg036674; Sun, 6 Dec 2015 10:01:49 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tB6A1nmr036671; Sun, 6 Dec 2015 10:01:49 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201512061001.tB6A1nmr036671@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sun, 6 Dec 2015 10:01:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403096 - head/math/R-cran-spdep X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Dec 2015 10:01:50 -0000 Author: tota Date: Sun Dec 6 10:01:49 2015 New Revision: 403096 URL: https://svnweb.freebsd.org/changeset/ports/403096 Log: - Update to 0.5-88 - Update WWW in pkg-descr Modified: head/math/R-cran-spdep/Makefile head/math/R-cran-spdep/distinfo head/math/R-cran-spdep/pkg-descr Modified: head/math/R-cran-spdep/Makefile ============================================================================== --- head/math/R-cran-spdep/Makefile Sun Dec 6 09:50:48 2015 (r403095) +++ head/math/R-cran-spdep/Makefile Sun Dec 6 10:01:49 2015 (r403096) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= spdep -DISTVERSION= 0.5-74 -PORTREVISION= 1 +DISTVERSION= 0.5-88 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -13,10 +12,10 @@ COMMENT= Spatial dependence: weighting s LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -RUN_DEPENDS= R-cran-sp>=0.9:${PORTSDIR}/math/R-cran-sp \ +RUN_DEPENDS= R-cran-sp>=1.0:${PORTSDIR}/math/R-cran-sp \ + R-cran-LearnBayes>0:${PORTSDIR}/math/R-cran-LearnBayes \ R-cran-deldir>0:${PORTSDIR}/math/R-cran-deldir \ - R-cran-coda>0:${PORTSDIR}/math/R-cran-coda \ - R-cran-LearnBayes>0:${PORTSDIR}/math/R-cran-LearnBayes + R-cran-coda>0:${PORTSDIR}/math/R-cran-coda USES= cran:auto-plist Modified: head/math/R-cran-spdep/distinfo ============================================================================== --- head/math/R-cran-spdep/distinfo Sun Dec 6 09:50:48 2015 (r403095) +++ head/math/R-cran-spdep/distinfo Sun Dec 6 10:01:49 2015 (r403096) @@ -1,2 +1,2 @@ -SHA256 (spdep_0.5-74.tar.gz) = 0550eac3cdfcef8e94a3eda8dc9d615644323f7e0ef4af246736ba76ca852a39 -SIZE (spdep_0.5-74.tar.gz) = 3148843 +SHA256 (spdep_0.5-88.tar.gz) = b64f75bf8843cd0140e9e75233a90f0b8e4e758ed27e73323fb88b43dcea4bd4 +SIZE (spdep_0.5-88.tar.gz) = 3213832 Modified: head/math/R-cran-spdep/pkg-descr ============================================================================== --- head/math/R-cran-spdep/pkg-descr Sun Dec 6 09:50:48 2015 (r403095) +++ head/math/R-cran-spdep/pkg-descr Sun Dec 6 10:01:49 2015 (r403096) @@ -14,4 +14,4 @@ unweighted SAR and CAR spatial regressio and Moran eigenvector spatial filtering, GM SAR error models, and generalized spatial two stage least squares models. -WWW: http://cran.r-project.org/web/packages/spdep/ +WWW: https://cran.r-project.org/web/packages/spdep/