MFH: r553878
Get the patch which fixes the --livereload flag Otherwise, Jekyll fails with the following error: /usr/local/lib/ruby/gems/2.6/gems/rb-kqueue-0.2.5/lib/rb-kqueue/event.rb:80:in `callback!': undefined method `callback!' for nil:NilClass (NoMethodError) PR: 250432 Approved by: maintainer timeout Approved by: portmgr (runtime fix blanket)
This commit is contained in:
parent
85e05f98c4
commit
5ea54ba84d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2020Q4/; revision=553879
@ -3,8 +3,11 @@
|
||||
|
||||
PORTNAME= rb-kqueue
|
||||
PORTVERSION= 0.2.5
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
PATCH_SITES= https://github.com/mat813/rb-kqueue/commit/
|
||||
PATCHFILES= 144ee7bb7963c77fc219ba736df7ee952d50ab19.patch:-p1
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Ruby wrapper for BSD kqueue, using FFI
|
||||
|
@ -1,3 +1,5 @@
|
||||
TIMESTAMP = 1495034361
|
||||
TIMESTAMP = 1603017810
|
||||
SHA256 (rubygem/rb-kqueue-0.2.5.gem) = 3c33aca20c6e12570298d1519da10606359bc42718876886dc8348a161feb092
|
||||
SIZE (rubygem/rb-kqueue-0.2.5.gem) = 18944
|
||||
SHA256 (rubygem/144ee7bb7963c77fc219ba736df7ee952d50ab19.patch) = ea3a1b2e6e0ab48490fcd55357f4b4ff34a8fbc5e9e70234bee521d82a67f5f8
|
||||
SIZE (rubygem/144ee7bb7963c77fc219ba736df7ee952d50ab19.patch) = 2951
|
||||
|
Loading…
Reference in New Issue
Block a user