ports/101197: Update port: x11-wm/pawm to 2.2.7

KATO Tsuguru tkato432 at yahoo.com
Tue Aug 1 16:10:45 UTC 2006


>Number:         101197
>Category:       ports
>Synopsis:       Update port: x11-wm/pawm to 2.2.7
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 01 16:10:27 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.11-RELEASE-p19 i386
>Organization:
>Environment:
>Description:
- Update to version 2.2.7

>How-To-Repeat:
>Fix:

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



More information about the freebsd-ports-bugs mailing list