Bug 29138 - update sysutils/wmhm
Summary: update sysutils/wmhm
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-07-22 07:00 UTC by mmuir
Modified: 2001-09-14 05:02 UTC (History)
0 users

See Also:


Attachments
file.diff (1.63 KB, patch)
2001-07-22 07:00 UTC, mmuir
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mmuir 2001-07-22 07:00:01 UTC
 - BP6 oddities are now a command line switch.
 - New voltage ratios for negative voltages.
 - No longer exit()'s if /dev/speaker is unavailable.
 - README and man page updated.

Fix: -PORTNAME=      wmhm
-PORTVERSION=   1.45
-PORTREVISION=  1
-CATEGORIES=    sysutils windowmaker
-MASTER_SITES=  ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR=    fenner
-
-MAINTAINER=    mmuir@cwnet.com
-
-LIB_DEPENDS=   Xpm.4:${PORTSDIR}/graphics/xpm
-
-WRKSRC=                ${WRKDIR}/wmhm/wmhm
-
-GNU_CONFIGURE= yes
-MAN8=          wmhm.8
-MANCOMPRESSED= yes
+post-install:
+       strip ${PREFIX}/bin/wmhm

.include <bsd.port.mk>


-WWW: http://muir.yi.org/wmhm/
+WWW: http://www.muir-corp.com/system/wmhm/

- mikem
mmuir@cwnet.com--XM793uEGTgyCfY3U2TRIsF4R0ZQiKE3LUMthDFuCY903P1xZ
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

diff -ruN /usr/ports/sysutils/wmhm/Makefile wmhm/Makefile
--- /usr/ports/sysutils/wmhm/Makefile   Sun Apr 22 11:03:01 2001
+++ wmhm/Makefile       Sat Jul 21 22:49:07 2001
@@ -1,25 +1,27 @@
# New ports collection makefile for:   wmhm
# Date created:        21 September 1999
-# Whom:                Mike Muir <mmuir@es.co.nz>
+# Whom:                Mike Muir <mmuir@cwnet.com>
#
-# $FreeBSD: ports/sysutils/wmhm/Makefile,v 1.20 2001/04/22 16:55:23 fenner Exp $
#
+#
+
+PORTNAME=           wmhm
+PORTVERSION=        1.46
+CATEGORIES=         sysutils windowmaker
+MASTER_SITES=       ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= fenner
+
+MAINTAINER=         mmuir@cwnet.com
+
+LIB_DEPENDS=        Xpm.4:${PORTSDIR}/graphics/xpm
+
+WRKSRC=             ${WRKDIR}/wmhm/wmhm
+
+GNU_CONFIGURE=      yes
+MAN8=               wmhm.8
+MANCOMPRESSED=      yes
Comment 1 dwcjr freebsd_committer freebsd_triage 2001-09-14 05:02:45 UTC
State Changed
From-To: open->closed

Committed, thanks!