https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277395
--- Comment #16 from ru...@bogodyn.org --- The commit 32a6b38c2 is doing a blanket replacement of File.exists? with File.exist? in all files of the port, including portsclean. +.if ${RUBY_VERSION_CODE:U} >= 320 +post-patch: + cd ${WRKSRC} && ${FIND} bin etc lib -type f |\ + ${XARGS} ${REINPLACE_CMD} 's/File\.exists\?/File.exist?/' +.endif + -- You are receiving this mail because: You are on the CC list for the bug.