diff options
author | lukem <lukem@pkgsrc.org> | 2001-11-17 15:50:56 +0000 |
---|---|---|
committer | lukem <lukem@pkgsrc.org> | 2001-11-17 15:50:56 +0000 |
commit | 6b42dd5e4e4b4d3f4e267cb0c3f15a89fbcb3dcc (patch) | |
tree | 3d7b4d53652235610c9a36ea5270826a6a8a9a44 /sysutils/ups-nut/Makefile | |
parent | d9674cad8019f1d44e2817b0954ef83060f7fbf2 (diff) | |
download | pkgsrc-6b42dd5e4e4b4d3f4e267cb0c3f15a89fbcb3dcc.tar.gz |
update to ups-nut 0.45.2
notable new features:
- upsdrvctl has more options. You can now say "stop" to stop all drivers, or
"stop <ups>" to stop just one. Also, "start <ups>" to just start one is
now supported.
- lots of man pages
- newapc driver converted to new framework
- new masterguard ups driver
- fentonups driver now recognizes the PowerCom SMK-800A
- bestups driver now does proper locking on the serial port
- sms driver table has been updated, and sms.txt provided to explain this
Diffstat (limited to 'sysutils/ups-nut/Makefile')
-rw-r--r-- | sysutils/ups-nut/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/sysutils/ups-nut/Makefile b/sysutils/ups-nut/Makefile index 2049a5a75d5..aa093e79254 100644 --- a/sysutils/ups-nut/Makefile +++ b/sysutils/ups-nut/Makefile @@ -1,16 +1,12 @@ -# $NetBSD: Makefile,v 1.10 2001/09/28 04:37:27 lukem Exp $ +# $NetBSD: Makefile,v 1.11 2001/11/17 15:50:56 lukem Exp $ # -DISTNAME= nut-0.45.1 -PKGNAME= ups-nut-0.45.1 +DISTNAME= nut-0.45.2 +PKGNAME= ups-nut-0.45.2 CATEGORIES= sysutils MASTER_SITES= http://www.exploits.org/nut/release/ -PATCH_SITES= http://www.exploits.org/nut/testing/0.45.2-pre/ -PATCHFILES= upsmon-pdflag.diff -PATCH_DIST_STRIP= -p1 - -MAINTAINER= collver@linuxfreemail.com +MAINTAINER= lukem@netbsd.org HOMEPAGE= http://www.exploits.org/nut/ COMMENT= Network UPS Tools |