From 2cd8f59bad9bc0d8abb1637217b44999224461e3 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Fri, 6 Feb 2004 02:58:14 +0000 Subject: upgrade to 0.0.4.2 --- x11-toolkits/wmapp/Makefile | 4 ++-- x11-toolkits/wmapp/distinfo | 4 ++-- x11-toolkits/wmapp/files/patch-wmapp.cc | 26 -------------------------- 3 files changed, 4 insertions(+), 30 deletions(-) delete mode 100644 x11-toolkits/wmapp/files/patch-wmapp.cc (limited to 'x11-toolkits') diff --git a/x11-toolkits/wmapp/Makefile b/x11-toolkits/wmapp/Makefile index 6798bb6f8574..6f21b31684b6 100644 --- a/x11-toolkits/wmapp/Makefile +++ b/x11-toolkits/wmapp/Makefile @@ -7,8 +7,8 @@ # PORTNAME= wmapp -PORTVERSION= 0.0.4.1 -PORTREVISION= 1 +PORTVERSION= 0.0.4.2 +PORTREVISION= 0 CATEGORIES= x11-toolkits windowmaker MASTER_SITES= http://www.princeton.edu/~kmccarty/downloads/ diff --git a/x11-toolkits/wmapp/distinfo b/x11-toolkits/wmapp/distinfo index 9e6cf02fdad6..27659c90991e 100644 --- a/x11-toolkits/wmapp/distinfo +++ b/x11-toolkits/wmapp/distinfo @@ -1,2 +1,2 @@ -MD5 (wmapp-0.0.4.1.tar.gz) = 60200050e08fd57cc16a6eca38f02cb6 -SIZE (wmapp-0.0.4.1.tar.gz) = 53405 +MD5 (wmapp-0.0.4.2.tar.gz) = 4bf473fdcacce60a3e1d5fbe945e9e9d +SIZE (wmapp-0.0.4.2.tar.gz) = 54171 diff --git a/x11-toolkits/wmapp/files/patch-wmapp.cc b/x11-toolkits/wmapp/files/patch-wmapp.cc deleted file mode 100644 index 2ed5fd681bfa..000000000000 --- a/x11-toolkits/wmapp/files/patch-wmapp.cc +++ /dev/null @@ -1,26 +0,0 @@ ---- wmapp.cc.orig Wed Jul 23 03:26:58 2003 -+++ wmapp.cc Wed Jul 23 03:28:59 2003 -@@ -4,11 +4,9 @@ - - using std::string; - --namespace Unix { -- extern "C" { --# include // for usleep() -- } --}; -+extern "C" { -+# include // for usleep() -+} - - // All the xpms we need: - namespace Xpms { -@@ -254,7 +252,7 @@ - - while (true) { - // sleep for the specified time in milliseconds -- Unix::usleep(1000 * current()->updatefreq()); -+ usleep(1000 * current()->updatefreq()); - // execute any timed functions which need it - current()->run_timed_functions(); - -- cgit v1.2.3