aboutsummaryrefslogtreecommitdiff
path: root/net/erlang-ranch
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Add EXAMPLES options to ports that should have one.Mathieu Arnold2018-09-101-2/+2
| | | | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479407
* Add DOCS options to ports that should have one.Mathieu Arnold2018-09-101-0/+2
| | | | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479406
* Transfer more Erlang ports to erlang@.Jimmy Olgeni2018-06-081-1/+1
| | | | Notes: svn path=/head/; revision=472000
* Update net/erlang-ranch to version 1.3.2.Jimmy Olgeni2017-03-013-17/+20
| | | | Notes: svn path=/head/; revision=435132
* Update the remaining Erlang ports to use erlang.mk.Jimmy Olgeni2015-07-062-16/+13
| | | | | | | | | A few mistakes in plists came up, so these ports get a PORTREVISION bump. Some of the older ports are still left out. Notes: svn path=/head/; revision=391484
* Upgrade to version 1.1.0.Jimmy Olgeni2015-06-302-4/+3
| | | | Notes: svn path=/head/; revision=390964
* Sorting out some Erlang stuff:Jimmy Olgeni2015-06-274-0/+92
- Rename a few Erlang-related ports using the erlang- prefix; it will avoid confusion with elixir- ports. - Remove DOCS and EXAMPLES where not actually useful. - Simplify RUN_DEPENDS where possible. - Move textproc/exmpp to devel/erlang-exmpp. - Add missing R18 compatibility fix for devel/erlang-oserl. - Upgrade erlang-cuttlefish to 2.0.3. The idea is that libraries ("deps") have the "erlang-" prefix, while larger projects (rabbitmq, yaws, couchdb, etc) keep their usual names. Notes: svn path=/head/; revision=390698