FreeBSD Bugzilla – Attachment 74690 Details for
Bug 107999
Update port: games/rocksndiamonds to 3.2.3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.83 KB, created by
tkato432
on 2007-01-16 17:10:24 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2007-01-16 17:10:24 UTC
Size:
2.83 KB
patch
obsolete
>diff -urN /usr/ports/games/rocksndiamonds/Makefile games/rocksndiamonds/Makefile >--- /usr/ports/games/rocksndiamonds/Makefile Thu Sep 28 13:25:29 2006 >+++ games/rocksndiamonds/Makefile Tue Jan 16 02:26:57 2007 >@@ -6,7 +6,7 @@ > # > > PORTNAME= rocksndiamonds >-PORTVERSION= 3.2.2 >+PORTVERSION= 3.2.3 > CATEGORIES= games > MASTER_SITES= http://www.artsoft.org/RELEASES/unix/rocksndiamonds/ \ > http://homepages.compuserve.de/rocksndiamonds/ >diff -urN /usr/ports/games/rocksndiamonds/distinfo games/rocksndiamonds/distinfo >--- /usr/ports/games/rocksndiamonds/distinfo Thu Sep 28 13:25:29 2006 >+++ games/rocksndiamonds/distinfo Tue Jan 16 02:49:49 2007 >@@ -1,3 +1,3 @@ >-MD5 (rocksndiamonds-3.2.2.tar.gz) = 1cc6ee0467d39e97ca06f86701b53a0d >-SHA256 (rocksndiamonds-3.2.2.tar.gz) = 71de1a4600373e3355119e3cc9708aeeb9b6fdc837f6eb8fa1c29783ae92a1fd >-SIZE (rocksndiamonds-3.2.2.tar.gz) = 3232607 >+MD5 (rocksndiamonds-3.2.3.tar.gz) = 9e206899bdb5cddebf504d47bd75d62b >+SHA256 (rocksndiamonds-3.2.3.tar.gz) = 1585d3a5ee73519c3213115fb7a8cde4c845511eef9e9cf986c228c811eba1f4 >+SIZE (rocksndiamonds-3.2.3.tar.gz) = 3266249 >diff -urN /usr/ports/games/rocksndiamonds/files/patch-src__screens.c games/rocksndiamonds/files/patch-src__screens.c >--- /usr/ports/games/rocksndiamonds/files/patch-src__screens.c Thu Jan 1 09:00:00 1970 >+++ games/rocksndiamonds/files/patch-src__screens.c Tue Jan 16 02:53:44 2007 >@@ -0,0 +1,19 @@ >+--- src/screens.c.orig Thu Dec 28 11:16:25 2006 >++++ src/screens.c Tue Jan 16 02:53:33 2007 >+@@ -550,11 +550,14 @@ >+ >+ static boolean insideMenuPosRect(struct MenuPosInfo *rect, int x, int y) >+ { >++ int rect_x; >++ int rect_y; >++ >+ if (rect == NULL) >+ return FALSE; >+ >+- int rect_x = ALIGNED_XPOS(rect->x, rect->width, rect->align); >+- int rect_y = rect->y; >++ rect_x = ALIGNED_XPOS(rect->x, rect->width, rect->align); >++ rect_y = rect->y; >+ >+ return (x >= rect_x && x < rect_x + rect->width && >+ y >= rect_y && y < rect_y + rect->height); >diff -urN /usr/ports/games/rocksndiamonds/pkg-plist games/rocksndiamonds/pkg-plist >--- /usr/ports/games/rocksndiamonds/pkg-plist Thu Sep 28 13:25:29 2006 >+++ games/rocksndiamonds/pkg-plist Tue Jan 16 03:00:15 2007 >@@ -124,7 +124,6 @@ > %%PORTDOCS%%%%DOCSDIR%%/elements/lamp.active.txt > %%PORTDOCS%%%%DOCSDIR%%/elements/lamp.txt > %%PORTDOCS%%%%DOCSDIR%%/elements/landmine.txt >-%%PORTDOCS%%%%DOCSDIR%%/elements/last_ce.txt > %%PORTDOCS%%%%DOCSDIR%%/elements/light_switch.active.txt > %%PORTDOCS%%%%DOCSDIR%%/elements/light_switch.txt > %%PORTDOCS%%%%DOCSDIR%%/elements/magic_wall.txt >@@ -139,6 +138,7 @@ > %%PORTDOCS%%%%DOCSDIR%%/elements/player_2.txt > %%PORTDOCS%%%%DOCSDIR%%/elements/player_3.txt > %%PORTDOCS%%%%DOCSDIR%%/elements/player_4.txt >+%%PORTDOCS%%%%DOCSDIR%%/elements/prev_ce.txt > %%PORTDOCS%%%%DOCSDIR%%/elements/quicksand_empty.txt > %%PORTDOCS%%%%DOCSDIR%%/elements/quicksand_full.txt > %%PORTDOCS%%%%DOCSDIR%%/elements/robot.txt
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 107999
: 74690