diff options
-rw-r--r-- | math/wmcalc/Makefile | 2 | ||||
-rw-r--r-- | math/wmcalc/distinfo | 2 | ||||
-rw-r--r-- | math/wmcalc/files/patch-ab | 19 |
3 files changed, 2 insertions, 21 deletions
diff --git a/math/wmcalc/Makefile b/math/wmcalc/Makefile index 4abf9d20d852..41559944bc9b 100644 --- a/math/wmcalc/Makefile +++ b/math/wmcalc/Makefile @@ -6,7 +6,7 @@ # PORTNAME= wmcalc -PORTVERSION= 0.21 +PORTVERSION= 0.3 CATEGORIES= math windowmaker MASTER_SITES= http://members.access1.net/ehflora/wmcalc/ diff --git a/math/wmcalc/distinfo b/math/wmcalc/distinfo index f0fd2781ca8d..d01763e5655a 100644 --- a/math/wmcalc/distinfo +++ b/math/wmcalc/distinfo @@ -1 +1 @@ -MD5 (wmcalc-0.21.tar.gz) = 8718c48b7af8b8b23f7da2d7c5207232 +MD5 (wmcalc-0.3.tar.gz) = 23ecf19e956d19ef9dddb810989666c5 diff --git a/math/wmcalc/files/patch-ab b/math/wmcalc/files/patch-ab deleted file mode 100644 index a6f890165301..000000000000 --- a/math/wmcalc/files/patch-ab +++ /dev/null @@ -1,19 +0,0 @@ ---- wmcalc.c.orig Mon Dec 20 00:17:29 1999 -+++ wmcalc.c Tue Mar 28 07:34:28 2000 -@@ -10,11 +10,11 @@ - * development of wmbutton. I'm listing them here partially as thanks for - * helping out, catching bugs in the code, etc. - ***********************************************************************/ --#include <Xlib.h> --#include <Xutil.h> --#include <xpm.h> --#include <extensions/shape.h> --#include <keysym.h> -+#include <X11/Xlib.h> -+#include <X11/Xutil.h> -+#include <X11/xpm.h> -+#include <X11/extensions/shape.h> -+#include <X11/keysym.h> - #include <stdio.h> - #include <math.h> - #include <stdlib.h> |