diff options
-rw-r--r-- | comms/xwota/Makefile | 2 | ||||
-rw-r--r-- | comms/xwota/files/patch-src_stuff.c | 13 |
2 files changed, 12 insertions, 3 deletions
diff --git a/comms/xwota/Makefile b/comms/xwota/Makefile index 2518cfa26b80..0730d4ad2f1a 100644 --- a/comms/xwota/Makefile +++ b/comms/xwota/Makefile @@ -7,7 +7,7 @@ PORTNAME= xwota PORTVERSION= 0.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= comms hamradio MASTER_SITES= http://people.fabaris.it/iz0ete/xwota/ \ ${MASTER_SITE_LOCAL} diff --git a/comms/xwota/files/patch-src_stuff.c b/comms/xwota/files/patch-src_stuff.c index 4bbebc7a6979..4ffb37bcd237 100644 --- a/comms/xwota/files/patch-src_stuff.c +++ b/comms/xwota/files/patch-src_stuff.c @@ -1,5 +1,5 @@ ---- src/stuff.c.orig Wed Sep 13 15:23:19 2006 -+++ src/stuff.c Wed Sep 13 15:24:18 2006 +--- src/stuff.c.orig 2006-07-28 12:00:10.000000000 -0400 ++++ src/stuff.c 2009-08-04 12:03:56.000000000 -0400 @@ -22,6 +22,7 @@ #include "global.h" #include "stuff.h" @@ -8,3 +8,12 @@ int load_preferences() +@@ -330,7 +331,7 @@ + GtkTreePath *path; + GtkWidget *spot_list; + +-char eor[5]; ++char eor[6]; + char *p_eor; + gchar *call,*freq,*country,*state,*grid,*county,*lat,*longitude,*status,*comments,*program,*f1,*f2,*d_ate,*t_ime; + char datetime[50],latlong[50],status_comment[30],display_country[50]; |