From owner-svn-ports-head@freebsd.org Sat Jan 28 09:13:36 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0E260CC2AD4; Sat, 28 Jan 2017 09:13:36 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B930490A; Sat, 28 Jan 2017 09:13:35 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0S9DYD0088669; Sat, 28 Jan 2017 09:13:34 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0S9DYI4088666; Sat, 28 Jan 2017 09:13:34 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201701280913.v0S9DYI4088666@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Sat, 28 Jan 2017 09:13:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432614 - head/net/elixir-oauth2 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.23 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: Sat, 28 Jan 2017 09:13:36 -0000 Author: vanilla Date: Sat Jan 28 09:13:34 2017 New Revision: 432614 URL: https://svnweb.freebsd.org/changeset/ports/432614 Log: Update to 0.8.3. Modified: head/net/elixir-oauth2/Makefile head/net/elixir-oauth2/distinfo head/net/elixir-oauth2/pkg-plist Modified: head/net/elixir-oauth2/Makefile ============================================================================== --- head/net/elixir-oauth2/Makefile Sat Jan 28 09:01:19 2017 (r432613) +++ head/net/elixir-oauth2/Makefile Sat Jan 28 09:13:34 2017 (r432614) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= oauth2 -PORTVERSION= 0.8.2 +PORTVERSION= 0.8.3 DISTVERSIONPREFIX= v CATEGORIES= net PKGNAMEPREFIX= elixir- @@ -17,5 +17,6 @@ MIX_BUILD_DEPS= devel/elixir-plug \ USES= elixir USE_GITHUB= yes GH_ACCOUNT= scrogson +NO_ARCH= yes .include Modified: head/net/elixir-oauth2/distinfo ============================================================================== --- head/net/elixir-oauth2/distinfo Sat Jan 28 09:01:19 2017 (r432613) +++ head/net/elixir-oauth2/distinfo Sat Jan 28 09:13:34 2017 (r432614) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479905026 -SHA256 (scrogson-oauth2-v0.8.2_GH0.tar.gz) = a5aec6d89819d4f3a435fabd6b462a822e146db2b12b66c183984cca36e92a0e -SIZE (scrogson-oauth2-v0.8.2_GH0.tar.gz) = 18796 +TIMESTAMP = 1485563321 +SHA256 (scrogson-oauth2-v0.8.3_GH0.tar.gz) = 270e6ffcd9731ad57be5ef6c71d14407769462c2835f04cff3f4506de8375e41 +SIZE (scrogson-oauth2-v0.8.3_GH0.tar.gz) = 19582 Modified: head/net/elixir-oauth2/pkg-plist ============================================================================== --- head/net/elixir-oauth2/pkg-plist Sat Jan 28 09:01:19 2017 (r432613) +++ head/net/elixir-oauth2/pkg-plist Sat Jan 28 09:13:34 2017 (r432614) @@ -3,6 +3,8 @@ lib/elixir/lib/oauth2/ebin/Elixir.OAuth2 lib/elixir/lib/oauth2/ebin/Elixir.OAuth2.Error.beam lib/elixir/lib/oauth2/ebin/Elixir.OAuth2.Request.beam lib/elixir/lib/oauth2/ebin/Elixir.OAuth2.Response.beam +lib/elixir/lib/oauth2/ebin/Elixir.OAuth2.Serializer.NullSerializer.beam +lib/elixir/lib/oauth2/ebin/Elixir.OAuth2.Serializer.beam lib/elixir/lib/oauth2/ebin/Elixir.OAuth2.Strategy.AuthCode.beam lib/elixir/lib/oauth2/ebin/Elixir.OAuth2.Strategy.ClientCredentials.beam lib/elixir/lib/oauth2/ebin/Elixir.OAuth2.Strategy.Password.beam @@ -17,6 +19,7 @@ lib/elixir/lib/oauth2/lib/oauth2/client. lib/elixir/lib/oauth2/lib/oauth2/error.ex lib/elixir/lib/oauth2/lib/oauth2/request.ex lib/elixir/lib/oauth2/lib/oauth2/response.ex +lib/elixir/lib/oauth2/lib/oauth2/serializer.ex lib/elixir/lib/oauth2/lib/oauth2/strategy.ex lib/elixir/lib/oauth2/lib/oauth2/strategy/auth_code.ex lib/elixir/lib/oauth2/lib/oauth2/strategy/client_credentials.ex