Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Apr 1999 18:53:28 -0600 (MDT)
From:      handy@physics.montana.edu
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/10974: asapm upgrade
Message-ID:  <199904060053.SAA01030@lambic.physics.montana.edu>

next in thread | raw e-mail | index | archive | help

>Number:         10974
>Category:       ports
>Synopsis:       asapm upgrade:  2.4 --> 2.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr  5 18:00:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Brian Handy
>Release:        FreeBSD 2.2.8-STABLE i386
>Organization:
MSU - Bozeman
>Environment:
	Satoshi's build-checker turned up a broken checksum on 
	asapm, so in fixing that I noted it's been upgraded.  

>Description:
>How-To-Repeat:
>Fix:

diff -urN asapm.orig/Makefile asapm/Makefile
--- asapm.orig/Makefile	Mon Apr  5 18:40:31 1999
+++ asapm/Makefile	Mon Apr  5 18:40:41 1999
@@ -1,12 +1,12 @@
 # New ports collection makefile for:	asapm
-# Version required:	2.4
+# Version required:	2.6
 # Date created:		6 Aug 1998
 # Whom:			Brian Handy <handy@physics.montana.edu>
 #
 # $Id: Makefile,v 1.8 1999/01/26 02:30:51 steve Exp $
 #
 
-DISTNAME=	asapm-2.4
+DISTNAME=	asapm-2.6
 CATEGORIES=	sysutils
 MASTER_SITES=	ftp://ftp.afterstep.org/apps/asapm/ \
 		http://www.tigr.net/afterstep/as-apps/download/asapm/
diff -urN asapm.orig/files/md5 asapm/files/md5
--- asapm.orig/files/md5	Mon Apr  5 18:40:31 1999
+++ asapm/files/md5	Mon Apr  5 18:40:53 1999
@@ -1 +1 @@
-MD5 (asapm-2.4.tar.gz) = b6e1a576ceab7d3151f1c106a595e5c0
+MD5 (asapm-2.6.tar.gz) = d8e2e301f4e979e36c98a4c4881b9c5f
diff -urN asapm.orig/patches/patch-ab asapm/patches/patch-ab
--- asapm.orig/patches/patch-ab	Wed Dec 31 17:00:00 1969
+++ asapm/patches/patch-ab	Mon Apr  5 18:49:21 1999
@@ -0,0 +1,11 @@
+--- apm_read.c.orig	Mon Apr  5 18:48:35 1999
++++ apm_read.c	Mon Apr  5 18:48:51 1999
+@@ -131,7 +131,7 @@
+ 		state.percent = info.ai_batt_life;
+ 		++state.update;
+ 	}
+-	state.time_left = info.ai_batt_time / 60;
++	state.time_left = info.ai_batt_life / 60;
+ }
+ #elif defined(__NetBSD__)||defined(__OpenBSD__)
+ void ReadAPMDevice( )		/* NetBSD version */

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904060053.SAA01030>