From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 3 15:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id AE255679 for ; Wed, 3 Apr 2013 15:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 94FDC8D4 for ; Wed, 3 Apr 2013 15:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r33FK0Mo096155 for ; Wed, 3 Apr 2013 15:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r33FK0fu096154; Wed, 3 Apr 2013 15:20:00 GMT (envelope-from gnats) Resent-Date: Wed, 3 Apr 2013 15:20:00 GMT Resent-Message-Id: <201304031520.r33FK0fu096154@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Volodymyr Kostyrko Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 6FC42599 for ; Wed, 3 Apr 2013 15:17:51 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 61BA78AC for ; Wed, 3 Apr 2013 15:17:51 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r33FHolR074532 for ; Wed, 3 Apr 2013 15:17:50 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r33FHo4D074530; Wed, 3 Apr 2013 15:17:50 GMT (envelope-from nobody) Message-Id: <201304031517.r33FHo4D074530@red.freebsd.org> Date: Wed, 3 Apr 2013 15:17:50 GMT From: Volodymyr Kostyrko To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/177613: devel/jenkins - Update to 1.509 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Apr 2013 15:20:00 -0000 >Number: 177613 >Category: ports >Synopsis: devel/jenkins - Update to 1.509 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Apr 03 15:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Volodymyr Kostyrko >Release: RELENG_9 >Organization: none >Environment: FreeBSD ar1l0u 9.1-STABLE FreeBSD 9.1-STABLE #0 r248965M: Mon Apr 1 15:43:02 EEST 2013 arcade@ar1l0u:/usr/obj/usr/src/sys/MINIMAL amd64 >Description: What's new in 1.509 (2013/04/02) Heavy thread congestion saving fingerprints. (issue 13154) Option to make the build not fail if there is nothing to archive. (issue 10502) Better report file deletion failures. (issue 17271) "Local to the workspace" repository locator does not work when building one module in isolation. (issue 17331) Master node mode not correctly displayed in /computer/(master)/configure. (issue 17263) Performance improvement in master/slave communication throughput (issue 7813) Quoted label expression can result into dead executors (throwing exception) (issue 17128) ChangeLog should produce some output even if some (plugin) annotator fails (issue 17084) View name should not allow "..". (issue 16608) What's new in 1.508 (2013/03/25) Fixing a regression in 1.507 that causes a failure to load matrix jobs. (issue 17337) What's new in 1.507 (2013/03/24) Show the reason for a skipped test if the test result contains one (issue 8713) an in-progress build was dropped from JSON API when lazy-loading was introduced. (issue 15583) In-progress builds now survive the "reload from disk" administrator action. (issue 3265) If artifact archiving failed with an I/O error, the build nonetheless was considered to be a success. (issue 2058) Fixed a bad interaction between Windows symlinks and build record lazy loading. (issue 15587) Remember the lastStable/Failed/Successful/etc builds to avoid eager loading builds. (issue 16089) Wrong build result in post build steps after failed pre build step in maven projects. (issue 17177) >How-To-Repeat: >Fix: Patch attached with submission follows: Index: /usr/ports/devel/jenkins/Makefile =================================================================== --- /usr/ports/devel/jenkins/Makefile (revision 315696) +++ /usr/ports/devel/jenkins/Makefile (working copy) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jenkins -PORTVERSION= 1.506 +PORTVERSION= 1.509 CATEGORIES= devel java MASTER_SITES= http://mirrors.jenkins-ci.org/war/${PORTVERSION}/ DISTNAME= jenkins Index: /usr/ports/devel/jenkins/distinfo =================================================================== --- /usr/ports/devel/jenkins/distinfo (revision 315696) +++ /usr/ports/devel/jenkins/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (jenkins/1.506/jenkins.war) = 6fd6e159b8227bcc705adaee20e8573bb2667435875f8a40539b14e3c726be91 -SIZE (jenkins/1.506/jenkins.war) = 53697494 +SHA256 (jenkins/1.509/jenkins.war) = 6d3e5b1bb13d2449304647e054e26dd66885f6cc48e3e453f1504dbef1dd2865 +SIZE (jenkins/1.509/jenkins.war) = 53850433 >Release-Note: >Audit-Trail: >Unformatted: