Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 03 Sep 2012 09:15:15 -0700 (PDT)
From:      William Grzybowski <william88@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/171285: [PATCH] sysutils/nut: update to 2.6.5
Message-ID:  <5044d793.079cec0a.5894.4495@mx.google.com>
Resent-Message-ID: <201209031620.q83GK9Id018173@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         171285
>Category:       ports
>Synopsis:       [PATCH] sysutils/nut: update to 2.6.5
>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:   Mon Sep 03 16:20:08 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     William Grzybowski
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
>Description:

	Fix several bugs, specially in upssched

>How-To-Repeat:
>Fix:

	See attached patch


--- nut.patch begins here ---
Index: distinfo
===================================================================
--- distinfo	(revision 303600)
+++ distinfo	(working copy)
@@ -1,4 +1,4 @@
-SHA256 (nut-2.6.4.tar.gz) = 4a8455ca7ba2e18b57a39206acc5a496e855d845828e970822bd84afd1178fe5
-SIZE (nut-2.6.4.tar.gz) = 1992488
-SHA256 (nut-2.6.4.tar.gz.sig) = a364d09b9c6877c1542183dd7eac35cf189ab9d178532d6fd29a04662560754f
-SIZE (nut-2.6.4.tar.gz.sig) = 72
+SHA256 (nut-2.6.5.tar.gz) = 618df71cf1ca6e3700d1d3c282773a2dec85f9f20324c0d3234c824e97feb93f
+SIZE (nut-2.6.5.tar.gz) = 2038832
+SHA256 (nut-2.6.5.tar.gz.sig) = 4aa66e909d730e2ca6953e3728f783c45bce5506af283b61737e988d22e6e02a
+SIZE (nut-2.6.5.tar.gz.sig) = 72
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 303600)
+++ pkg-plist	(working copy)
@@ -11,12 +11,16 @@
 %%NUT_CGI%%%%WWWDIR%%/nut-banner.png
 %%ETCDIR%%/cmdvartab
 %%ETCDIR%%/driver.list
+%%ETCDIR%%/hosts.conf.sample
 %%ETCDIR%%/nut.conf.sample
 %%ETCDIR%%/ups.conf.sample
 %%ETCDIR%%/upsd.conf.sample
 %%ETCDIR%%/upsd.users.sample
 %%ETCDIR%%/upsmon.conf.sample
 %%ETCDIR%%/upssched.conf.sample
+%%ETCDIR%%/upsset.conf.sample
+%%ETCDIR%%/upsstats-single.html.sample
+%%ETCDIR%%/upsstats.html.sample
 @stopdaemon nut_upsmon
 @stopdaemon nut_upslog
 @stopdaemon nut
Index: Makefile
===================================================================
--- Makefile	(revision 303600)
+++ Makefile	(working copy)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	nut
-PORTVERSION=	2.6.4
+PORTVERSION=	2.6.5
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.networkupstools.org/source/${PORTVERSION:R}/
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig
--- nut.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5044d793.079cec0a.5894.4495>