summaryrefslogtreecommitdiff
path: root/sysutils/wmmemmon
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2001-09-24 22:51:13 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2001-09-24 22:51:13 +0000
commit8c80416644af6d00e6a3333647afd478f8bb8e78 (patch)
treef9fc73934255b775f69c9cd6e58b665d2f592134 /sysutils/wmmemmon
parentadd PTHREAD_CFLAGS/LIBS to work with fltk/libGL. (diff)
update to 0.5.2.
PR: 30803 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=48170
Diffstat (limited to 'sysutils/wmmemmon')
-rw-r--r--sysutils/wmmemmon/Makefile2
-rw-r--r--sysutils/wmmemmon/distinfo2
-rw-r--r--sysutils/wmmemmon/files/patch-src::mem_freebsd.c15
3 files changed, 2 insertions, 17 deletions
diff --git a/sysutils/wmmemmon/Makefile b/sysutils/wmmemmon/Makefile
index c343d1ea6292..9bead75e98d7 100644
--- a/sysutils/wmmemmon/Makefile
+++ b/sysutils/wmmemmon/Makefile
@@ -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}
diff --git a/sysutils/wmmemmon/distinfo b/sysutils/wmmemmon/distinfo
index e465cc81eaf0..2529f7130889 100644
--- a/sysutils/wmmemmon/distinfo
+++ b/sysutils/wmmemmon/distinfo
@@ -1 +1 @@
-MD5 (WMMemMon-0.5.0.tar.gz) = f661c4b5ecc6eaa56deee4c38037a821
+MD5 (WMMemMon-0.5.2.tar.gz) = 12e9859b2bef34f613640c1320a3d78d
diff --git a/sysutils/wmmemmon/files/patch-src::mem_freebsd.c b/sysutils/wmmemmon/files/patch-src::mem_freebsd.c
deleted file mode 100644
index 1da5a133598d..000000000000
--- a/sysutils/wmmemmon/files/patch-src::mem_freebsd.c
+++ /dev/null
@@ -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);
- }
-
-