update to 0.5.2.

PR:		30803
Submitted by:	maintainer
This commit is contained in:
FUJISHIMA Satsuki 2001-09-24 22:51:13 +00:00
parent 627c8c3756
commit 8c80416644
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48170
3 changed files with 2 additions and 17 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= wmmemmon
PORTVERSION= 0.5.0
PORTVERSION= 0.5.2
CATEGORIES= sysutils windowmaker
MASTER_SITES= http://www.sh.rim.or.jp/~ssato/src/
DISTNAME= WMMemMon-${PORTVERSION}

View File

@ -1 +1 @@
MD5 (WMMemMon-0.5.0.tar.gz) = f661c4b5ecc6eaa56deee4c38037a821
MD5 (WMMemMon-0.5.2.tar.gz) = 12e9859b2bef34f613640c1320a3d78d

View File

@ -1,15 +0,0 @@
--- src/mem_freebsd.c.orig Sun Sep 23 15:02:09 2001
+++ src/mem_freebsd.c Sun Sep 23 15:02:51 2001
@@ -51,10 +51,10 @@
if (geteuid () != getuid () || getegid () != getgid ())
{
- fprintf (stderr "unable to drop privileges");
+ fprintf (stderr,"unable to drop privileges");
exit(1);
}
- return 0;
+ exit(1);
}