aboutsummaryrefslogtreecommitdiff
path: root/net/gnome-netstatus
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-04-20 05:12:05 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-04-20 05:12:05 +0000
commit01b8a18bbf203db9683230ecb0dac9982f75d929 (patch)
treec6513999745450ce058dc5e648ce63c8e89876e9 /net/gnome-netstatus
parent9301aa14c0e5e469c6b08046fdfc33e5080b7038 (diff)
downloadports-01b8a18bbf203db9683230ecb0dac9982f75d929.tar.gz
ports-01b8a18bbf203db9683230ecb0dac9982f75d929.zip
Update to 2.6.1.
Notes
Notes: svn path=/head/; revision=107651
Diffstat (limited to 'net/gnome-netstatus')
-rw-r--r--net/gnome-netstatus/Makefile2
-rw-r--r--net/gnome-netstatus/distinfo4
-rw-r--r--net/gnome-netstatus/files/patch-icons_Makefile.in12
-rw-r--r--net/gnome-netstatus/files/patch-src_netstatus-sysdeps.c10
4 files changed, 9 insertions, 19 deletions
diff --git a/net/gnome-netstatus/Makefile b/net/gnome-netstatus/Makefile
index a72930dd143b..f9a59f978b29 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 27edbd022e7a..52f35d8d6f93 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 a47c7f9e2715..33fd6338d46f 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 218948f7600c..000000000000
--- 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