diff options
author | tota <tota@FreeBSD.org> | 2012-11-04 13:58:42 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2012-11-04 13:58:42 +0800 |
commit | 5292781b4deae2bdd08bfdf35e8d1752ecfa8665 (patch) | |
tree | 11f20efd3467c8e2693a176f86763b5d705926da | |
parent | 6cf65e75c16a4bf92314042ec36c9a78f299189e (diff) | |
download | freebsd-ports-gnome-5292781b4deae2bdd08bfdf35e8d1752ecfa8665.tar.gz freebsd-ports-gnome-5292781b4deae2bdd08bfdf35e8d1752ecfa8665.tar.zst freebsd-ports-gnome-5292781b4deae2bdd08bfdf35e8d1752ecfa8665.zip |
- 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
-rw-r--r-- | security/R-cran-ROAuth/Makefile | 9 | ||||
-rw-r--r-- | security/R-cran-ROAuth/distinfo | 4 | ||||
-rw-r--r-- | security/R-cran-ROAuth/pkg-descr | 2 |
3 files changed, 5 insertions, 10 deletions
diff --git a/security/R-cran-ROAuth/Makefile b/security/R-cran-ROAuth/Makefile index 277c361789ac..0cf646d23fa2 100644 --- a/security/R-cran-ROAuth/Makefile +++ b/security/R-cran-ROAuth/Makefile @@ -1,13 +1,8 @@ -# New ports collection makefile for: R-cran-ROAuth -# Date created: 2011-09-04 -# Whom: TAKATSU Tomonari <tota@FreeBSD.org> -# +# Created by: TAKATSU Tomonari <tota@FreeBSD.org> # $FreeBSD$ -# PORTNAME= ROAuth -PORTVERSION= 0.9.1 -PORTREVISION= 3 +PORTVERSION= 0.9.2 CATEGORIES= security DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/security/R-cran-ROAuth/distinfo b/security/R-cran-ROAuth/distinfo index cfeb160293b6..72621ea461d2 100644 --- a/security/R-cran-ROAuth/distinfo +++ b/security/R-cran-ROAuth/distinfo @@ -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 diff --git a/security/R-cran-ROAuth/pkg-descr b/security/R-cran-ROAuth/pkg-descr index 3cfcb98f4124..d95b63b62cba 100644 --- a/security/R-cran-ROAuth/pkg-descr +++ b/security/R-cran-ROAuth/pkg-descr @@ -2,4 +2,4 @@ This package provides an interface to the OAuth 1.0 specification, 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/ |