From owner-svn-ports-all@FreeBSD.ORG Fri Dec 7 16:14:15 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2284B9C4; Fri, 7 Dec 2012 16:14:15 +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 E0C198FC1C; Fri, 7 Dec 2012 16:14:14 +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 qB7GEEJT035586; Fri, 7 Dec 2012 16:14:14 GMT (envelope-from tota@svn.freebsd.org) Received: (from tota@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB7GEEOV035583; Fri, 7 Dec 2012 16:14:14 GMT (envelope-from tota@svn.freebsd.org) Message-Id: <201212071614.qB7GEEOV035583@svn.freebsd.org> From: TAKATSU Tomonari Date: Fri, 7 Dec 2012 16:14:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308432 - head/textproc/R-cran-stringr 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.14 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: Fri, 07 Dec 2012 16:14:15 -0000 Author: tota Date: Fri Dec 7 16:14:13 2012 New Revision: 308432 URL: http://svnweb.freebsd.org/changeset/ports/308432 Log: - Update to 0.6.2 - Convert to new Makefile header - Trim WWW: line in pkg-descr Feature safe: yes Modified: head/textproc/R-cran-stringr/Makefile head/textproc/R-cran-stringr/distinfo head/textproc/R-cran-stringr/pkg-descr Modified: head/textproc/R-cran-stringr/Makefile ============================================================================== --- head/textproc/R-cran-stringr/Makefile Fri Dec 7 15:58:36 2012 (r308431) +++ head/textproc/R-cran-stringr/Makefile Fri Dec 7 16:14:13 2012 (r308432) @@ -1,12 +1,8 @@ -# New ports collection makefile for: R-cran-stringr -# Date created: 2012-02-07 -# Whom: TAKATSU Tomonari -# +# Created by: TAKATSU Tomonari # $FreeBSD$ -# PORTNAME= stringr -PORTVERSION= 0.6.1 +PORTVERSION= 0.6.2 CATEGORIES= textproc DISTNAME= ${PORTNAME}_${PORTVERSION} Modified: head/textproc/R-cran-stringr/distinfo ============================================================================== --- head/textproc/R-cran-stringr/distinfo Fri Dec 7 15:58:36 2012 (r308431) +++ head/textproc/R-cran-stringr/distinfo Fri Dec 7 16:14:13 2012 (r308432) @@ -1,2 +1,2 @@ -SHA256 (stringr_0.6.1.tar.gz) = 75752dc7e64d8f00acd59c298a8e90c7d3b0fbf0b42a0826b8060ac026ecc809 -SIZE (stringr_0.6.1.tar.gz) = 20657 +SHA256 (stringr_0.6.2.tar.gz) = c3fc9c71d060ad592d2cfc51c36ab2f8e5f8cf9a25dfe42c637447dd416b6737 +SIZE (stringr_0.6.2.tar.gz) = 20636 Modified: head/textproc/R-cran-stringr/pkg-descr ============================================================================== --- head/textproc/R-cran-stringr/pkg-descr Fri Dec 7 15:58:36 2012 (r308431) +++ head/textproc/R-cran-stringr/pkg-descr Fri Dec 7 16:14:13 2012 (r308432) @@ -5,4 +5,4 @@ all functions deal with NA's and zero le and the output data structures from each function matches the input data structures of other functions. -WWW: http://cran.r-project.org/web/packages/stringr/ +WWW: http://cran.r-project.org/web/packages/stringr/