From owner-svn-ports-head@FreeBSD.ORG Sun Nov 4 05:58: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 4494BF13; Sun, 4 Nov 2012 05:58:43 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 106528FC08; Sun, 4 Nov 2012 05:58:43 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id qA45wgQE002709; Sun, 4 Nov 2012 05:58:42 GMT (envelope-from tota@svn.freebsd.org) Received: (from tota@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id qA45wgu0002705; Sun, 4 Nov 2012 05:58:42 GMT (envelope-from tota@svn.freebsd.org) Message-Id: <201211040558.qA45wgu0002705@svn.freebsd.org> From: TAKATSU Tomonari Date: Sun, 4 Nov 2012 05:58:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306953 - head/security/R-cran-ROAuth 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: Sun, 04 Nov 2012 05:58:43 -0000 Author: tota Date: Sun Nov 4 05:58:42 2012 New Revision: 306953 URL: http://svn.freebsd.org/changeset/ports/306953 Log: - Update to 0.9.2 - Convert to new Makefile header - Trim WWW: line in pkg-descr Feature safe: yes > Description of fields to fill in above: 76 columns --| > PR: If a GNATS PR is affected by the change. > Submitted by: If someone else sent in the change. > Reviewed by: If someone else reviewed your modification. > Approved by: If you needed approval for this commit. > Obtained from: If the change is from a third party. > MFC after: N [day[s]|week[s]|month[s]]. Request a reminder email. > Security: Vulnerability reference (one per line) or description. > Empty fields above will be automatically removed. M R-cran-ROAuth/distinfo M R-cran-ROAuth/pkg-descr M R-cran-ROAuth/Makefile Modified: head/security/R-cran-ROAuth/Makefile head/security/R-cran-ROAuth/distinfo head/security/R-cran-ROAuth/pkg-descr Modified: head/security/R-cran-ROAuth/Makefile ============================================================================== --- head/security/R-cran-ROAuth/Makefile Sun Nov 4 05:57:15 2012 (r306952) +++ head/security/R-cran-ROAuth/Makefile Sun Nov 4 05:58:42 2012 (r306953) @@ -1,13 +1,8 @@ -# New ports collection makefile for: R-cran-ROAuth -# Date created: 2011-09-04 -# Whom: TAKATSU Tomonari -# +# Created by: TAKATSU Tomonari # $FreeBSD$ -# PORTNAME= ROAuth -PORTVERSION= 0.9.1 -PORTREVISION= 3 +PORTVERSION= 0.9.2 CATEGORIES= security DISTNAME= ${PORTNAME}_${PORTVERSION} Modified: head/security/R-cran-ROAuth/distinfo ============================================================================== --- head/security/R-cran-ROAuth/distinfo Sun Nov 4 05:57:15 2012 (r306952) +++ head/security/R-cran-ROAuth/distinfo Sun Nov 4 05:58:42 2012 (r306953) @@ -1,2 +1,2 @@ -SHA256 (ROAuth_0.9.1.tar.gz) = 5484551f3d67c4ff01d58385dbf155c2e00f0656e57f038c5b81edcb363c7022 -SIZE (ROAuth_0.9.1.tar.gz) = 5798 +SHA256 (ROAuth_0.9.2.tar.gz) = 368374d0cc78760acfc7593ec6993ff8a6d98ca8a584a70533822fb090dc1f86 +SIZE (ROAuth_0.9.2.tar.gz) = 5877 Modified: head/security/R-cran-ROAuth/pkg-descr ============================================================================== --- head/security/R-cran-ROAuth/pkg-descr Sun Nov 4 05:57:15 2012 (r306952) +++ head/security/R-cran-ROAuth/pkg-descr Sun Nov 4 05:58:42 2012 (r306953) @@ -2,4 +2,4 @@ This package provides an interface to th allowing users to authenticate via OAuth to the server of their choice. -WWW: http://cran.r-project.org/web/packages/ROAuth/ +WWW: http://cran.r-project.org/web/packages/ROAuth/