summaryrefslogtreecommitdiff
path: root/net/gnome-netstatus
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-06-28 14:22:23 +0000
committerjmmv <jmmv@pkgsrc.org>2004-06-28 14:22:23 +0000
commitff19add44349695e2d9486d685293731c6b9fb63 (patch)
tree53e78dffc7f0b0f0e117c7619daaee2a7e3bd335 /net/gnome-netstatus
parent1e360993745c3c3d53c1d861b57f7302fce7201f (diff)
downloadpkgsrc-ff19add44349695e2d9486d685293731c6b9fb63.tar.gz
Update to 2.6.2:
Fixes * Fix build on Solaris (Lazlo Peter) Translators * Rostislav Raykov (bg) * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Åsmund Skjæveland (nn) * Raphael Higino (pt_BR)
Diffstat (limited to 'net/gnome-netstatus')
-rw-r--r--net/gnome-netstatus/Makefile4
-rw-r--r--net/gnome-netstatus/PLIST3
-rw-r--r--net/gnome-netstatus/distinfo7
-rw-r--r--net/gnome-netstatus/patches/patch-aa21
4 files changed, 7 insertions, 28 deletions
diff --git a/net/gnome-netstatus/Makefile b/net/gnome-netstatus/Makefile
index f2c82eb7dbc..3a96de9bdc9 100644
--- a/net/gnome-netstatus/Makefile
+++ b/net/gnome-netstatus/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2004/05/06 15:22:42 jmmv Exp $
+# $NetBSD: Makefile,v 1.4 2004/06/28 14:22:23 jmmv Exp $
#
-DISTNAME= gnome-netstatus-2.6.1
+DISTNAME= gnome-netstatus-2.6.2
CATEGORIES= net gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-netstatus/2.6/}
EXTRACT_SUFX= .tar.bz2
diff --git a/net/gnome-netstatus/PLIST b/net/gnome-netstatus/PLIST
index 15835eedc91..c4e3da0881f 100644
--- a/net/gnome-netstatus/PLIST
+++ b/net/gnome-netstatus/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2004/05/06 15:22:42 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.3 2004/06/28 14:22:23 jmmv Exp $
lib/bonobo/servers/GNOME_NetstatusApplet_Factory.server
libexec/gnome-netstatus-applet
share/gconf/schemas/netstatus.schemas
@@ -100,6 +100,7 @@ share/icons/hicolor/48x48/apps/gnome-netstatus-tx.png
share/icons/hicolor/48x48/apps/gnome-netstatus-txrx.png
${PKGLOCALEDIR}/locale/ar/LC_MESSAGES/gnome-netstatus.mo
${PKGLOCALEDIR}/locale/az/LC_MESSAGES/gnome-netstatus.mo
+${PKGLOCALEDIR}/locale/bg/LC_MESSAGES/gnome-netstatus.mo
${PKGLOCALEDIR}/locale/bn/LC_MESSAGES/gnome-netstatus.mo
${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/gnome-netstatus.mo
${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/gnome-netstatus.mo
diff --git a/net/gnome-netstatus/distinfo b/net/gnome-netstatus/distinfo
index dcb8183775e..22367a9e2e3 100644
--- a/net/gnome-netstatus/distinfo
+++ b/net/gnome-netstatus/distinfo
@@ -1,5 +1,4 @@
-$NetBSD: distinfo,v 1.3 2004/05/06 15:22:42 jmmv Exp $
+$NetBSD: distinfo,v 1.4 2004/06/28 14:22:23 jmmv Exp $
-SHA1 (gnome-netstatus-2.6.1.tar.bz2) = 7dce26c0f89526357a77837efa451dac1cce76fb
-Size (gnome-netstatus-2.6.1.tar.bz2) = 427214 bytes
-SHA1 (patch-aa) = dc0d62809c63b9b48c37a5a534fc48034f18e739
+SHA1 (gnome-netstatus-2.6.2.tar.bz2) = ef5a6fd7dc016f20c1bd116a7bef1720e35f986d
+Size (gnome-netstatus-2.6.2.tar.bz2) = 425182 bytes
diff --git a/net/gnome-netstatus/patches/patch-aa b/net/gnome-netstatus/patches/patch-aa
deleted file mode 100644
index c6616208574..00000000000
--- a/net/gnome-netstatus/patches/patch-aa
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2004/04/15 13:27:36 xtraeme Exp $
-
---- src/netstatus-iface.c.orig Mon Mar 22 17:49:17 2004
-+++ src/netstatus-iface.c Mon Mar 22 17:50:12 2004
-@@ -32,6 +32,8 @@
-
- #include <libgnome/gnome-i18n.h>
-
-+#include <sys/types.h>
-+#include <sys/socket.h>
- #include <sys/ioctl.h>
- #ifdef HAVE_SYS_SOCKIO_H
- #include <sys/sockio.h>
-@@ -39,6 +41,7 @@
- #include <sys/param.h>
- #include <net/if.h>
- #include <net/if_arp.h>
-+#include <netinet/in.h>
- #include <arpa/inet.h>
- #include <errno.h>
- #include <unistd.h>