summaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorbp <bp@FreeBSD.org>2000-01-29 01:54:28 +0000
committerbp <bp@FreeBSD.org>2000-01-29 01:54:28 +0000
commit9be4152304959c713d0e095da3e1bc6738380b52 (patch)
tree2814e1fd890dcebb24bb95b775b6c7c22d7c2010 /sysutils
parent7092778b2d7245a1a4ff8f5d3c2f8a36459843ed (diff)
downloadFreeBSD-ports-9be4152304959c713d0e095da3e1bc6738380b52.zip
FreeBSD-ports-9be4152304959c713d0e095da3e1bc6738380b52.tar.gz
Upgrade to nut-0.42.2.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/nut/Makefile9
-rw-r--r--sysutils/nut/distinfo2
-rw-r--r--sysutils/nut/pkg-plist1
-rw-r--r--sysutils/nut/pkg-plist.doc2
-rw-r--r--sysutils/nut22/Makefile9
-rw-r--r--sysutils/nut22/distinfo2
-rw-r--r--sysutils/nut22/pkg-plist1
-rw-r--r--sysutils/nut22/pkg-plist.doc2
8 files changed, 18 insertions, 10 deletions
diff --git a/sysutils/nut/Makefile b/sysutils/nut/Makefile
index 55b81bd..e8e3f8e 100644
--- a/sysutils/nut/Makefile
+++ b/sysutils/nut/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: nut
-# Version required: nut-0.42.1
+# Version required: nut-0.42.2
# Date created: 08 Jan 2000
# Whom: Boris Popov <bp@freebsd.org>
#
# $FreeBSD$
#
-DISTNAME= nut-0.42.1
+DISTNAME= nut-0.42.2
CATEGORIES= sysutils
MASTER_SITES= http://www.exploits.org/nut/release/
@@ -17,7 +17,7 @@ LIB_DEPENDS= gd:${PORTSDIR}/graphics/gd
.endif
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --enable-celsius --sysconfdir=${PREFIX}/etc/nut \
+CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/nut \
--with-uid=65534 --with-gid=68
ALL_TARGET= all
@@ -45,7 +45,8 @@ pre-install:
.endif
post-install:
- @${SED} -e "/%%PREFIX%%/s##${PREFIX}#g" ${FILESDIR}/upsd.sh.sample \
+ @${SED} -e "/%%PREFIX%%/s##${PREFIX}#g" \
+ ${WRKSRC}/scripts/FreeBSD/upsd.sh.sample \
>${PREFIX}/etc/rc.d/upsd.sh.sample
@${CHMOD} 0755 ${PREFIX}/etc/rc.d/upsd.sh.sample
.if !defined(NOPORTDOCS)
diff --git a/sysutils/nut/distinfo b/sysutils/nut/distinfo
index 88c3d42..a3e9dad 100644
--- a/sysutils/nut/distinfo
+++ b/sysutils/nut/distinfo
@@ -1 +1 @@
-MD5 (nut-0.42.1.tar.gz) = 56edd3af2de100680962585a1bd02bbc
+MD5 (nut-0.42.2.tar.gz) = 6380120bfa543895414be174e88031f4
diff --git a/sysutils/nut/pkg-plist b/sysutils/nut/pkg-plist
index a084e0a..f9fbf5d 100644
--- a/sysutils/nut/pkg-plist
+++ b/sysutils/nut/pkg-plist
@@ -14,4 +14,5 @@ etc/nut/hosts.conf.sample
etc/nut/multimon.conf.sample
etc/nut/upsd.conf.sample
etc/nut/upsmon.conf.sample
+etc/nut/upsset.passwd.sample
etc/rc.d/upsd.sh.sample
diff --git a/sysutils/nut/pkg-plist.doc b/sysutils/nut/pkg-plist.doc
index 7c904e0..7a7d773 100644
--- a/sysutils/nut/pkg-plist.doc
+++ b/sysutils/nut/pkg-plist.doc
@@ -1,6 +1,8 @@
+share/doc/nut/Changes.trust
share/doc/nut/FAQ
share/doc/nut/access.txt
share/doc/nut/commands.txt
+share/doc/nut/data-room.txt
share/doc/nut/generic-ups.txt
share/doc/nut/new-modules.txt
share/doc/nut/pager.txt
diff --git a/sysutils/nut22/Makefile b/sysutils/nut22/Makefile
index 55b81bd..e8e3f8e 100644
--- a/sysutils/nut22/Makefile
+++ b/sysutils/nut22/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: nut
-# Version required: nut-0.42.1
+# Version required: nut-0.42.2
# Date created: 08 Jan 2000
# Whom: Boris Popov <bp@freebsd.org>
#
# $FreeBSD$
#
-DISTNAME= nut-0.42.1
+DISTNAME= nut-0.42.2
CATEGORIES= sysutils
MASTER_SITES= http://www.exploits.org/nut/release/
@@ -17,7 +17,7 @@ LIB_DEPENDS= gd:${PORTSDIR}/graphics/gd
.endif
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --enable-celsius --sysconfdir=${PREFIX}/etc/nut \
+CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/nut \
--with-uid=65534 --with-gid=68
ALL_TARGET= all
@@ -45,7 +45,8 @@ pre-install:
.endif
post-install:
- @${SED} -e "/%%PREFIX%%/s##${PREFIX}#g" ${FILESDIR}/upsd.sh.sample \
+ @${SED} -e "/%%PREFIX%%/s##${PREFIX}#g" \
+ ${WRKSRC}/scripts/FreeBSD/upsd.sh.sample \
>${PREFIX}/etc/rc.d/upsd.sh.sample
@${CHMOD} 0755 ${PREFIX}/etc/rc.d/upsd.sh.sample
.if !defined(NOPORTDOCS)
diff --git a/sysutils/nut22/distinfo b/sysutils/nut22/distinfo
index 88c3d42..a3e9dad 100644
--- a/sysutils/nut22/distinfo
+++ b/sysutils/nut22/distinfo
@@ -1 +1 @@
-MD5 (nut-0.42.1.tar.gz) = 56edd3af2de100680962585a1bd02bbc
+MD5 (nut-0.42.2.tar.gz) = 6380120bfa543895414be174e88031f4
diff --git a/sysutils/nut22/pkg-plist b/sysutils/nut22/pkg-plist
index a084e0a..f9fbf5d 100644
--- a/sysutils/nut22/pkg-plist
+++ b/sysutils/nut22/pkg-plist
@@ -14,4 +14,5 @@ etc/nut/hosts.conf.sample
etc/nut/multimon.conf.sample
etc/nut/upsd.conf.sample
etc/nut/upsmon.conf.sample
+etc/nut/upsset.passwd.sample
etc/rc.d/upsd.sh.sample
diff --git a/sysutils/nut22/pkg-plist.doc b/sysutils/nut22/pkg-plist.doc
index 7c904e0..7a7d773 100644
--- a/sysutils/nut22/pkg-plist.doc
+++ b/sysutils/nut22/pkg-plist.doc
@@ -1,6 +1,8 @@
+share/doc/nut/Changes.trust
share/doc/nut/FAQ
share/doc/nut/access.txt
share/doc/nut/commands.txt
+share/doc/nut/data-room.txt
share/doc/nut/generic-ups.txt
share/doc/nut/new-modules.txt
share/doc/nut/pager.txt
OpenPOWER on IntegriCloud