From owner-svn-ports-head@FreeBSD.ORG Thu Dec 6 13:20:43 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ADC9EF98; Thu, 6 Dec 2012 13:20:43 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 793A58FC08; Thu, 6 Dec 2012 13:20:43 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB6DKh6M052283; Thu, 6 Dec 2012 13:20:43 GMT (envelope-from tota@svn.freebsd.org) Received: (from tota@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB6DKgAd052279; Thu, 6 Dec 2012 13:20:42 GMT (envelope-from tota@svn.freebsd.org) Message-Id: <201212061320.qB6DKgAd052279@svn.freebsd.org> From: TAKATSU Tomonari Date: Thu, 6 Dec 2012 13:20:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308383 - head/devel/R-cran-reshape2 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, 06 Dec 2012 13:20:43 -0000 Author: tota Date: Thu Dec 6 13:20:42 2012 New Revision: 308383 URL: http://svnweb.freebsd.org/changeset/ports/308383 Log: - Update to 1.2.2 - Convert to new Makefile header - Trim WWW: line in pkg-descr Feature safe: yes Modified: head/devel/R-cran-reshape2/Makefile head/devel/R-cran-reshape2/distinfo head/devel/R-cran-reshape2/pkg-descr Modified: head/devel/R-cran-reshape2/Makefile ============================================================================== --- head/devel/R-cran-reshape2/Makefile Thu Dec 6 12:52:01 2012 (r308382) +++ head/devel/R-cran-reshape2/Makefile Thu Dec 6 13:20:42 2012 (r308383) @@ -1,13 +1,8 @@ -# New ports collection makefile for: R-cran-reshape2 -# Date created: 2012-02-07 -# Whom: TAKATSU Tomonari -# +# Created by: TAKATSU Tomonari # $FreeBSD$ -# PORTNAME= reshape2 -PORTVERSION= 1.2.1 -PORTREVISION= 3 +PORTVERSION= 1.2.2 CATEGORIES= devel DISTNAME= ${PORTNAME}_${PORTVERSION} Modified: head/devel/R-cran-reshape2/distinfo ============================================================================== --- head/devel/R-cran-reshape2/distinfo Thu Dec 6 12:52:01 2012 (r308382) +++ head/devel/R-cran-reshape2/distinfo Thu Dec 6 13:20:42 2012 (r308383) @@ -1,2 +1,2 @@ -SHA256 (reshape2_1.2.1.tar.gz) = 2a2d0ecec0ce1c83f9443f65c8132f36a05bdaabe301fb841a4f7937220a7ec5 -SIZE (reshape2_1.2.1.tar.gz) = 1952562 +SHA256 (reshape2_1.2.2.tar.gz) = 9131025b8f684e1629ab3e2748d4cf2b907b7c89cfbff667c925bc0fb5dfc103 +SIZE (reshape2_1.2.2.tar.gz) = 27220 Modified: head/devel/R-cran-reshape2/pkg-descr ============================================================================== --- head/devel/R-cran-reshape2/pkg-descr Thu Dec 6 12:52:01 2012 (r308382) +++ head/devel/R-cran-reshape2/pkg-descr Thu Dec 6 13:20:42 2012 (r308383) @@ -1,4 +1,4 @@ Reshape lets you flexibly restructure and aggregate data using just two functions: melt and cast. -WWW: http://cran.r-project.org/web/packages/reshape2/ +WWW: http://cran.r-project.org/web/packages/reshape2/