1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

- Update to 0.93

PR:		ports/76640
Submitted by:	Radek Kozlowski <radek@raadradd.com> (maintainer)
This commit is contained in:
Michael Johnson 2005-01-25 01:55:16 +00:00
parent 2fe60d7555
commit dc91ddc6df
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=127257
3 changed files with 21 additions and 3 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= gwget
PORTVERSION= 0.92.1
PORTVERSION= 0.93
CATEGORIES= ftp www gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

View File

@ -1,2 +1,2 @@
MD5 (gwget-0.92.1.tar.gz) = 54de1302be77e1a1460baf7a27c6cbd8
SIZE (gwget-0.92.1.tar.gz) = 516157
MD5 (gwget-0.93.tar.gz) = 79a3625ef99a5a417164e0d97020fcc5
SIZE (gwget-0.93.tar.gz) = 526996

View File

@ -0,0 +1,18 @@
--- src/main.c.orig Mon Jan 24 20:50:50 2005
+++ src/main.c Mon Jan 24 20:51:46 2005
@@ -145,12 +145,13 @@
static void
gnome_session_join(int argc,char *argv[])
{
- Args *args = g_malloc(sizeof(Args));
+ GnomeClient* client;
+ Args *args= g_malloc(sizeof(Args));
(*args).argc = argc;
(*args).argv = argv;
- GnomeClient* client = gnome_master_client();
+ client = gnome_master_client();
gnome_client_set_restart_style(client,GNOME_RESTART_IF_RUNNING);
gtk_signal_connect(GTK_OBJECT(client),"save_yourself",