diff options
author | marcus <marcus@FreeBSD.org> | 2004-04-20 05:12:05 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-04-20 05:12:05 +0000 |
commit | e71cda5ab8cd8d73612c563423b7dde2ab315699 (patch) | |
tree | b544acac4765a4ac47012cb9fc06d85c301e55fa /net/gnome-netstatus | |
parent | ed5dd5ab3d8ea2607e3028682629beed9b49c92b (diff) | |
download | FreeBSD-ports-e71cda5ab8cd8d73612c563423b7dde2ab315699.zip FreeBSD-ports-e71cda5ab8cd8d73612c563423b7dde2ab315699.tar.gz |
Update to 2.6.1.
Diffstat (limited to 'net/gnome-netstatus')
-rw-r--r-- | net/gnome-netstatus/Makefile | 2 | ||||
-rw-r--r-- | net/gnome-netstatus/distinfo | 4 | ||||
-rw-r--r-- | net/gnome-netstatus/files/patch-icons_Makefile.in | 12 | ||||
-rw-r--r-- | net/gnome-netstatus/files/patch-src_netstatus-sysdeps.c | 10 |
4 files changed, 9 insertions, 19 deletions
diff --git a/net/gnome-netstatus/Makefile b/net/gnome-netstatus/Makefile index a72930d..f9a59f9 100644 --- a/net/gnome-netstatus/Makefile +++ b/net/gnome-netstatus/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnomenetstatus -PORTVERSION= 2.6.0.1 +PORTVERSION= 2.6.1 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-netstatus/2.6 diff --git a/net/gnome-netstatus/distinfo b/net/gnome-netstatus/distinfo index 27edbd0..52f35d8 100644 --- a/net/gnome-netstatus/distinfo +++ b/net/gnome-netstatus/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/gnome-netstatus-2.6.0.1.tar.bz2) = 8236eec5a7174375f28ec05bcc628aaf -SIZE (gnome2/gnome-netstatus-2.6.0.1.tar.bz2) = 417230 +MD5 (gnome2/gnome-netstatus-2.6.1.tar.bz2) = 8a0e9831ad6b2aa48c6f4c2b6516ab6e +SIZE (gnome2/gnome-netstatus-2.6.1.tar.bz2) = 427214 diff --git a/net/gnome-netstatus/files/patch-icons_Makefile.in b/net/gnome-netstatus/files/patch-icons_Makefile.in index a47c7f9..33fd633 100644 --- a/net/gnome-netstatus/files/patch-icons_Makefile.in +++ b/net/gnome-netstatus/files/patch-icons_Makefile.in @@ -1,11 +1,11 @@ ---- icons/Makefile.in.orig Mon Mar 8 22:22:36 2004 -+++ icons/Makefile.in Mon Mar 8 22:22:53 2004 -@@ -133,7 +133,7 @@ +--- icons/Makefile.in.orig Tue Apr 20 01:06:15 2004 ++++ icons/Makefile.in Tue Apr 20 01:06:49 2004 +@@ -137,7 +137,7 @@ iconsize = 48x48 category = apps -iconsdir = $(datadir)/icons/hicolor/$(iconsize)/$(category) +iconsdir = $(prefix)/share/icons/hicolor/$(iconsize)/$(category) - icons_DATA = \ - gnome-netstatus-disconn.png \ - gnome-netstatus-idle.png \ + icons_DATA = gnome-netstatus-disconn.png gnome-netstatus-idle.png gnome-netstatus-rx.png gnome-netstatus-tx.png gnome-netstatus-txrx.png gnome-netstatus-error.png + + diff --git a/net/gnome-netstatus/files/patch-src_netstatus-sysdeps.c b/net/gnome-netstatus/files/patch-src_netstatus-sysdeps.c deleted file mode 100644 index 218948f..0000000 --- a/net/gnome-netstatus/files/patch-src_netstatus-sysdeps.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/netstatus-sysdeps.c.orig Wed Mar 24 14:23:47 2004 -+++ src/netstatus-sysdeps.c Wed Mar 24 14:25:19 2004 -@@ -331,7 +331,6 @@ - - error_shutdown: - g_io_channel_unref (channel); -- g_io_channel_shutdown (channel, TRUE, NULL); - close (pipe_out); - } - else |