Date: Fri, 18 Aug 2006 08:06:02 +0200 (CEST) From: Joerg Pulz <Joerg.Pulz@frm2.tum.de> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/102214: sysutils/nut*: update to recent version 2.0.4 Message-ID: <200608180606.k7I662Rp047804@hades.admin.frm2> Resent-Message-ID: <200608180610.k7I6AGMY008823@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 102214 >Category: ports >Synopsis: sysutils/nut*: update to recent version 2.0.4 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Aug 18 06:10:15 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Joerg Pulz >Release: FreeBSD 6.1-STABLE i386 >Organization: TU-Munich / ZWE FRM-II >Environment: System: FreeBSD hades.admin.frm2 6.1-STABLE FreeBSD 6.1-STABLE #1: Thu Jul 27 19:05:49 CEST 2006 root@hades.admin.frm2:/usr/obj/usr/src/sys/HADES i386 >Description: Update the sysutils/nut* ports to the recent version 2.0.4 . Makefile/distinfo - chase new version pkg-plist - add the new drivers and docs UPDATING - add a note about the new megatec driver which will replace a bunch of other drivers in nut-2.2 Changes since 2.0.3 - newhidups driver: * several bugfixes, new models support - mge-shut driver: * fix for wrong data and status, new models support - genericups driver: * type 22 supports CyberPower 725SL (and maybe others SL models) - rhino driver (NEW): * support Microsol Rhino UPS hardware - megatec driver (NEW): * backported from development tree * will replace a bunch of drivers by nut-2.2, mainly (powermust, blazer, fentonups, mustek, esupssmart, ippon, sms, masterguard) - other bugfixes and improvements Successful tinderbox tested on: RELENG_[45] i386 RELENG_6, CURRENT i386, amd64 Successful runtime test on: RELENG_6 i386 >How-To-Repeat: >Fix: - apply the patches --- sysutils_nut.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/nut/Makefile,v retrieving revision 1.32 diff -u -r1.32 Makefile --- Makefile 29 Mar 2006 12:03:53 -0000 1.32 +++ Makefile 18 Aug 2006 05:42:28 -0000 @@ -6,7 +6,7 @@ # PORTNAME= nut -PORTVERSION= 2.0.3 +PORTVERSION= 2.0.4 CATEGORIES= sysutils MASTER_SITES= http://eu1.networkupstools.org/source/${PORTVERSION:R}/ \ http://us1.networkupstools.org/source/${PORTVERSION:R}/ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/sysutils/nut/distinfo,v retrieving revision 1.19 diff -u -r1.19 distinfo --- distinfo 29 Mar 2006 12:03:53 -0000 1.19 +++ distinfo 18 Aug 2006 05:42:29 -0000 @@ -1,6 +1,6 @@ -MD5 (nut-2.0.3.tar.gz) = ed2d3104d021a6ddb864f23d8cbd1cf6 -SHA256 (nut-2.0.3.tar.gz) = e4ded1fd1f119a71ee500d043bfa08d912d84793738d81b2bd08871e34ed8f95 -SIZE (nut-2.0.3.tar.gz) = 656376 -MD5 (nut-2.0.3.tar.gz.sig) = fa059f3c1310b80f36ba80f13e417bc2 -SHA256 (nut-2.0.3.tar.gz.sig) = 3677a547953abb04200ddf912bf07e9b06f81135a02edda5d31a5325f7c23a89 -SIZE (nut-2.0.3.tar.gz.sig) = 65 +MD5 (nut-2.0.4.tar.gz) = 59b6f3038a5ef64c584913e72bd850a2 +SHA256 (nut-2.0.4.tar.gz) = 6a8fb79fd5eb89baa36d321c8ffc1b6ec05265242c0ff3495aac49f008295db2 +SIZE (nut-2.0.4.tar.gz) = 699424 +MD5 (nut-2.0.4.tar.gz.sig) = 3c340daa45678b83479367c30f5ba45d +SHA256 (nut-2.0.4.tar.gz.sig) = 0066eaea801e01e248426fe355f950f6e61c6399bacfcf63945b4ad2b55b1a96 +SIZE (nut-2.0.4.tar.gz.sig) = 65 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/sysutils/nut/pkg-plist,v retrieving revision 1.21 diff -u -r1.21 pkg-plist --- pkg-plist 20 Apr 2006 11:34:55 -0000 1.21 +++ pkg-plist 18 Aug 2006 05:42:29 -0000 @@ -35,6 +35,7 @@ libexec/nut/isbmex libexec/nut/liebert libexec/nut/masterguard +libexec/nut/megatec libexec/nut/metasys libexec/nut/mge-shut libexec/nut/mge-utalk @@ -42,6 +43,7 @@ libexec/nut/oneac libexec/nut/powercom libexec/nut/powermust +libexec/nut/rhino libexec/nut/safenet libexec/nut/sms libexec/nut/solis @@ -88,6 +90,7 @@ %%PORTDOCS%%%%DOCSDIR%%/developers.txt %%PORTDOCS%%%%DOCSDIR%%/ideas.txt %%PORTDOCS%%%%DOCSDIR%%/hid-subdrivers.txt +%%PORTDOCS%%%%DOCSDIR%%/megatec.txt %%PORTDOCS%%%%DOCSDIR%%/new-drivers.txt %%PORTDOCS%%%%DOCSDIR%%/new-names.txt %%PORTDOCS%%%%DOCSDIR%%/osd-notify.txt --- sysutils_nut.diff ends here --- --- UPDATING.diff begins here --- Index: UPDATING =================================================================== RCS file: /home/ncvs/ports/UPDATING,v retrieving revision 1.380 diff -u -r1.380 UPDATING --- UPDATING 15 Aug 2006 15:25:02 -0000 1.380 +++ UPDATING 18 Aug 2006 05:43:12 -0000 @@ -6,6 +6,17 @@ time you update your ports collection, before attempting any port upgrades. +20060818: + AFFECTS: users of sysutils/nut + AUTHOR: Joerg.Pulz@frm2.tum.de + + Starting with nut-2.0.4, the megatec UPS driver has been backported from + the development tree. Users of the following UPS drivers (powermust, blazer, + fentonups, mustek, esupssmart, ippon, sms, masterguard) are encouraged to + switch to the megatec UPS driver, which should replace all these drivers + by nut-2.2 . + For more information, please refer to ${LOCALBASE}/share/doc/nut/megatec.txt + 20060815: AFFECTS: users of net/samba3 AUTHOR: timur@gnu.org --- UPDATING.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608180606.k7I662Rp047804>