Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Aug 2015 03:04:41 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r394385 - head/lang/urweb
Message-ID:  <201508160304.t7G34fu8018962@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sun Aug 16 03:04:40 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)

Modified:
  head/lang/urweb/Makefile   (contents, props changed)
  head/lang/urweb/distinfo   (contents, props changed)

Modified: head/lang/urweb/Makefile
==============================================================================
--- head/lang/urweb/Makefile	Sun Aug 16 03:03:39 2015	(r394384)
+++ head/lang/urweb/Makefile	Sun Aug 16 03:04:40 2015	(r394385)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	urweb
-PORTVERSION=	20150214
+PORTVERSION=	20150520
 CATEGORIES=	lang www
 MASTER_SITES=	http://www.impredicative.com/ur/
 

Modified: head/lang/urweb/distinfo
==============================================================================
--- head/lang/urweb/distinfo	Sun Aug 16 03:03:39 2015	(r394384)
+++ head/lang/urweb/distinfo	Sun Aug 16 03:04:40 2015	(r394385)
@@ -1,2 +1,2 @@
-SHA256 (urweb-20150214.tgz) = f7b7587fe72c04f14581ded11588777f7bb61e392634966cc0354e13d69f236d
-SIZE (urweb-20150214.tgz) = 4336503
+SHA256 (urweb-20150520.tgz) = 35f31c9b39093dc50be72731ae7288245befc1b98bfcdcc481db15a8c937f41a
+SIZE (urweb-20150520.tgz) = 4349365



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508160304.t7G34fu8018962>