summaryrefslogtreecommitdiff
path: root/ham
diff options
context:
space:
mode:
authorwulf <wulf@pkgsrc.org>2005-01-23 09:24:18 +0000
committerwulf <wulf@pkgsrc.org>2005-01-23 09:24:18 +0000
commit154549d13d1114ee5b173f0b7e4a83ac292e09de (patch)
treea29c5a9cf69d3802c4e6725fea7e149d1334aab2 /ham
parent4e9d907c12a93360325d46a4fdd82678dd714e89 (diff)
downloadpkgsrc-154549d13d1114ee5b173f0b7e4a83ac292e09de.tar.gz
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 (limited to 'ham')
-rw-r--r--ham/xdx/Makefile5
-rw-r--r--ham/xdx/PLIST3
-rw-r--r--ham/xdx/distinfo8
-rw-r--r--ham/xdx/patches/patch-aa11
4 files changed, 13 insertions, 14 deletions
diff --git a/ham/xdx/Makefile b/ham/xdx/Makefile
index f806c1ff15d..42cfde2f13a 100644
--- a/ham/xdx/Makefile
+++ b/ham/xdx/Makefile
@@ -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 --git a/ham/xdx/PLIST b/ham/xdx/PLIST
index d9916624f65..058dcabb4a3 100644
--- a/ham/xdx/PLIST
+++ b/ham/xdx/PLIST
@@ -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.png
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 --git a/ham/xdx/distinfo b/ham/xdx/distinfo
index e18c208e5f6..91e10350248 100644
--- a/ham/xdx/distinfo
+++ b/ham/xdx/distinfo
@@ -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 --git a/ham/xdx/patches/patch-aa b/ham/xdx/patches/patch-aa
index d6b6a26fd3c..1ed1c10dc03 100644
--- a/ham/xdx/patches/patch-aa
+++ b/ham/xdx/patches/patch-aa
@@ -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>