aboutsummaryrefslogtreecommitdiff
path: root/lang/urweb
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2015-08-16 03:04:40 +0000
committerJan Beich <jbeich@FreeBSD.org>2015-08-16 03:04:40 +0000
commitca3788fa340713ede4d705f59bccc0319ffe51b4 (patch)
tree4a52bebb83cf4d85a0bee2fbe13d9f3d1661f9a5 /lang/urweb
parent7c93defcc7f267f7242db46458b9125f9faa35ca (diff)
downloadports-ca3788fa340713ede4d705f59bccc0319ffe51b4.tar.gz
ports-ca3788fa340713ede4d705f59bccc0319ffe51b4.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)
Notes
Notes: svn path=/head/; revision=394385
Diffstat (limited to 'lang/urweb')
-rw-r--r--lang/urweb/Makefile2
-rw-r--r--lang/urweb/distinfo4
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