diff options
author | jbeich <jbeich@FreeBSD.org> | 2015-08-16 11:04:40 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2015-08-16 11:04:40 +0800 |
commit | cf8863b2ccfb741f41eca12ab2d81fc1f0de9a97 (patch) | |
tree | 4a52bebb83cf4d85a0bee2fbe13d9f3d1661f9a5 /lang/urweb | |
parent | fc814602f3254a2d323f638b15d22a1138a1258d (diff) | |
download | freebsd-ports-gnome-cf8863b2ccfb741f41eca12ab2d81fc1f0de9a97.tar.gz freebsd-ports-gnome-cf8863b2ccfb741f41eca12ab2d81fc1f0de9a97.tar.zst freebsd-ports-gnome-cf8863b2ccfb741f41eca12ab2d81fc1f0de9a97.zip |
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)
Diffstat (limited to 'lang/urweb')
-rw-r--r-- | lang/urweb/Makefile | 2 | ||||
-rw-r--r-- | lang/urweb/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lang/urweb/Makefile b/lang/urweb/Makefile index f987a0036d74..26ba0018e184 100644 --- a/lang/urweb/Makefile +++ b/lang/urweb/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= urweb -PORTVERSION= 20150214 +PORTVERSION= 20150520 CATEGORIES= lang www MASTER_SITES= http://www.impredicative.com/ur/ diff --git a/lang/urweb/distinfo b/lang/urweb/distinfo index 6179572e52d0..7c43b7790291 100644 --- a/lang/urweb/distinfo +++ b/lang/urweb/distinfo @@ -1,2 +1,2 @@ -SHA256 (urweb-20150214.tgz) = f7b7587fe72c04f14581ded11588777f7bb61e392634966cc0354e13d69f236d -SIZE (urweb-20150214.tgz) = 4336503 +SHA256 (urweb-20150520.tgz) = 35f31c9b39093dc50be72731ae7288245befc1b98bfcdcc481db15a8c937f41a +SIZE (urweb-20150520.tgz) = 4349365 |