Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Apr 2014 20:41:38 +0000 (UTC)
From:      Lars Engels <lme@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r352065 - head/net-mgmt/icinga
Message-ID:  <201404242041.s3OKfc2a027084@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lme
Date: Thu Apr 24 20:41:37 2014
New Revision: 352065
URL: http://svnweb.freebsd.org/changeset/ports/352065
QAT: https://qat.redports.org/buildarchive/r352065/

Log:
  - Update to 1.11.2
  - Fix leftover .rnd file [1]
  
  Suggessted by:	swills

Modified:
  head/net-mgmt/icinga/Makefile
  head/net-mgmt/icinga/distinfo

Modified: head/net-mgmt/icinga/Makefile
==============================================================================
--- head/net-mgmt/icinga/Makefile	Thu Apr 24 20:39:55 2014	(r352064)
+++ head/net-mgmt/icinga/Makefile	Thu Apr 24 20:41:37 2014	(r352065)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	icinga
-PORTVERSION=	1.11.1
-PORTREVISION=	1
+PORTVERSION=	1.11.2
 CATEGORIES=	net-mgmt
 MASTER_SITES=	https://github.com/Icinga/${PORTNAME}-core/releases/download/v${PORTVERSION}/
 
@@ -55,7 +54,8 @@ CONFIGURE_ARGS=	--with-command-user=${IC
 		--enable-nanosleep
 
 CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib" \
-		PERL=${PERL}
+		PERL=${PERL} \
+		HOME=${WRKDIR} # prevent creation of .rnd file
 
 INSTALL_TARGET=	install install-config install-eventhandlers install-webconf
 

Modified: head/net-mgmt/icinga/distinfo
==============================================================================
--- head/net-mgmt/icinga/distinfo	Thu Apr 24 20:39:55 2014	(r352064)
+++ head/net-mgmt/icinga/distinfo	Thu Apr 24 20:41:37 2014	(r352065)
@@ -1,2 +1,2 @@
-SHA256 (icinga-1.11.1.tar.gz) = 7dca7d6193fe9de1d5d044e3eefd9dfca5a24485a60d332edac68c5cc4838c95
-SIZE (icinga-1.11.1.tar.gz) = 18699628
+SHA256 (icinga-1.11.2.tar.gz) = 449145c53aa36380f70883c6d85baf0762f9c42dfdcffdbe567275e7c798079b
+SIZE (icinga-1.11.2.tar.gz) = 18704180



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