From owner-svn-ports-head@FreeBSD.ORG Wed Nov 7 14:57:34 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 253CE1C7; Wed, 7 Nov 2012 14:57:34 +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 DEFB08FC08; Wed, 7 Nov 2012 14:57:33 +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 qA7EvXb3050165; Wed, 7 Nov 2012 14:57:33 GMT (envelope-from tota@svn.freebsd.org) Received: (from tota@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qA7EvXtZ050161; Wed, 7 Nov 2012 14:57:33 GMT (envelope-from tota@svn.freebsd.org) Message-Id: <201211071457.qA7EvXtZ050161@svn.freebsd.org> From: TAKATSU Tomonari Date: Wed, 7 Nov 2012 14:57:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307137 - head/math/R-cran-xts 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: Wed, 07 Nov 2012 14:57:34 -0000 Author: tota Date: Wed Nov 7 14:57:33 2012 New Revision: 307137 URL: http://svnweb.freebsd.org/changeset/ports/307137 Log: - Update to 0.8-8 - Convert to new Makefile header - Trim WWW: line in pkg-descr Feature safe: yes Modified: head/math/R-cran-xts/Makefile head/math/R-cran-xts/distinfo head/math/R-cran-xts/pkg-descr Modified: head/math/R-cran-xts/Makefile ============================================================================== --- head/math/R-cran-xts/Makefile Wed Nov 7 14:32:38 2012 (r307136) +++ head/math/R-cran-xts/Makefile Wed Nov 7 14:57:33 2012 (r307137) @@ -1,13 +1,8 @@ -# New ports collection makefile for: R-cran-xts -# Date created: 2011-08-16 -# Whom: TAKATSU Tomonari -# +# Created by: TAKATSU Tomonari # $FreeBSD$ -# PORTNAME= xts -DISTVERSION= 0.8-6 -PORTREVISION= 2 +DISTVERSION= 0.8-8 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/math/R-cran-xts/distinfo ============================================================================== --- head/math/R-cran-xts/distinfo Wed Nov 7 14:32:38 2012 (r307136) +++ head/math/R-cran-xts/distinfo Wed Nov 7 14:57:33 2012 (r307137) @@ -1,2 +1,2 @@ -SHA256 (xts_0.8-6.tar.gz) = 94334819ebdb985b79a99bf792b1cbf8c22182e560b9c4f9716e20774618ff75 -SIZE (xts_0.8-6.tar.gz) = 328604 +SHA256 (xts_0.8-8.tar.gz) = 1c6d4c7fb8724948613cb9aafa83a489ab094fee8179fe95b602c361a4f219ed +SIZE (xts_0.8-8.tar.gz) = 458019 Modified: head/math/R-cran-xts/pkg-descr ============================================================================== --- head/math/R-cran-xts/pkg-descr Wed Nov 7 14:32:38 2012 (r307136) +++ head/math/R-cran-xts/pkg-descr Wed Nov 7 14:57:33 2012 (r307137) @@ -3,4 +3,4 @@ by extending zoo, maximizing native form and allowing for user level customization and extension, while simplifying cross-class interoperability. -WWW: http://r-forge.r-project.org/projects/xts/ +WWW: http://r-forge.r-project.org/projects/xts/