aboutsummaryrefslogtreecommitdiffstats
path: root/lang/urweb
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2015-08-16 11:04:40 +0800
committerjbeich <jbeich@FreeBSD.org>2015-08-16 11:04:40 +0800
commitcf8863b2ccfb741f41eca12ab2d81fc1f0de9a97 (patch)
tree4a52bebb83cf4d85a0bee2fbe13d9f3d1661f9a5 /lang/urweb
parentfc814602f3254a2d323f638b15d22a1138a1258d (diff)
downloadfreebsd-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/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