pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/ham/xdx Updated xdx to 1.2:
details: https://anonhg.NetBSD.org/pkgsrc/rev/1a2d165c29a7
branches: trunk
changeset: 487995:1a2d165c29a7
user: wulf <wulf%pkgsrc.org@localhost>
date: Sun Jan 23 09:24:18 2005 +0000
description:
Updated xdx to 1.2:
* Fixed compilation against GTK+ version 2.4.
* Added spanish translations and manual by Baltasar Perez, EB8AKF. Thanks!
* A new option added to the preferences dialog which allows showing/hiding
of columns in the spots window.
diffstat:
ham/xdx/Makefile | 5 ++---
ham/xdx/PLIST | 3 ++-
ham/xdx/distinfo | 8 ++++----
ham/xdx/patches/patch-aa | 11 +++++------
4 files changed, 13 insertions(+), 14 deletions(-)
diffs (68 lines):
diff -r 888c16719583 -r 1a2d165c29a7 ham/xdx/Makefile
--- a/ham/xdx/Makefile Sun Jan 23 09:05:07 2005 +0000
+++ b/ham/xdx/Makefile Sun Jan 23 09:24:18 2005 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2004/12/13 23:05:56 minskim Exp $
+# $NetBSD: Makefile,v 1.6 2005/01/23 09:24:18 wulf Exp $
#
-DISTNAME= xdx-1.1
-PKGREVISION= 1
+DISTNAME= xdx-1.2
CATEGORIES= ham
MASTER_SITES= http://www.qsl.net/pg4i/download/
diff -r 888c16719583 -r 1a2d165c29a7 ham/xdx/PLIST
--- a/ham/xdx/PLIST Sun Jan 23 09:05:07 2005 +0000
+++ b/ham/xdx/PLIST Sun Jan 23 09:24:18 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/23 23:01:55 wulf Exp $
+@comment $NetBSD: PLIST,v 1.2 2005/01/23 09:24:18 wulf Exp $
${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/xdx.mo
${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/xdx.mo
bin/xdx
@@ -11,6 +11,7 @@
share/xdx/pixmaps/xdx.xcf
share/xdx/pixmaps/xdx.xpm
share/xdx/MANUAL
+share/xdx/MANUAL.es
man/man1/xdx.1
@dirrm share/xdx/pixmaps
@dirrm share/xdx
diff -r 888c16719583 -r 1a2d165c29a7 ham/xdx/distinfo
--- a/ham/xdx/distinfo Sun Jan 23 09:05:07 2005 +0000
+++ b/ham/xdx/distinfo Sun Jan 23 09:24:18 2005 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2004/02/23 23:01:55 wulf Exp $
+$NetBSD: distinfo,v 1.2 2005/01/23 09:24:18 wulf Exp $
-SHA1 (xdx-1.1.tar.gz) = ab0417cb56c864a05df970203ef21a11bfc62f47
-Size (xdx-1.1.tar.gz) = 194165 bytes
-SHA1 (patch-aa) = 511b07def9818ae0a25a71b1750e371d0e1c0db6
+SHA1 (xdx-1.2.tar.gz) = b4720c8ad873f065348933351a7c7d6909171b21
+Size (xdx-1.2.tar.gz) = 204680 bytes
+SHA1 (patch-aa) = a0ffc7b43b1cba7c5876392451aa43d53df9f792
diff -r 888c16719583 -r 1a2d165c29a7 ham/xdx/patches/patch-aa
--- a/ham/xdx/patches/patch-aa Sun Jan 23 09:05:07 2005 +0000
+++ b/ham/xdx/patches/patch-aa Sun Jan 23 09:24:18 2005 +0000
@@ -1,15 +1,14 @@
-$NetBSD: patch-aa,v 1.1.1.1 2004/02/23 23:01:55 wulf Exp $
+$NetBSD: patch-aa,v 1.2 2005/01/23 09:24:18 wulf Exp $
---- src/net.c.orig 2004-02-01 20:40:11.000000000 +1030
-+++ src/net.c 2004-02-01 20:40:36.000000000 +1030
-@@ -38,13 +38,13 @@
- #include <sys/types.h>
+--- src/net.c.orig 2004-05-22 02:14:21.000000000 +0930
++++ src/net.c 2005-01-23 20:46:43.000000000 +1030
+@@ -39,12 +39,12 @@
#include <string.h>
#include <errno.h>
+ #include <netinet/in.h>
-#include <resolv.h>
#include <netdb.h>
#include <sys/socket.h>
- #include <netinet/in.h>
#include <arpa/inet.h>
#include <signal.h>
#include <fcntl.h>
Home |
Main Index |
Thread Index |
Old Index