Date: Sat, 12 Aug 2000 19:43:07 +0200 (CEST) From: Jimmy Olgeni <olgeni@uli.it> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/20564: [PATCH] nethack-gtk md5 correction, typo fix Message-ID: <Pine.BSF.4.21.0008121942070.46893-100000@olgeni.localdomain.net>
next in thread | raw e-mail | index | archive | help
>Number: 20564 >Category: ports >Synopsis: [PATCH] nethack-gtk md5 correction, typo fix >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Aug 12 10:50:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Jimmy Olgeni >Release: FreeBSD 4.1-STABLE i386 >Organization: Colby >Environment: >Description: Nethack's tarball md5 has changed on master site. Typo fixed in the gtk interface. >How-To-Repeat: >Fix: diff -rcN nethack-gtk.orig/files/md5 nethack-gtk/files/md5 *** nethack-gtk.orig/files/md5 Mon Jul 10 05:31:34 2000 --- nethack-gtk/files/md5 Thu Aug 3 20:45:43 2000 *************** *** 1,3 **** ! MD5 (nethack-3.2.2.tar.gz) = c85de4d14453b3a2d182d1dfc2ca04df MD5 (nh-3.2.2-3.2.3.diff) = 440141990df326d5a973d890179cffae MD5 (nethack-gtk-1.1.5-nethack-3.2.3.patch.gz) = a9e75005f23a5eea2a4879237ac851d4 --- 1,3 ---- ! MD5 (nethack-3.2.2.tar.gz) = 2571a63135b4d0aa910d52c386b669a6 MD5 (nh-3.2.2-3.2.3.diff) = 440141990df326d5a973d890179cffae MD5 (nethack-gtk-1.1.5-nethack-3.2.3.patch.gz) = a9e75005f23a5eea2a4879237ac851d4 diff -rcN nethack-gtk.orig/patches/patch-ae nethack-gtk/patches/patch-ae *** nethack-gtk.orig/patches/patch-ae Thu Jan 1 01:00:00 1970 --- nethack-gtk/patches/patch-ae Sat Aug 12 15:50:36 2000 *************** *** 0 **** --- 1,19 ---- + *** win/gtk/gtkmisc.c.orig Sat Aug 12 15:50:01 2000 + --- win/gtk/gtkmisc.c Sat Aug 12 15:50:11 2000 + *************** + *** 876,882 **** + gtk_button_new_with_label("More Option"), hbox, "", + FALSE, FALSE, NH_PAD); + button2 = nh_gtk_new_and_pack( + ! gtk_button_new_with_label("Cancell"), hbox, "", + FALSE, FALSE, NH_PAD); + #endif + + --- 876,882 ---- + gtk_button_new_with_label("More Option"), hbox, "", + FALSE, FALSE, NH_PAD); + button2 = nh_gtk_new_and_pack( + ! gtk_button_new_with_label("Cancel"), hbox, "", + FALSE, FALSE, NH_PAD); + #endif + >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0008121942070.46893-100000>