Bug 181398 - devel/jenkins - update to 1.528
Summary: devel/jenkins - update to 1.528
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Li-Wen Hsu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-19 13:00 UTC by c.kworr
Modified: 2013-08-19 20:10 UTC (History)
0 users

See Also:


Attachments
file.diff (945 bytes, patch)
2013-08-19 13:00 UTC, c.kworr
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description c.kworr 2013-08-19 13:00:00 UTC
What's new in 1.528 (2013/08/18)

    Command line now supports "--sessionTimeout" option for controlling session timeout
    Form validation methods weren't getting triggered when one of its dependency controls change. (issue 19124)
    When POST is required for some HTTP operation but GET was used, the response should have status code 405. (issue 16918)
    Correct help text of Label field in automatic installation of tools in global configuration. (issue 19091)
    Use Guice from Google rather than a fork
    Jenkins does not invoke ProcessKillers for Windows (issue 19156)

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-08-19 13:00:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lwhsu

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Li-Wen Hsu freebsd_committer freebsd_triage 2013-08-19 20:00:49 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-08-19 20:00:58 UTC
Author: lwhsu
Date: Mon Aug 19 19:00:45 2013
New Revision: 325015
URL: http://svnweb.freebsd.org/changeset/ports/325015

Log:
  - Update to 1.528
  
  PR:		ports/181398
  Submitted by:	Volodymyr Kostyrko <c.kworr@gmail.com>

Modified:
  head/devel/jenkins/Makefile
  head/devel/jenkins/distinfo

Modified: head/devel/jenkins/Makefile
==============================================================================
--- head/devel/jenkins/Makefile	Mon Aug 19 18:51:44 2013	(r325014)
+++ head/devel/jenkins/Makefile	Mon Aug 19 19:00:45 2013	(r325015)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	jenkins
-PORTVERSION=	1.527
+PORTVERSION=	1.528
 CATEGORIES=	devel java
 MASTER_SITES=	http://mirrors.jenkins-ci.org/war/${PORTVERSION}/
 DISTNAME=	jenkins

Modified: head/devel/jenkins/distinfo
==============================================================================
--- head/devel/jenkins/distinfo	Mon Aug 19 18:51:44 2013	(r325014)
+++ head/devel/jenkins/distinfo	Mon Aug 19 19:00:45 2013	(r325015)
@@ -1,2 +1,2 @@
-SHA256 (jenkins/1.527/jenkins.war) = 3be747425c6d1b1fab8010790ae3bd4b7a5143c2eba549c0043c024e349271fc
-SIZE (jenkins/1.527/jenkins.war) = 61468371
+SHA256 (jenkins/1.528/jenkins.war) = b4183272a471af46847c99ee9f1b443ad2febde246bb7917acb1d284bc41fce4
+SIZE (jenkins/1.528/jenkins.war) = 63330951
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"