summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/bkpupsd/DESCR2
-rw-r--r--sysutils/bkpupsd/Makefile8
-rw-r--r--sysutils/bkpupsd/distinfo8
-rw-r--r--sysutils/bkpupsd/patches/patch-aa13
-rw-r--r--sysutils/bkpupsd/patches/patch-ab13
5 files changed, 9 insertions, 35 deletions
diff --git a/sysutils/bkpupsd/DESCR b/sysutils/bkpupsd/DESCR
index 01a5cefa442..a42077f3917 100644
--- a/sysutils/bkpupsd/DESCR
+++ b/sysutils/bkpupsd/DESCR
@@ -9,4 +9,4 @@ This UPSd provides only the "dumb mode", and the advanced features are
not supported.
Original was written by Yoshifumi Watanabe <mwatts@edu1.tokyo-med.ac.jp>.
-Heavily re-written by Takahiro Kambe <taca@kyoto.jepro.co.jp>.
+Heavily re-written by Takahiro Kambe <taca@back-street.net>.
diff --git a/sysutils/bkpupsd/Makefile b/sysutils/bkpupsd/Makefile
index 516b013a458..6edb6134084 100644
--- a/sysutils/bkpupsd/Makefile
+++ b/sysutils/bkpupsd/Makefile
@@ -1,9 +1,11 @@
-# $NetBSD: Makefile,v 1.4 2001/12/19 15:38:00 taca Exp $
+# $NetBSD: Makefile,v 1.5 2002/12/22 13:06:02 taca Exp $
#
-DISTNAME= bkpupsd-2.1
+DISTNAME= bkpupsd-2.1.1
CATEGORIES= sysutils
-MASTER_SITES= ftp://ftp.jepro.co.jp/pub/jepro/misc/
+MASTER_SITES= ftp://ftp.jepro.co.jp/pub/jepro/misc/ \
+ ftp://ftp.back-street.net/pub/misc/
+EXTRACT_SUFX= .tar.bz2
MAINTAINER= taca@netbsd.org
HOMEPAGE= http://www.jepro.co.jp/
diff --git a/sysutils/bkpupsd/distinfo b/sysutils/bkpupsd/distinfo
index 98759450fed..52651454c81 100644
--- a/sysutils/bkpupsd/distinfo
+++ b/sysutils/bkpupsd/distinfo
@@ -1,6 +1,4 @@
-$NetBSD: distinfo,v 1.5 2002/06/05 21:14:19 cjep Exp $
+$NetBSD: distinfo,v 1.6 2002/12/22 13:06:02 taca Exp $
-SHA1 (bkpupsd-2.1.tar.gz) = 0110d3d9522c3e920c883f8af214d68a48355bae
-Size (bkpupsd-2.1.tar.gz) = 35585 bytes
-SHA1 (patch-aa) = 0f2afa03cf5e3a971646d0540f5999cc6a534c18
-SHA1 (patch-ab) = 41533021e127b7704218f3cd6a22a854d648b039
+SHA1 (bkpupsd-2.1.1.tar.bz2) = 9a48723e15834ce6afedb0aedb0ee3791651dbc7
+Size (bkpupsd-2.1.1.tar.bz2) = 34812 bytes
diff --git a/sysutils/bkpupsd/patches/patch-aa b/sysutils/bkpupsd/patches/patch-aa
deleted file mode 100644
index 725efa4e13e..00000000000
--- a/sysutils/bkpupsd/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2002/01/21 13:59:46 dmcmahill Exp $
-
-needed on alpha
-
---- src/main.c.orig Wed Dec 19 01:52:37 2001
-+++ src/main.c Sun Jan 20 14:04:26 2002
-@@ -240,5 +240,5 @@
- syslog(LOG_INFO,
- "No battery low status checking, "
-- "use default timeout %ld seconds", ups->fail_timeout);
-+ "use default timeout %lld seconds", (long long) ups->fail_timeout);
- }
-
diff --git a/sysutils/bkpupsd/patches/patch-ab b/sysutils/bkpupsd/patches/patch-ab
deleted file mode 100644
index e1b93408e22..00000000000
--- a/sysutils/bkpupsd/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.3 2002/06/05 21:14:20 cjep Exp $
-
---- scripts/Makefile.orig Wed Dec 19 07:57:31 2001
-+++ scripts/Makefile
-@@ -64,6 +64,8 @@
- -e 's|%%device%%|${DEFAULT_DEVICE}|g' \
- ${.CURDIR}/${.ALLSRC} > ${.TARGET}
-
-+scriptsinstall:
-+
- install:
- @test -d ${FILESDIR} || mkdir -p ${FILESDIR}
- @test -d ${RCDIR} || mkdir -p ${RCDIR}