mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
Update to 2.2.5
PR: 100036 Submitted by: Ports fury
This commit is contained in:
parent
dfe31fcadf
commit
2989698862
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167372
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= pawm
|
||||
PORTVERSION= 2.2.4
|
||||
PORTVERSION= 2.2.5
|
||||
CATEGORIES= x11-wm
|
||||
MASTER_SITES= http://www.pleyades.net/pawm/files/
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (pawm-2.2.4.tar.bz2) = 63d18f570ce86cd255b1038e3b61fdd4
|
||||
SHA256 (pawm-2.2.4.tar.bz2) = aee4e3d002a822e7e907552d8a646b543fd416d8aa814dd092ce70181857ce2c
|
||||
SIZE (pawm-2.2.4.tar.bz2) = 132044
|
||||
MD5 (pawm-2.2.5.tar.bz2) = 02c6c468c89f9b842316607f1011a3e8
|
||||
SHA256 (pawm-2.2.5.tar.bz2) = 473b75e8191d1b87225892b02e101fce40bccf9ee445bcc37d0185c94383701d
|
||||
SIZE (pawm-2.2.5.tar.bz2) = 132917
|
||||
|
11
x11-wm/pawm/files/patch-src__pafont.c
Normal file
11
x11-wm/pawm/files/patch-src__pafont.c
Normal file
@ -0,0 +1,11 @@
|
||||
--- src/pafont.c.orig Thu Jun 29 20:30:15 2006
|
||||
+++ src/pafont.c Fri Jun 30 23:49:19 2006
|
||||
@@ -44,7 +44,7 @@
|
||||
}
|
||||
|
||||
|
||||
-PAFont pafont_create(Display *dpy, const char* id)
|
||||
+PAFont pafont_create(Display *dpy, Visual *visual, const char* id)
|
||||
{
|
||||
PAFont xlfdfont;
|
||||
char fontname[20];
|
Loading…
Reference in New Issue
Block a user