summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-03-10 12:08:12 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-03-10 12:08:12 +0000
commita37103d0fcc04e08173db21698db295923a29a28 (patch)
tree20d1e600877a95614fb9af190ad5b39dd8f3057d
parentNote that the ports collection can eat disk space during its lifetime. (diff)
Upgrade, 1.0 -> 1.2. Closes PR ports/2909.
Submitted by: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
Notes
Notes: svn path=/head/; revision=5930
-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'.