aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/xbatt
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1997-03-10 20:08:12 +0800
committerasami <asami@FreeBSD.org>1997-03-10 20:08:12 +0800
commitb790fbae28c43a7b307aa6aeb9fee7cb4b97fafa (patch)
tree1a62dde359f9b3e7c4b99d6afc16fb6224329b2a /sysutils/xbatt
parent91e039579379ab3cce6bafbea7e1b45a5584d4f5 (diff)
downloadfreebsd-ports-gnome-b790fbae28c43a7b307aa6aeb9fee7cb4b97fafa.tar.gz
freebsd-ports-gnome-b790fbae28c43a7b307aa6aeb9fee7cb4b97fafa.tar.zst
freebsd-ports-gnome-b790fbae28c43a7b307aa6aeb9fee7cb4b97fafa.zip
Upgrade, 1.0 -> 1.2. Closes PR ports/2909.
Submitted by: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
Diffstat (limited to 'sysutils/xbatt')
-rw-r--r--sysutils/xbatt/Makefile10
-rw-r--r--sysutils/xbatt/distinfo2
-rw-r--r--sysutils/xbatt/pkg-descr3
3 files changed, 8 insertions, 7 deletions
diff --git a/sysutils/xbatt/Makefile b/sysutils/xbatt/Makefile
index e026143e3f66..ef381bb773f3 100644
--- a/sysutils/xbatt/Makefile
+++ b/sysutils/xbatt/Makefile
@@ -1,16 +1,16 @@
# New ports collection makefile for: xbatt
-# Version required: 1.0
+# Version required: 1.2
# Date created: 2 May 1995
# Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
#
-# $Id: Makefile,v 1.2 1995/07/13 01:21:32 asami Exp $
+# $Id: Makefile,v 1.3 1996/11/17 08:06:34 obrien Exp $
#
-DISTNAME= xbatt-1.0
+DISTNAME= xbatt-1.2
CATEGORIES= sysutils x11
-MASTER_SITES= ftp://ftp.fujitsu.co.jp/pub/FreeBSD/misc/
+MASTER_SITES= http://www.coara.or.jp/~eto/xbatt/
-MAINTAINER= asami@FreeBSD.ORG
+MAINTAINER= nobu@psrc.isac.co.jp
USE_IMAKE= yes
NO_INSTALL_MANPAGES= yes
diff --git a/sysutils/xbatt/distinfo b/sysutils/xbatt/distinfo
index 8b4632402ce2..6246f727f2ba 100644
--- a/sysutils/xbatt/distinfo
+++ b/sysutils/xbatt/distinfo
@@ -1 +1 @@
-MD5 (xbatt-1.0.tar.gz) = 2efd99da6c5b12d6cd3b31fd0a0d22b4
+MD5 (xbatt-1.2.tar.gz) = 63b26b136795696cbdef0f5d12c61cc0
diff --git a/sysutils/xbatt/pkg-descr b/sysutils/xbatt/pkg-descr
index fd4d8e605c8a..41f913a1d79a 100644
--- a/sysutils/xbatt/pkg-descr
+++ b/sysutils/xbatt/pkg-descr
@@ -3,4 +3,5 @@ notebook computer equiped with APM (Advanced Power Management) BIOS.
The status displayed consists remaining battery life, an AC line
status, and a charging status.
-NOTE: Need APM driver in your kernel.
+NOTE: You need APM driver in your kernel. And enable it to edit
+ file /etc/sysconfig at `apm_enable=NO' to `YES'.