From eb96436d3a0f4f1b4c11dd63d62e1cf3a7780fa3 Mon Sep 17 00:00:00 2001 From: Jeremy Messenger Date: Fri, 5 Jan 2007 21:25:14 +0000 Subject: Update to 2.8.0. PR: ports/107563 Submitted by: Alex --- irc/xchat/Makefile | 8 ++++---- irc/xchat/distinfo | 6 +++--- irc/xchat/files/patch-xc264-sec-url | 12 ------------ irc/xchat/pkg-plist | 7 +++++++ 4 files changed, 14 insertions(+), 19 deletions(-) delete mode 100644 irc/xchat/files/patch-xc264-sec-url (limited to 'irc/xchat') diff --git a/irc/xchat/Makefile b/irc/xchat/Makefile index 01b7052ea65a..c699fca2d126 100644 --- a/irc/xchat/Makefile +++ b/irc/xchat/Makefile @@ -4,13 +4,13 @@ # # $FreeBSD$ # $MCom: ports-stable/irc/xchat/Makefile,v 1.1 2006/10/26 08:33:06 marcus Exp $ +# PORTNAME= xchat -PORTVERSION= 2.6.8 -PORTREVISION= 2 +PORTVERSION= 2.8.0 CATEGORIES= irc gnome ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - http://xchat.org/files/source/2.6/ + http://xchat.org/files/source/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/ MASTER_SITE_SUBDIR= ${PORTNAME:S|2||} DISTNAME= xchat-${PORTVERSION} @@ -27,7 +27,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ CONFIGURE_ARGS= --enable-nls \ --enable-ipv6 -CONFLICTS= xchat-1* +CONFLICTS= xchat-1* xchat-systray-plugin* .if defined(WITH_SOCKS) BUILD_DEPENDS+= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5 diff --git a/irc/xchat/distinfo b/irc/xchat/distinfo index f58dffcb5fc7..f36fd6623865 100644 --- a/irc/xchat/distinfo +++ b/irc/xchat/distinfo @@ -1,3 +1,3 @@ -MD5 (xchat-2.6.8.tar.bz2) = 940fd8560a4e4e5d905e53207c6cbb87 -SHA256 (xchat-2.6.8.tar.bz2) = 7e239a43c5e293da57a0ee8dc1e383d243ec44b00e682558db93be3d2752611f -SIZE (xchat-2.6.8.tar.bz2) = 1184287 +MD5 (xchat-2.8.0.tar.bz2) = dddb703d1daf9be7a7bc9461cf11ede7 +SHA256 (xchat-2.8.0.tar.bz2) = f417891d2405980875fd3ce03eb78f8e2ad3ea7354df8b7bb0a2939a55e20906 +SIZE (xchat-2.8.0.tar.bz2) = 1257232 diff --git a/irc/xchat/files/patch-xc264-sec-url b/irc/xchat/files/patch-xc264-sec-url deleted file mode 100644 index 190cc6f5d8be..000000000000 --- a/irc/xchat/files/patch-xc264-sec-url +++ /dev/null @@ -1,12 +0,0 @@ ---- src/common/util.c 2006-10-14 15:47:44.000000000 +1000 -+++ src/common/util.c 2006-12-17 13:22:01.000000000 +1100 -@@ -1178,7 +1178,8 @@ - if (*src != quote) *buf++ = '\\'; - } - *buf++ = *src; -- } else if (isspace((unsigned char) *src)) { -+ /*} else if (isspace((unsigned char) *src)) {*/ -+ } else if (*src == ' ') { - if (*argv[argc]) { - buf++, argc++; - if (argc == argvAlloced) { diff --git a/irc/xchat/pkg-plist b/irc/xchat/pkg-plist index 2ba6ec32be39..f42808bd5d6c 100644 --- a/irc/xchat/pkg-plist +++ b/irc/xchat/pkg-plist @@ -8,6 +8,7 @@ bin/xchat share/applications/xchat.desktop %%DBUS%%share/dbus-1/services/org.xchat.service.service share/locale/be/LC_MESSAGES/xchat.mo +share/locale/cs/LC_MESSAGES/xchat.mo share/locale/de/LC_MESSAGES/xchat.mo share/locale/el/LC_MESSAGES/xchat.mo share/locale/es/LC_MESSAGES/xchat.mo @@ -38,6 +39,8 @@ share/pixmaps/xchat.png @dirrmtry share/locale/zh_TW @dirrmtry share/locale/sr/LC_MESSAGES @dirrmtry share/locale/sr +@dirrmtry share/locale/pt/LC_MESSAGES +@dirrmtry share/locale/pt @dirrmtry share/locale/ko/LC_MESSAGES @dirrmtry share/locale/ko @dirrmtry share/locale/gl/LC_MESSAGES @@ -46,3 +49,7 @@ share/pixmaps/xchat.png @dirrmtry share/locale/fi @dirrmtry share/locale/el/LC_MESSAGES @dirrmtry share/locale/el +@dirrmtry share/locale/cs/LC_MESSAGES +@dirrmtry share/locale/cs +@dirrmtry share/locale/be/LC_MESSAGES +@dirrmtry share/locale/be -- cgit v1.2.3