From owner-svn-ports-all@freebsd.org Tue Aug 18 14:43:54 2015 Return-Path: Delivered-To: svn-ports-all@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 7F3699BC124; Tue, 18 Aug 2015 14:43:54 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 5548A38D; Tue, 18 Aug 2015 14:43:54 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7IEhs6P068690; Tue, 18 Aug 2015 14:43:54 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7IEhr6V068687; Tue, 18 Aug 2015 14:43:53 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201508181443.t7IEhr6V068687@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 18 Aug 2015 14:43:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r394589 - in head/www/erlang-cowboy: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Aug 2015 14:43:54 -0000 Author: olgeni Date: Tue Aug 18 14:43:52 2015 New Revision: 394589 URL: https://svnweb.freebsd.org/changeset/ports/394589 Log: Upgrade to version 1.0.3. Modified: head/www/erlang-cowboy/Makefile head/www/erlang-cowboy/distinfo head/www/erlang-cowboy/files/patch-rebar.config Modified: head/www/erlang-cowboy/Makefile ============================================================================== --- head/www/erlang-cowboy/Makefile Tue Aug 18 14:40:57 2015 (r394588) +++ head/www/erlang-cowboy/Makefile Tue Aug 18 14:43:52 2015 (r394589) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= cowboy -PORTVERSION= 1.0.2 -PORTREVISION= 1 +PORTVERSION= 1.0.3 CATEGORIES= www PKGNAMEPREFIX= erlang- Modified: head/www/erlang-cowboy/distinfo ============================================================================== --- head/www/erlang-cowboy/distinfo Tue Aug 18 14:40:57 2015 (r394588) +++ head/www/erlang-cowboy/distinfo Tue Aug 18 14:43:52 2015 (r394589) @@ -1,2 +1,2 @@ -SHA256 (ninenines-cowboy-1.0.2_GH0.tar.gz) = b6f88bf8e0f01edd5d811b43b9e3066f6b9bc4732e6e6033d6771f3a9c2bf51d -SIZE (ninenines-cowboy-1.0.2_GH0.tar.gz) = 4826037 +SHA256 (ninenines-cowboy-1.0.3_GH0.tar.gz) = 47a7fb28bab75eba280e54a8228fc650d069e4d1d80597ed56a86f9d35589b98 +SIZE (ninenines-cowboy-1.0.3_GH0.tar.gz) = 4827824 Modified: head/www/erlang-cowboy/files/patch-rebar.config ============================================================================== --- head/www/erlang-cowboy/files/patch-rebar.config Tue Aug 18 14:40:57 2015 (r394588) +++ head/www/erlang-cowboy/files/patch-rebar.config Tue Aug 18 14:43:52 2015 (r394589) @@ -1,7 +1,7 @@ ---- rebar.config.orig 2015-07-06 19:34:28 UTC +--- rebar.config.orig 2015-08-18 14:42:22 UTC +++ rebar.config @@ -1,4 +1,2 @@ {deps, [ -- {cowlib, ".*", {git, "git://github.com/ninenines/cowlib.git", "1.0.0"}}, -- {ranch, ".*", {git, "git://github.com/ninenines/ranch.git", "1.0.0"}} +- {cowlib, ".*", {git, "https://github.com/ninenines/cowlib.git", "1.0.0"}}, +- {ranch, ".*", {git, "https://github.com/ninenines/ranch.git", "1.0.0"}} ]}.