pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/gnome-netstatus Update to 2.6.2:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/623bdecce2ef
branches:  trunk
changeset: 477249:623bdecce2ef
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Mon Jun 28 14:22:23 2004 +0000

description:
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:

 net/gnome-netstatus/Makefile         |   4 ++--
 net/gnome-netstatus/PLIST            |   3 ++-
 net/gnome-netstatus/distinfo         |   7 +++----
 net/gnome-netstatus/patches/patch-aa |  21 ---------------------
 4 files changed, 7 insertions(+), 28 deletions(-)

diffs (67 lines):

diff -r 57aa9c57caba -r 623bdecce2ef net/gnome-netstatus/Makefile
--- a/net/gnome-netstatus/Makefile      Mon Jun 28 14:17:36 2004 +0000
+++ b/net/gnome-netstatus/Makefile      Mon Jun 28 14:22:23 2004 +0000
@@ -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 -r 57aa9c57caba -r 623bdecce2ef net/gnome-netstatus/PLIST
--- a/net/gnome-netstatus/PLIST Mon Jun 28 14:17:36 2004 +0000
+++ b/net/gnome-netstatus/PLIST Mon Jun 28 14:22:23 2004 +0000
@@ -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-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 -r 57aa9c57caba -r 623bdecce2ef net/gnome-netstatus/distinfo
--- a/net/gnome-netstatus/distinfo      Mon Jun 28 14:17:36 2004 +0000
+++ b/net/gnome-netstatus/distinfo      Mon Jun 28 14:22:23 2004 +0000
@@ -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 -r 57aa9c57caba -r 623bdecce2ef net/gnome-netstatus/patches/patch-aa
--- a/net/gnome-netstatus/patches/patch-aa      Mon Jun 28 14:17:36 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index