Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Aug 2018 04:24:05 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r476960 - in head/sysutils/nut: . files
Message-ID:  <201808120424.w7C4O5ch093393@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Sun Aug 12 04:24:05 2018
New Revision: 476960
URL: https://svnweb.freebsd.org/changeset/ports/476960

Log:
  Avoid $nut_upsshut is not set properly messages by defining a default.
  
  MFH:		2018Q3
  Suggested by:	Dan Mahoney <dmahoney@isc.org>

Modified:
  head/sysutils/nut/Makefile   (contents, props changed)
  head/sysutils/nut/files/nut.in

Modified: head/sysutils/nut/Makefile
==============================================================================
--- head/sysutils/nut/Makefile	Sun Aug 12 04:14:20 2018	(r476959)
+++ head/sysutils/nut/Makefile	Sun Aug 12 04:24:05 2018	(r476960)
@@ -3,7 +3,7 @@
 
 PORTNAME=	nut
 PORTVERSION=	2.7.4
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.networkupstools.org/source/${PORTVERSION:R}/
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig

Modified: head/sysutils/nut/files/nut.in
==============================================================================
--- head/sysutils/nut/files/nut.in	Sun Aug 12 04:14:20 2018	(r476959)
+++ head/sysutils/nut/files/nut.in	Sun Aug 12 04:24:05 2018	(r476960)
@@ -17,6 +17,7 @@
 #
 nut_enable=${nut_enable:-"NO"}
 nut_prefix=${nut_prefix:-"%%PREFIX%%"}
+nut_upsshut=${nut_upsshut:-"NO"}
 
 . /etc/rc.subr
 



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