View | Details | Raw Unified | Return to bug 101197
Collapse All | Expand All

(-)x11-wm/pawm/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	pawm
8
PORTNAME=	pawm
9
PORTVERSION=	2.2.6
9
PORTVERSION=	2.2.7
10
CATEGORIES=	x11-wm
10
CATEGORIES=	x11-wm
11
MASTER_SITES=	http://www.pleyades.net/pawm/files/
11
MASTER_SITES=	http://www.pleyades.net/pawm/files/
12
12
(-)x11-wm/pawm/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (pawm-2.2.6.tar.bz2) = ac26398777d433e5c073157259764505
1
MD5 (pawm-2.2.7.tar.bz2) = 0fb71d60c6d691fa7987527c7b7d31d5
2
SHA256 (pawm-2.2.6.tar.bz2) = c79ee28c95b8fe4c313e87262d84b03ccd665690d628e1d0aa3d5d3d34686640
2
SHA256 (pawm-2.2.7.tar.bz2) = 8fe92831885b17c71d041d3dee186035da2989cf2e56da03e105aefd05c7175c
3
SIZE (pawm-2.2.6.tar.bz2) = 132854
3
SIZE (pawm-2.2.7.tar.bz2) = 132736
(-)x11-wm/pawm/files/patch-src__pafont.c (-2 / +20 lines)
Lines 1-5 Link Here
1
--- src/pafont.c.orig	Thu Jun 29 20:30:15 2006
1
--- src/pafont.c.orig	Tue Jul 25 05:49:39 2006
2
+++ src/pafont.c	Fri Jun 30 23:49:19 2006
2
+++ src/pafont.c	Fri Jul 28 16:28:48 2006
3
@@ -44,7 +44,7 @@
3
@@ -44,7 +44,7 @@
4
 }
4
 }
5
 
5
 
Lines 9-11 Link Here
9
 {
9
 {
10
 	PAFont xlfdfont;
10
 	PAFont xlfdfont;
11
 	char fontname[20];
11
 	char fontname[20];
12
@@ -86,7 +86,7 @@
13
 {
14
 	ASSERT(xlfdfont);
15
 
16
-	XSetForeground(xlfdfont->display, xgc, xfldfont->color);
17
+	XSetForeground(xlfdfont->display, xgc, xlfdfont->color);
18
 	/* X and Y coordinates mark the top left corner of the text box,
19
 	 * so we need to sum the ascent value to y to make the shitty old
20
 	 * X font system draw the text at the right place */
21
@@ -149,7 +149,7 @@
22
 	XColor ecolor, scolor;
23
 
24
 	XAllocNamedColor(xlfdfont->display, COLORMAP, name, &scolor, &ecolor);
25
-	xfldfont->color=scolor.pixel;
26
+	xlfdfont->color=scolor.pixel;
27
 }
28
 
29
 #else

Return to bug 101197