From owner-svn-ports-head@FreeBSD.ORG Thu Oct 3 21:03:29 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BFB9EEFD; Thu, 3 Oct 2013 21:03:29 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 93E1A2F99; Thu, 3 Oct 2013 21:03:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r93L3TpB024133; Thu, 3 Oct 2013 21:03:29 GMT (envelope-from tota@svn.freebsd.org) Received: (from tota@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r93L3TC4024130; Thu, 3 Oct 2013 21:03:29 GMT (envelope-from tota@svn.freebsd.org) Message-Id: <201310032103.r93L3TC4024130@svn.freebsd.org> From: TAKATSU Tomonari Date: Thu, 3 Oct 2013 21:03:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329229 - head/science/R-cran-snow X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Oct 2013 21:03:29 -0000 Author: tota Date: Thu Oct 3 21:03:28 2013 New Revision: 329229 URL: http://svnweb.freebsd.org/changeset/ports/329229 Log: - Update to 0.3-13 - Add LICENSE section - Replace tab with a space after WWW: in pkg-descr Modified: head/science/R-cran-snow/Makefile head/science/R-cran-snow/distinfo head/science/R-cran-snow/pkg-descr Modified: head/science/R-cran-snow/Makefile ============================================================================== --- head/science/R-cran-snow/Makefile Thu Oct 3 20:46:28 2013 (r329228) +++ head/science/R-cran-snow/Makefile Thu Oct 3 21:03:28 2013 (r329229) @@ -2,14 +2,16 @@ # $FreeBSD$ PORTNAME= snow -DISTVERSION= 0.3-12 -PORTREVISION= 1 +DISTVERSION= 0.3-13 CATEGORIES= science DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Support for simple parallel computing in R +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + USE_R_MOD= yes R_MOD_AUTOPLIST= yes Modified: head/science/R-cran-snow/distinfo ============================================================================== --- head/science/R-cran-snow/distinfo Thu Oct 3 20:46:28 2013 (r329228) +++ head/science/R-cran-snow/distinfo Thu Oct 3 21:03:28 2013 (r329229) @@ -1,2 +1,2 @@ -SHA256 (snow_0.3-12.tar.gz) = 0cc259e50f29439028d016475f6cb70f7e613fabcc979e77377cfdc09fef3452 -SIZE (snow_0.3-12.tar.gz) = 22473 +SHA256 (snow_0.3-13.tar.gz) = ceb6af66f8c988a7606c4ba2d7ccf84c14bca6c376f8d9133089296607c14bc1 +SIZE (snow_0.3-13.tar.gz) = 22741 Modified: head/science/R-cran-snow/pkg-descr ============================================================================== --- head/science/R-cran-snow/pkg-descr Thu Oct 3 20:46:28 2013 (r329228) +++ head/science/R-cran-snow/pkg-descr Thu Oct 3 21:03:28 2013 (r329229) @@ -18,4 +18,4 @@ the NetWorkSpaces server must be running easiest approach for using snow on a single multi-core computer as they require no additional software. -WWW: http://cran.r-project.org/web/packages/snow/ +WWW: http://cran.r-project.org/web/packages/snow/