pkgsrc/net/ruby-net-ping/Makefile
taca 0b3b300564 net/ruby-net-ping: update to 2.0.5
2.0.4 (2018/03/29)

* Fix for exception bug

2.0.5 (2018/08/17)

* Fixed a bug in the Ping::HTTP class where it didn't reflect user_agent
  setting to actual http request

* Fixed Ping::HTTP to support custom User-Agent
2018-09-23 15:54:30 +00:00

19 lines
469 B
Makefile

# $NetBSD: Makefile,v 1.13 2018/09/23 15:54:30 taca Exp $
DISTNAME= net-ping-2.0.5
CATEGORIES= print
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/chernesk/net-ping
COMMENT= Ping interface for Ruby
LICENSE= mit
USE_LANGUAGES= # none
OVERRIDE_GEMSPEC+= :files net-ping-2.0.1.gem= net-ping-2.0.2.gem=
post-patch:
${RM} -f ${WRKSRC}/net-ping-2.0.1.gem ${WRKSRC}/net-ping-2.0.2.gem
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"