From owner-svn-ports-head@FreeBSD.ORG Sat Apr 26 06:31:07 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4450C6A7; Sat, 26 Apr 2014 06:31:07 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3191B1957; Sat, 26 Apr 2014 06:31:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3Q6V7cj081449; Sat, 26 Apr 2014 06:31:07 GMT (envelope-from tota@svn.freebsd.org) Received: (from tota@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3Q6V63h081446; Sat, 26 Apr 2014 06:31:06 GMT (envelope-from tota@svn.freebsd.org) Message-Id: <201404260631.s3Q6V63h081446@svn.freebsd.org> From: TAKATSU Tomonari Date: Sat, 26 Apr 2014 06:31:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352224 - head/devel/R-cran-reshape 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.17 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: Sat, 26 Apr 2014 06:31:07 -0000 Author: tota Date: Sat Apr 26 06:31:06 2014 New Revision: 352224 URL: http://svnweb.freebsd.org/changeset/ports/352224 QAT: https://qat.redports.org/buildarchive/r352224/ Log: - Update to 0.8.5 - Use single space after WWW: in pkg-descr Modified: head/devel/R-cran-reshape/Makefile head/devel/R-cran-reshape/distinfo head/devel/R-cran-reshape/pkg-descr Modified: head/devel/R-cran-reshape/Makefile ============================================================================== --- head/devel/R-cran-reshape/Makefile Sat Apr 26 06:30:44 2014 (r352223) +++ head/devel/R-cran-reshape/Makefile Sat Apr 26 06:31:06 2014 (r352224) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= reshape -PORTVERSION= 0.8.4 -PORTREVISION= 12 +PORTVERSION= 0.8.5 CATEGORIES= devel DISTNAME= ${PORTNAME}_${PORTVERSION} Modified: head/devel/R-cran-reshape/distinfo ============================================================================== --- head/devel/R-cran-reshape/distinfo Sat Apr 26 06:30:44 2014 (r352223) +++ head/devel/R-cran-reshape/distinfo Sat Apr 26 06:31:06 2014 (r352224) @@ -1,2 +1,2 @@ -SHA256 (reshape_0.8.4.tar.gz) = a112bdb3a8bfd27b1ed1fbf1119b0c9318205073d0fae4a25d5b97b973a0ae20 -SIZE (reshape_0.8.4.tar.gz) = 38923 +SHA256 (reshape_0.8.5.tar.gz) = 933890860eac2c9a2c9a39c02baeb5795813a707ace25877ba2e3c01964b5522 +SIZE (reshape_0.8.5.tar.gz) = 42350 Modified: head/devel/R-cran-reshape/pkg-descr ============================================================================== --- head/devel/R-cran-reshape/pkg-descr Sat Apr 26 06:30:44 2014 (r352223) +++ head/devel/R-cran-reshape/pkg-descr Sat Apr 26 06:31:06 2014 (r352224) @@ -3,4 +3,4 @@ to do with tapply, by, aggregate, xtabs, is also useful for getting your data into the correct structure for lattice or ggplot plots. -WWW: http://had.co.nz/reshape/ +WWW: http://had.co.nz/reshape/