svn commit: r321534 - head/net/rubygem-oauth2
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Jun 22 03:32:09 UTC 2013
Author: sunpoet
Date: Sat Jun 22 03:32:08 2013
New Revision: 321534
URL: http://svnweb.freebsd.org/changeset/ports/321534
Log:
- Update to 0.9.1
- Add LICENSE
- Cleanup Makefile header
Changes: https://github.com/intridea/oauth2/commits/master
Modified:
head/net/rubygem-oauth2/Makefile (contents, props changed)
head/net/rubygem-oauth2/distinfo (contents, props changed)
Modified: head/net/rubygem-oauth2/Makefile
==============================================================================
--- head/net/rubygem-oauth2/Makefile Sat Jun 22 03:22:45 2013 (r321533)
+++ head/net/rubygem-oauth2/Makefile Sat Jun 22 03:32:08 2013 (r321534)
@@ -1,22 +1,21 @@
-# New ports collection makefile for: rubygem-oauth2
-# Date created: 2011-10-18
-# Whom: Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org>
-#
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= oauth2
-PORTVERSION= 0.8.0
+PORTVERSION= 0.9.1
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet at FreeBSD.org
COMMENT= A Ruby wrapper for the OAuth 2.0 protocol
+LICENSE= MIT
+
RUN_DEPENDS= rubygem-faraday>=0.8:${PORTSDIR}/www/rubygem-faraday \
rubygem-httpauth>=0.1:${PORTSDIR}/net/rubygem-httpauth \
rubygem-jwt>=0.1.4:${PORTSDIR}/www/rubygem-jwt \
rubygem-multi_json>=1.0:${PORTSDIR}/devel/rubygem-multi_json \
+ rubygem-multi_xml>=0.5:${PORTSDIR}/textproc/rubygem-multi_xml \
rubygem-rack>=1.2:${PORTSDIR}/www/rubygem-rack
USE_RUBY= yes
Modified: head/net/rubygem-oauth2/distinfo
==============================================================================
--- head/net/rubygem-oauth2/distinfo Sat Jun 22 03:22:45 2013 (r321533)
+++ head/net/rubygem-oauth2/distinfo Sat Jun 22 03:32:08 2013 (r321534)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/oauth2-0.8.0.gem) = 0bf5bca25ae4ba6ce533b95e9a74d1c12c91d50d00908faa31102183963d7744
-SIZE (rubygem/oauth2-0.8.0.gem) = 17920
+SHA256 (rubygem/oauth2-0.9.1.gem) = 8b9b0a928fd64c2f5cdb4b636e38824776b400081d1aeb7ab735e6470b77a78f
+SIZE (rubygem/oauth2-0.9.1.gem) = 21504
More information about the svn-ports-head
mailing list