aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorjedgar <jedgar@FreeBSD.org>2001-06-30 21:16:58 +0800
committerjedgar <jedgar@FreeBSD.org>2001-06-30 21:16:58 +0800
commit3d3ae0a0d379b54674813148c15bd22c9510b0bb (patch)
treef5f91c8bffa577be43d4447d2b0697996dc4d024 /math
parent8ec27cc8e609bf2663a985baa355c8d770e1a83d (diff)
downloadfreebsd-ports-gnome-3d3ae0a0d379b54674813148c15bd22c9510b0bb.tar.gz
freebsd-ports-gnome-3d3ae0a0d379b54674813148c15bd22c9510b0bb.tar.zst
freebsd-ports-gnome-3d3ae0a0d379b54674813148c15bd22c9510b0bb.zip
Update port to 0.3
PR: 28399 Submitted by: Patrick Li <pat@databits.net>
Diffstat (limited to 'math')
-rw-r--r--math/wmcalc/Makefile2
-rw-r--r--math/wmcalc/distinfo2
-rw-r--r--math/wmcalc/files/patch-ab19
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>