summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/wmapp
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2004-02-06 02:58:14 +0000
committerijliao <ijliao@FreeBSD.org>2004-02-06 02:58:14 +0000
commit258f0c58400ca2016708a105ea1f78bd0e7a0d94 (patch)
treea8f2029372684d95565fca4adae52a8388a8b75c /x11-toolkits/wmapp
parent8e7f203eb33793b3114aa92ca031adf000d20bd2 (diff)
downloadFreeBSD-ports-258f0c58400ca2016708a105ea1f78bd0e7a0d94.zip
FreeBSD-ports-258f0c58400ca2016708a105ea1f78bd0e7a0d94.tar.gz
upgrade to 0.0.4.2
Diffstat (limited to 'x11-toolkits/wmapp')
-rw-r--r--x11-toolkits/wmapp/Makefile4
-rw-r--r--x11-toolkits/wmapp/distinfo4
-rw-r--r--x11-toolkits/wmapp/files/patch-wmapp.cc26
3 files changed, 4 insertions, 30 deletions
diff --git a/x11-toolkits/wmapp/Makefile b/x11-toolkits/wmapp/Makefile
index 6798bb6..6f21b31 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 9e6cf02..27659c9 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 2ed5fd6..0000000
--- 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 <unistd.h> // for usleep()
-- }
--};
-+extern "C" {
-+# include <unistd.h> // 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();
-
OpenPOWER on IntegriCloud