Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Dec 2012 09:36:30 +0900 (JST)
From:      TAKATSU Tomonari <tota@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        clsung@FreeBSD.org
Subject:   ports/174668: [PATCH] net/rubygem-simple_oauth: update to 0.2.0
Message-ID:  <20121224003630.730F5B843@rtfm.jp>
Resent-Message-ID: <201212240050.qBO0o0jc030988@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         174668
>Category:       ports
>Synopsis:       [PATCH] net/rubygem-simple_oauth: update to 0.2.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 24 00:50:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     TAKATSU Tomonari
>Release:        FreeBSD 8.2-RELEASE-p9 amd64
>Organization:
none (private)
>Environment:
System: FreeBSD photon.local.lan 8.2-RELEASE-p9 FreeBSD 8.2-RELEASE-p9 #0: Mon Jun 11 23:00:11 UTC 2012
>Description:
- Update to 0.2.0
- Convert to new Makefile header
- Add LICENSE

Port maintainer (clsung@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
>How-To-Repeat:
>Fix:

begin 644 rubygem-simple_oauth-0.2.0.patch
Index: Makefile
===================================================================
--- Makefile	(revision 309416)
+++ Makefile	(working copy)
@@ -1,18 +1,16 @@
-# New ports collection makefile for:	simple_oauth
-# Date created:				Mar 03, 2011
-# Whom:					Cheng-Lung Sung <clsung@FreeBSD.org>
-#
+# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	simple_oauth
-PORTVERSION=	0.1.9
+PORTVERSION=	0.2.0
 CATEGORIES=	net rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	clsung@FreeBSD.org
 COMMENT=	Rubygem for Simply builds and verifies OAuth headers
 
+LICENSE=	MIT
+
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
Index: distinfo
===================================================================
--- distinfo	(revision 309416)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/simple_oauth-0.1.9.gem) = 723f19781f5562182e075a0f31bca11a955962d933064abb23bce98ed035602d
-SIZE (rubygem/simple_oauth-0.1.9.gem) = 11264
+SHA256 (rubygem/simple_oauth-0.2.0.gem) = 2f76cd61c643086db19cbabacbd73b6f4a0c90e31036d2e52839b9b87c8752ef
+SIZE (rubygem/simple_oauth-0.2.0.gem) = 11776
end

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20121224003630.730F5B843>