Bug 202263 - [MAINTAINER] lang/urweb: update to 20150520
Summary: [MAINTAINER] lang/urweb: update to 20150520
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Jan Beich
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-12 05:20 UTC by Timothy Beyer
Modified: 2015-08-16 03:06 UTC (History)
1 user (show)

See Also:


Attachments
urweb.diff (826 bytes, patch)
2015-08-12 05:20 UTC, Timothy Beyer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Timothy Beyer 2015-08-12 05:20:02 UTC
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.
Comment 1 Timothy Beyer 2015-08-12 05:25:04 UTC
Tested with some of my Ur/Web applications.
Comment 2 commit-hook freebsd_committer freebsd_triage 2015-08-16 03:04:50 UTC
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
Comment 3 Jan Beich freebsd_committer freebsd_triage 2015-08-16 03:06:08 UTC
Thanks. Committed.