aboutsummaryrefslogtreecommitdiff
path: root/net/rubygem-oauth2
Commit message (Collapse)AuthorAgeFilesLines
* Convert USES=gem:autoplist to USES=gem since autoplist is defaultSteve Wills2016-04-271-1/+1
| | | | Notes: svn path=/head/; revision=414136
* create USES=gem and update rubygem- ports to use itSteve Wills2016-04-271-2/+1
| | | | | | | | | | Note that for now ports still have to have USE_RUBY=yes to use USES=gem PR: 209041 Differential Revision: https://reviews.freebsd.org/D6070 Notes: svn path=/head/; revision=414118
* devel/ruby-gems: Update to 2.6.2Steve Wills2016-04-041-9/+9
| | | | | | | | PR: 208371 Submitted by: wen (partial) Notes: svn path=/head/; revision=412516
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-5/+5
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - Update to 1.1.0Sunpoet Po-Chuan Hsieh2016-02-013-4/+14
| | | | | | | Changes: https://github.com/intridea/oauth2/commits/master Notes: svn path=/head/; revision=407754
* - Add LICENSE_FILESunpoet Po-Chuan Hsieh2015-10-081-0/+1
| | | | Notes: svn path=/head/; revision=398849
* - Remove RG linkSunpoet Po-Chuan Hsieh2015-08-131-1/+0
| | | | Notes: svn path=/head/; revision=394174
* - Update RUN_DEPENDS: use newer rubygem-rackSunpoet Po-Chuan Hsieh2015-06-131-1/+3
| | | | | | | | - Add NO_ARCH - Bump PORTREVISION for dependency change Notes: svn path=/head/; revision=389508
* - Update to 1.0.0Sunpoet Po-Chuan Hsieh2014-07-102-3/+3
| | | | | | | Changes: https://github.com/intridea/oauth2/commits/master Notes: svn path=/head/; revision=361467
* - Update to 0.9.4Sunpoet Po-Chuan Hsieh2014-05-242-4/+4
| | | | | | | Changes: https://github.com/intridea/oauth2/commits/master Notes: svn path=/head/; revision=354993
* - Update to 0.9.3Sunpoet Po-Chuan Hsieh2014-01-192-6/+5
| | | | | | | Changes: https://github.com/intridea/oauth2/commits/master Notes: svn path=/head/; revision=340250
* - Support STAGEDIRSunpoet Po-Chuan Hsieh2013-10-261-1/+0
| | | | Notes: svn path=/head/; revision=331721
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - Remove leading indefinite article from COMMENTSunpoet Po-Chuan Hsieh2013-08-211-1/+1
| | | | Notes: svn path=/head/; revision=325161
* - Update to 0.9.2Sunpoet Po-Chuan Hsieh2013-07-102-4/+4
| | | | | | | Changes: https://github.com/intridea/oauth2/commits/master Notes: svn path=/head/; revision=322599
* - Update to 0.9.1Sunpoet Po-Chuan Hsieh2013-06-222-8/+7
| | | | | | | | | | - Add LICENSE - Cleanup Makefile header Changes: https://github.com/intridea/oauth2/commits/master Notes: svn path=/head/; revision=321534
* - Update to 0.8.0Sunpoet Po-Chuan Hsieh2012-07-062-4/+5
| | | | | | | Changes: https://github.com/intridea/oauth2/commits/master Notes: svn path=/head/; revision=300552
* - Update to 0.7.1Sunpoet Po-Chuan Hsieh2012-05-302-5/+6
| | | | | | | Changes: https://github.com/intridea/oauth2/commits/master Notes: svn path=/head/; revision=297769
* - Update to 0.6.0Sunpoet Po-Chuan Hsieh2012-04-162-3/+4
| | | | | | | Changes: https://github.com/intridea/oauth2/commits/master Notes: svn path=/head/; revision=294921
* - Update to 0.5.2Sunpoet Po-Chuan Hsieh2012-01-063-5/+6
| | | | | | | | | | | | | | | | | | | | - Add RG link to pkg-descr Changes: https://github.com/intridea/oauth2/commits/master - Make Client#get_token listen to raise_errors option - Condense build status and dependency status [ci skip] - Use HTTPS rubygems source - Remove unnecessary additions - Make status images more consistent [ci skip] - Add Travis-style dependency status image [ci skip] - Rubinius 2.0 is now the default Rubinius version on Travis - Add dependency status [ci skip] - Reformat [ci skip] - Loosen gem dependenies - Source code shows that authorization_url is actually named authorize_url Notes: svn path=/head/; revision=288597
* - One WWW line in pkg-descr will do just finePhilip M. Gollucci2011-12-201-1/+0
| | | | Notes: svn path=/head/; revision=287684
* - Point at the homepage consistently as defined by rubygems.orgPhilip M. Gollucci2011-12-201-1/+1
| | | | Notes: svn path=/head/; revision=287683
* - Fix CATEGORIES: it should be rubygems, not rubySunpoet Po-Chuan Hsieh2011-11-161-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=285929
* - Add rubygem-oauth2 0.5.1Sunpoet Po-Chuan Hsieh2011-10-293-0/+32
OAuth2 is a Ruby wrapper for the OAuth 2.0 specification. This is a work in progress, being built first to solve the pragmatic process of connecting to existing OAuth 2.0 endpoints (a.k.a. Facebook) with the goal of building it up to meet the entire specification over time. WWW: https://github.com/intridea/oauth2 WWW: https://rubygems.org/gems/oauth2 Notes: svn path=/head/; revision=284600