From owner-svn-ports-head@freebsd.org Sun Aug 16 03:04:41 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C4FEE9B7BC4; Sun, 16 Aug 2015 03:04:41 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B5F4317F5; Sun, 16 Aug 2015 03:04:41 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7G34fbT018964; Sun, 16 Aug 2015 03:04:41 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7G34fu8018962; Sun, 16 Aug 2015 03:04:41 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201508160304.t7G34fu8018962@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 16 Aug 2015 03:04:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r394385 - head/lang/urweb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Aug 2015 03:04:41 -0000 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:
, - New urweb-mode Emacs command: 'urweb-close-matching-tag' - Bug fixes PR: 202263 Submitted by: Timothy Beyer (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