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)
This commit is contained in:
parent
7c93defcc7
commit
ca3788fa34
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=394385
2 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= urweb
|
||||
PORTVERSION= 20150214
|
||||
PORTVERSION= 20150520
|
||||
CATEGORIES= lang www
|
||||
MASTER_SITES= http://www.impredicative.com/ur/
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (urweb-20150214.tgz) = f7b7587fe72c04f14581ded11588777f7bb61e392634966cc0354e13d69f236d
|
||||
SIZE (urweb-20150214.tgz) = 4336503
|
||||
SHA256 (urweb-20150520.tgz) = 35f31c9b39093dc50be72731ae7288245befc1b98bfcdcc481db15a8c937f41a
|
||||
SIZE (urweb-20150520.tgz) = 4349365
|
||||
|
|
Loading…
Reference in a new issue