summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chat/xchat/Makefile.common4
-rw-r--r--chat/xchat/PLIST3
-rw-r--r--chat/xchat/distinfo10
-rw-r--r--chat/xchat/patches/patch-aa14
4 files changed, 16 insertions, 15 deletions
diff --git a/chat/xchat/Makefile.common b/chat/xchat/Makefile.common
index 2e55c204355..1258acbbd44 100644
--- a/chat/xchat/Makefile.common
+++ b/chat/xchat/Makefile.common
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile.common,v 1.55 2007/05/22 12:18:58 tron Exp $
+# $NetBSD: Makefile.common,v 1.56 2007/07/20 15:09:22 tron Exp $
-DISTNAME= xchat-2.8.2
+DISTNAME= xchat-2.8.4
CATEGORIES= chat
MASTER_SITES= http://xchat.org/files/source/2.8/
EXTRACT_SUFX= .tar.bz2
diff --git a/chat/xchat/PLIST b/chat/xchat/PLIST
index ac645a820e9..27378159360 100644
--- a/chat/xchat/PLIST
+++ b/chat/xchat/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2007/05/22 12:18:58 tron Exp $
+@comment $NetBSD: PLIST,v 1.15 2007/07/20 15:09:22 tron Exp $
bin/xchat
share/applications/xchat.desktop
share/doc/xchat/README
@@ -18,6 +18,7 @@ share/locale/it/LC_MESSAGES/xchat.mo
share/locale/ja/LC_MESSAGES/xchat.mo
share/locale/ko/LC_MESSAGES/xchat.mo
share/locale/lt/LC_MESSAGES/xchat.mo
+share/locale/mk/LC_MESSAGES/xchat.mo
share/locale/nl/LC_MESSAGES/xchat.mo
share/locale/pa/LC_MESSAGES/xchat.mo
share/locale/pt/LC_MESSAGES/xchat.mo
diff --git a/chat/xchat/distinfo b/chat/xchat/distinfo
index 2497fafff0f..8f4b355972f 100644
--- a/chat/xchat/distinfo
+++ b/chat/xchat/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.33 2007/05/22 12:18:58 tron Exp $
+$NetBSD: distinfo,v 1.34 2007/07/20 15:09:22 tron Exp $
-SHA1 (xchat-2.8.2.tar.bz2) = 5cff7a974819ad8788962742df785aabfe844af0
-RMD160 (xchat-2.8.2.tar.bz2) = 62f9ffeb77243e1c20d81f0543ea8ccc7d3cd225
-Size (xchat-2.8.2.tar.bz2) = 1331148 bytes
-SHA1 (patch-aa) = 90af71915ac6373ebc623790f9a90642376fb1f4
+SHA1 (xchat-2.8.4.tar.bz2) = 6ac509624c241edfac5d53d9d4ece63d917613d6
+RMD160 (xchat-2.8.4.tar.bz2) = 35cf84e03dfda160674d141063c8fc9cd0ac7de2
+Size (xchat-2.8.4.tar.bz2) = 1370883 bytes
+SHA1 (patch-aa) = 99ec48125bc394745b5e5d0d8ebd8323d1aca4af
diff --git a/chat/xchat/patches/patch-aa b/chat/xchat/patches/patch-aa
index 1ea96054675..20ef171f25d 100644
--- a/chat/xchat/patches/patch-aa
+++ b/chat/xchat/patches/patch-aa
@@ -1,13 +1,13 @@
-$NetBSD: patch-aa,v 1.10 2006/03/28 17:38:31 joerg Exp $
+$NetBSD: patch-aa,v 1.11 2007/07/20 15:09:23 tron Exp $
---- configure.orig 2006-03-28 16:57:01.000000000 +0000
-+++ configure
-@@ -27883,7 +27883,7 @@ echo $ECHO_N "checking Python compile fl
+--- configure.orig 2007-06-30 16:28:18.000000000 +0100
++++ configure 2007-07-20 15:01:42.000000000 +0100
+@@ -29020,7 +29020,7 @@
PY_PREFIX=`$pythonpath -c 'import sys; print sys.prefix'`
PY_EXEC_PREFIX=`$pythonpath -c 'import sys; print sys.exec_prefix'`
if test -f $PY_INC/Python.h; then
- PY_LIBS="-L$PY_LIB/config -lpython$PY_VER -lpthread -lutil"
-+ PY_LIBS="-L$PY_LIB/config -lpython$PY_VER ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS} -lutil"
++ PY_LIBS="-L$PY_LIB/config -lpython$PY_VER ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS} -lutil"
PY_CFLAGS="-I$PY_INC"
- echo "$as_me:$LINENO: result: ok" >&5
- echo "${ECHO_T}ok" >&6
+ { echo "$as_me:$LINENO: result: ok" >&5
+ echo "${ECHO_T}ok" >&6; }