pkgsrc/devel/ruby-eventmachine/Makefile
taca 625c23be65 devel/ruby-eventmachine: update to 1.2.6
## 1.2.6 (April 30, 2018)
* *Fix segfault when an Exception is raised from unbind callback (for real this time!)*
* Fix race condition while initializing the machine [#756]
* Fix for newer compilers where bind() and std::bind() conflict [#830, #831]
* Be verbose about SSL connection errors [#807]
* Avoid explicitly calling class methods when in class scope
* Java: Add EM_PROTO_SSL/TLS definitions [#773, #791]
* Java: return zero when sending data to a closed connection [#475, #804]
* Pure Ruby: Connection::error? calls report_connection_error_status [#801]
2018-05-05 15:41:18 +00:00

15 lines
399 B
Makefile

# $NetBSD: Makefile,v 1.24 2018/05/05 15:41:18 taca Exp $
DISTNAME= eventmachine-1.2.6
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://rubyeventmachine.com/
COMMENT= Ruby event-driven I/O using the Reactor pattern
LICENSE= ruby-license
USE_LANGUAGES= c c++03
.include "../../lang/ruby/gem.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"