Index: head/net/erlang-ranch/Makefile =================================================================== --- head/net/erlang-ranch/Makefile (revision 435131) +++ head/net/erlang-ranch/Makefile (revision 435132) @@ -1,23 +1,22 @@ # $FreeBSD$ PORTNAME= ranch -PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTVERSION= 1.3.2 CATEGORIES= net PKGNAMEPREFIX= erlang- MAINTAINER= olgeni@FreeBSD.org COMMENT= Erlang socket acceptor pool for TCP protocols 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} cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} .include Index: head/net/erlang-ranch/distinfo =================================================================== --- head/net/erlang-ranch/distinfo (revision 435131) +++ head/net/erlang-ranch/distinfo (revision 435132) @@ -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 Index: head/net/erlang-ranch/pkg-plist =================================================================== --- head/net/erlang-ranch/pkg-plist (revision 435131) +++ head/net/erlang-ranch/pkg-plist (revision 435132) @@ -1,49 +1,52 @@ lib/erlang/lib/ranch-%%VERSION%%/ebin/ranch.app lib/erlang/lib/ranch-%%VERSION%%/ebin/ranch.beam lib/erlang/lib/ranch-%%VERSION%%/ebin/ranch_acceptor.beam lib/erlang/lib/ranch-%%VERSION%%/ebin/ranch_acceptors_sup.beam lib/erlang/lib/ranch-%%VERSION%%/ebin/ranch_app.beam lib/erlang/lib/ranch-%%VERSION%%/ebin/ranch_conns_sup.beam lib/erlang/lib/ranch-%%VERSION%%/ebin/ranch_listener_sup.beam lib/erlang/lib/ranch-%%VERSION%%/ebin/ranch_protocol.beam lib/erlang/lib/ranch-%%VERSION%%/ebin/ranch_server.beam 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 lib/erlang/lib/ranch-%%VERSION%%/src/ranch_app.erl lib/erlang/lib/ranch-%%VERSION%%/src/ranch_conns_sup.erl lib/erlang/lib/ranch-%%VERSION%%/src/ranch_listener_sup.erl lib/erlang/lib/ranch-%%VERSION%%/src/ranch_protocol.erl lib/erlang/lib/ranch-%%VERSION%%/src/ranch_server.erl 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