From owner-svn-ports-all@freebsd.org Mon Feb 20 17:23:28 2017 Return-Path: Delivered-To: svn-ports-all@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 B6216CE5E11; Mon, 20 Feb 2017 17:23:28 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 830781EBC; Mon, 20 Feb 2017 17:23:28 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1KHNR7c095128; Mon, 20 Feb 2017 17:23:27 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1KHNRe3095126; Mon, 20 Feb 2017 17:23:27 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201702201723.v1KHNRe3095126@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Mon, 20 Feb 2017 17:23:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434475 - head/www/p5-Mojolicious X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2017 17:23:28 -0000 Author: adamw Date: Mon Feb 20 17:23:27 2017 New Revision: 434475 URL: https://svnweb.freebsd.org/changeset/ports/434475 Log: Update to 7.26. - Fixed bug in Mojo::IOLoop::Subprocess where starting multiple subprocesses at once could cause expcetions. Modified: head/www/p5-Mojolicious/Makefile head/www/p5-Mojolicious/distinfo Modified: head/www/p5-Mojolicious/Makefile ============================================================================== --- head/www/p5-Mojolicious/Makefile Mon Feb 20 16:39:05 2017 (r434474) +++ head/www/p5-Mojolicious/Makefile Mon Feb 20 17:23:27 2017 (r434475) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Mojolicious -PORTVERSION= 7.25 +PORTVERSION= 7.26 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-Mojolicious/distinfo ============================================================================== --- head/www/p5-Mojolicious/distinfo Mon Feb 20 16:39:05 2017 (r434474) +++ head/www/p5-Mojolicious/distinfo Mon Feb 20 17:23:27 2017 (r434475) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486685554 -SHA256 (Mojolicious-7.25.tar.gz) = b975b8ef94bbdd9548419add9305f01f33724841fd3010a31172160535497a3c -SIZE (Mojolicious-7.25.tar.gz) = 669004 +TIMESTAMP = 1487611044 +SHA256 (Mojolicious-7.26.tar.gz) = 41b34e499a36957b82f927b9db6691e8632d98a6446b62f052c18f4d2d570262 +SIZE (Mojolicious-7.26.tar.gz) = 669554