Update port to 0.3
PR: 28399 Submitted by: Patrick Li <pat@databits.net>
This commit is contained in:
parent
d83bc9e827
commit
81523c5757
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44589
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= wmcalc
|
||||
PORTVERSION= 0.21
|
||||
PORTVERSION= 0.3
|
||||
CATEGORIES= math windowmaker
|
||||
MASTER_SITES= http://members.access1.net/ehflora/wmcalc/
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (wmcalc-0.21.tar.gz) = 8718c48b7af8b8b23f7da2d7c5207232
|
||||
MD5 (wmcalc-0.3.tar.gz) = 23ecf19e956d19ef9dddb810989666c5
|
||||
|
@ -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>
|
Loading…
Reference in New Issue
Block a user