diff options
author | marcus <marcus@FreeBSD.org> | 2003-04-23 16:02:52 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-04-23 16:02:52 +0000 |
commit | 966e3146a2313058a7f4880d24640a83dc50b538 (patch) | |
tree | d819e816fc27ba2dd3f7f19cf77a3fd081c3270c /irc/xchat-gnome | |
parent | 460d6bbc871ab6a68c694f10612ae4c823d03de4 (diff) | |
download | FreeBSD-ports-966e3146a2313058a7f4880d24640a83dc50b538.zip FreeBSD-ports-966e3146a2313058a7f4880d24640a83dc50b538.tar.gz |
Update to 2.0.2.
PR: 51304
Submitted by: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
Diffstat (limited to 'irc/xchat-gnome')
-rw-r--r-- | irc/xchat-gnome/Makefile | 2 | ||||
-rw-r--r-- | irc/xchat-gnome/distinfo | 2 | ||||
-rw-r--r-- | irc/xchat-gnome/files/patch-configure | 15 | ||||
-rw-r--r-- | irc/xchat-gnome/pkg-plist | 3 |
4 files changed, 11 insertions, 11 deletions
diff --git a/irc/xchat-gnome/Makefile b/irc/xchat-gnome/Makefile index 911b4c9..d9d7aea 100644 --- a/irc/xchat-gnome/Makefile +++ b/irc/xchat-gnome/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xchat2 -PORTVERSION= 2.0.1 +PORTVERSION= 2.0.2 CATEGORIES= irc gnome ipv6 MASTER_SITES= http://xchat.org/files/source/2.0/ \ http://xchat.linuxpower.org/files/source/2.0/ diff --git a/irc/xchat-gnome/distinfo b/irc/xchat-gnome/distinfo index d137126..ccec63c 100644 --- a/irc/xchat-gnome/distinfo +++ b/irc/xchat-gnome/distinfo @@ -1 +1 @@ -MD5 (xchat-2.0.1.tar.bz2) = d0fcc1137e704c2fe9417799e3e6e49c +MD5 (xchat-2.0.2.tar.bz2) = 909a2855c891d7649e73bf9dfd628e1d diff --git a/irc/xchat-gnome/files/patch-configure b/irc/xchat-gnome/files/patch-configure index 04cf2b2..5b4eed1 100644 --- a/irc/xchat-gnome/files/patch-configure +++ b/irc/xchat-gnome/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig Sun Nov 24 20:59:19 2002 -+++ configure Sun Dec 8 18:13:53 2002 -@@ -7358,6 +7358,7 @@ +--- configure.orig Mon Apr 21 19:10:14 2003 ++++ configure Wed Apr 23 09:39:19 2003 +@@ -7793,6 +7793,7 @@ # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" @@ -8,16 +8,13 @@ # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -10381,7 +10382,7 @@ - #include "confdefs.h" +@@ -10816,12 +10817,12 @@ + /* end confdefs.h. */ #include <libintl.h> extern int _nl_msg_cat_cntr; -extern int *_nl_domain_bindings; +extern int *libintl_nl_domain_bindings; - #ifdef F77_DUMMY_MAIN - # ifdef __cplusplus - extern "C" -@@ -10392,7 +10393,7 @@ + int main () { bindtextdomain ("", ""); diff --git a/irc/xchat-gnome/pkg-plist b/irc/xchat-gnome/pkg-plist index 86877a1..e3c4de6 100644 --- a/irc/xchat-gnome/pkg-plist +++ b/irc/xchat-gnome/pkg-plist @@ -13,10 +13,13 @@ share/locale/es/LC_MESSAGES/xchat.mo share/locale/et/LC_MESSAGES/xchat.mo share/locale/lt/LC_MESSAGES/xchat.mo share/locale/lv/LC_MESSAGES/xchat.mo +share/locale/ms/LC_MESSAGES/xchat.mo share/locale/nl/LC_MESSAGES/xchat.mo share/locale/no/LC_MESSAGES/xchat.mo +share/locale/pt/LC_MESSAGES/xchat.mo share/locale/sk/LC_MESSAGES/xchat.mo share/locale/sl/LC_MESSAGES/xchat.mo share/locale/sv/LC_MESSAGES/xchat.mo +share/locale/zh_CN/LC_MESSAGES/xchat.mo @dirrm lib/xchat/plugins @dirrm lib/xchat |