aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2017-03-01 19:15:40 +0800
committerolgeni <olgeni@FreeBSD.org>2017-03-01 19:15:40 +0800
commita6ee5fe3a731c6b91bb068621ba099420637c7bb (patch)
treeb87ded31e2638b08f0d33836589c0231ee66e8f2 /net
parentf6573961179ed7dbbad0f6a0a449b4a04222db02 (diff)
downloadfreebsd-ports-gnome-a6ee5fe3a731c6b91bb068621ba099420637c7bb.tar.gz
freebsd-ports-gnome-a6ee5fe3a731c6b91bb068621ba099420637c7bb.tar.zst
freebsd-ports-gnome-a6ee5fe3a731c6b91bb068621ba099420637c7bb.zip
Update net/erlang-ranch to version 1.3.2.
Diffstat (limited to 'net')
-rw-r--r--net/erlang-ranch/Makefile5
-rw-r--r--net/erlang-ranch/distinfo5
-rw-r--r--net/erlang-ranch/pkg-plist27
3 files changed, 20 insertions, 17 deletions
diff --git a/net/erlang-ranch/Makefile b/net/erlang-ranch/Makefile
index e11cccb1ff71..d7cd3ae6cabe 100644
--- a/net/erlang-ranch/Makefile
+++ b/net/erlang-ranch/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= ranch
-PORTVERSION= 1.1.0
-PORTREVISION= 1
+PORTVERSION= 1.3.2
CATEGORIES= net
PKGNAMEPREFIX= erlang-
@@ -14,7 +13,7 @@ LICENSE= ISCL
USES= erlang:rebar
USE_GITHUB= yes
GH_ACCOUNT= ninenines
-ERL_DOCS= guide/*
+ERL_DOCS= doc/src/guide/* doc/src/manual/*
post-install:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
diff --git a/net/erlang-ranch/distinfo b/net/erlang-ranch/distinfo
index abaa6e23f90d..69bf5cee6aaa 100644
--- a/net/erlang-ranch/distinfo
+++ b/net/erlang-ranch/distinfo
@@ -1,2 +1,3 @@
-SHA256 (ninenines-ranch-1.1.0_GH0.tar.gz) = e408d6a9dbb522566eeb725bdb1dcbd325015b2593c74916f500fbec8c570982
-SIZE (ninenines-ranch-1.1.0_GH0.tar.gz) = 42085
+TIMESTAMP = 1488271205
+SHA256 (ninenines-ranch-1.3.2_GH0.tar.gz) = b76c164e092373f91e9bfb6d7afef8ca0cfc00175adc4f26b59ef2d02ba2643a
+SIZE (ninenines-ranch-1.3.2_GH0.tar.gz) = 92497
diff --git a/net/erlang-ranch/pkg-plist b/net/erlang-ranch/pkg-plist
index b9e3b5a0b032..ee3758fcac2e 100644
--- a/net/erlang-ranch/pkg-plist
+++ b/net/erlang-ranch/pkg-plist
@@ -11,7 +11,6 @@ lib/erlang/lib/ranch-%%VERSION%%/ebin/ranch_ssl.beam
lib/erlang/lib/ranch-%%VERSION%%/ebin/ranch_sup.beam
lib/erlang/lib/ranch-%%VERSION%%/ebin/ranch_tcp.beam
lib/erlang/lib/ranch-%%VERSION%%/ebin/ranch_transport.beam
-lib/erlang/lib/ranch-%%VERSION%%/src/ranch.app.src
lib/erlang/lib/ranch-%%VERSION%%/src/ranch.erl
lib/erlang/lib/ranch-%%VERSION%%/src/ranch_acceptor.erl
lib/erlang/lib/ranch-%%VERSION%%/src/ranch_acceptors_sup.erl
@@ -24,26 +23,30 @@ lib/erlang/lib/ranch-%%VERSION%%/src/ranch_ssl.erl
lib/erlang/lib/ranch-%%VERSION%%/src/ranch_sup.erl
lib/erlang/lib/ranch-%%VERSION%%/src/ranch_tcp.erl
lib/erlang/lib/ranch-%%VERSION%%/src/ranch_transport.erl
-%%PORTDOCS%%%%DOCSDIR%%/embedded.md
-%%PORTDOCS%%%%DOCSDIR%%/internals.md
-%%PORTDOCS%%%%DOCSDIR%%/introduction.md
-%%PORTDOCS%%%%DOCSDIR%%/listeners.md
-%%PORTDOCS%%%%DOCSDIR%%/parsers.md
-%%PORTDOCS%%%%DOCSDIR%%/protocols.md
-%%PORTDOCS%%%%DOCSDIR%%/ssl_auth.md
-%%PORTDOCS%%%%DOCSDIR%%/toc.md
-%%PORTDOCS%%%%DOCSDIR%%/transports.md
+%%PORTDOCS%%%%DOCSDIR%%/book.asciidoc
+%%PORTDOCS%%%%DOCSDIR%%/embedded.asciidoc
+%%PORTDOCS%%%%DOCSDIR%%/internals.asciidoc
+%%PORTDOCS%%%%DOCSDIR%%/introduction.asciidoc
+%%PORTDOCS%%%%DOCSDIR%%/listeners.asciidoc
+%%PORTDOCS%%%%DOCSDIR%%/parsers.asciidoc
+%%PORTDOCS%%%%DOCSDIR%%/protocols.asciidoc
+%%PORTDOCS%%%%DOCSDIR%%/ranch.asciidoc
+%%PORTDOCS%%%%DOCSDIR%%/ranch_app.asciidoc
+%%PORTDOCS%%%%DOCSDIR%%/ranch_protocol.asciidoc
+%%PORTDOCS%%%%DOCSDIR%%/ranch_ssl.asciidoc
+%%PORTDOCS%%%%DOCSDIR%%/ranch_tcp.asciidoc
+%%PORTDOCS%%%%DOCSDIR%%/ranch_transport.asciidoc
+%%PORTDOCS%%%%DOCSDIR%%/ssl_auth.asciidoc
+%%PORTDOCS%%%%DOCSDIR%%/transports.asciidoc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tcp_echo/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tcp_echo/README.md
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tcp_echo/relx.config
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tcp_echo/src/echo_protocol.erl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tcp_echo/src/tcp_echo.app.src
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tcp_echo/src/tcp_echo_app.erl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tcp_echo/src/tcp_echo_sup.erl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tcp_reverse/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tcp_reverse/README.md
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tcp_reverse/relx.config
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tcp_reverse/src/reverse_protocol.erl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tcp_reverse/src/tcp_reverse.app.src
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tcp_reverse/src/tcp_reverse_app.erl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tcp_reverse/src/tcp_reverse_sup.erl