The latest update to /usr/ports/Mk/bsd.ruby.mk breaks portsnap's ability to update the local ports tree with the following error: "/usr/ports/Mk/bsd.ruby.mk", line 561: Unassociated shell command "${SETENV} ${MAKE_ENV} ${RUBY} ${RUBY_FLAGS} ${RUBY_SETUP} install --prefix=${STAGEDIR}" "/usr/ports/Mk/bsd.port.mk", line 6613: if-less endif make: fatal errors encountered -- cannot continue ===>>> Is /usr/ports/lang/ruby19/Makefile missing? ===>>> Aborting update
Responsible Changed From-To: freebsd-ports-bugs->ruby bsd.ruby.mk is ruby territory (via the GNATS Auto Assign Tool)
Actually, it's `portmaster -a` that is broken by this, not `portsnap update`. My apologies.
This has been corrected by Colin Percival. The culprit ended up being a trailing newline that broke INDEX.
State Changed From-To: open->closed Fixed by r343421