Created attachment 159797 [details] urweb.diff * Updates port lang/urweb to version 20150520 **Compilation Note:** mlton requires a lot of RAM available to compile Ur/Web, particularly on a 64-bit system.
Tested with some of my Ur/Web applications.
A commit references this bug: Author: jbeich Date: Sun Aug 16 03:04:41 UTC 2015 New revision: 394385 URL: https://svnweb.freebsd.org/changeset/ports/394385 Log: lang/urweb: update to 20150520 ChangeLog: - Change default behavior of client-side GUI event handlers: By default, events are now passed to handlers on parent DOM nodes as well, just like in normal JavaScript. Call [preventDefault] or [stopPropagation] to tweak that behavior. WARNING: This change may break backward compatibility! - URIs specified with 'file' .urp directive are implicitly allowed to be referenced. - New HTML tags: <fieldset>, <legend> - New urweb-mode Emacs command: 'urweb-close-matching-tag' - Bug fixes PR: 202263 Submitted by: Timothy Beyer <beyert@cs.ucr.edu> (maintainer) Changes: head/lang/urweb/Makefile head/lang/urweb/distinfo
Thanks. Committed.