aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2015-08-18 14:43:52 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2015-08-18 14:43:52 +0000
commitc8bb775ff12e1182eadb53db340e6ec140b649a5 (patch)
treefbbdb849212d30073dce8734439027003bda476e /www
parentf6ddbcdb9ea233489d2fab3a101f269f06b0cfa3 (diff)
downloadports-c8bb775ff12e1182eadb53db340e6ec140b649a5.tar.gz
ports-c8bb775ff12e1182eadb53db340e6ec140b649a5.zip
Notes
Diffstat (limited to 'www')
-rw-r--r--www/erlang-cowboy/Makefile3
-rw-r--r--www/erlang-cowboy/distinfo4
-rw-r--r--www/erlang-cowboy/files/patch-rebar.config6
3 files changed, 6 insertions, 7 deletions
diff --git a/www/erlang-cowboy/Makefile b/www/erlang-cowboy/Makefile
index 84277ce69ece..0c1dc4b37e2a 100644
--- a/www/erlang-cowboy/Makefile
+++ b/www/erlang-cowboy/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= cowboy
-PORTVERSION= 1.0.2
-PORTREVISION= 1
+PORTVERSION= 1.0.3
CATEGORIES= www
PKGNAMEPREFIX= erlang-
diff --git a/www/erlang-cowboy/distinfo b/www/erlang-cowboy/distinfo
index 2074b5798055..24f235a32393 100644
--- a/www/erlang-cowboy/distinfo
+++ b/www/erlang-cowboy/distinfo
@@ -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
diff --git a/www/erlang-cowboy/files/patch-rebar.config b/www/erlang-cowboy/files/patch-rebar.config
index 587d92fe95fe..5a51a736ed80 100644
--- a/www/erlang-cowboy/files/patch-rebar.config
+++ b/www/erlang-cowboy/files/patch-rebar.config
@@ -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"}}
]}.