diff options
author | jim <jim@FreeBSD.org> | 2001-06-28 16:28:42 +0000 |
---|---|---|
committer | jim <jim@FreeBSD.org> | 2001-06-28 16:28:42 +0000 |
commit | 58b39ea36e55bc4090a2a1eae434377289710c32 (patch) | |
tree | 4f2e78d3bfb69db3313c388849c1195e788fd927 /irc/xchat | |
parent | 50964805342aaa77fd4d54b3d3a07bdcfb0f82af (diff) | |
download | FreeBSD-ports-58b39ea36e55bc4090a2a1eae434377289710c32.zip FreeBSD-ports-58b39ea36e55bc4090a2a1eae434377289710c32.tar.gz |
Update this to the latest and greatest "stable" version, which is 1.8.0.
As with the 1.7 development series, NLS is disabled because it needs
gettext 0.10.38 to work, which we don't have yet. For more info on the
current state of gettext, see the -ports archives.
Diffstat (limited to 'irc/xchat')
-rw-r--r-- | irc/xchat/Makefile | 8 | ||||
-rw-r--r-- | irc/xchat/distinfo | 2 | ||||
-rw-r--r-- | irc/xchat/pkg-plist | 26 |
3 files changed, 5 insertions, 31 deletions
diff --git a/irc/xchat/Makefile b/irc/xchat/Makefile index 48f7c5d..c08ca7d 100644 --- a/irc/xchat/Makefile +++ b/irc/xchat/Makefile @@ -6,10 +6,10 @@ # PORTNAME= xchat -PORTVERSION= 1.6.4 +PORTVERSION= 1.8.0 CATEGORIES+= irc gnome -MASTER_SITES= http://xchat.org/files/source/1.6/ \ - http://xchat.linuxpower.org/files/source/1.6/ +MASTER_SITES= http://xchat.org/files/source/1.8/ \ + http://xchat.linuxpower.org/files/source/1.8/ MAINTAINER= jim@FreeBSD.org # This port has a slave port japanese/xchat. Do not carelessly overwrite @@ -24,7 +24,7 @@ USE_IMLIB= yes WANT_GNOME= yes GNU_CONFIGURE= yes # Assign with `+=' for slave ports -CONFIGURE_ARGS+= --disable-python +CONFIGURE_ARGS+= --disable-python --disable-nls .include <bsd.port.pre.mk> diff --git a/irc/xchat/distinfo b/irc/xchat/distinfo index 43187a9..3482bc0 100644 --- a/irc/xchat/distinfo +++ b/irc/xchat/distinfo @@ -1 +1 @@ -MD5 (xchat-1.6.4.tar.bz2) = 995c02b43454ba76bb641792503c669a +MD5 (xchat-1.8.0.tar.bz2) = 2d040e1b156b8fed91e7ac3cf83f309a diff --git a/irc/xchat/pkg-plist b/irc/xchat/pkg-plist index ae9a89c8..69e2486 100644 --- a/irc/xchat/pkg-plist +++ b/irc/xchat/pkg-plist @@ -16,30 +16,4 @@ share/doc/xchat/xchat.html share/doc/xchat/xchat.sgml %%GNOME:%%share/gnome/apps/Internet/xchat.desktop %%GNOME:%%share/gnome/pixmaps/xchat.png -share/locale/ca/LC_MESSAGES/xchat.mo -share/locale/cs/LC_MESSAGES/xchat.mo -share/locale/da/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 -share/locale/fi/LC_MESSAGES/xchat.mo -share/locale/fr/LC_MESSAGES/xchat.mo -share/locale/he/LC_MESSAGES/xchat.mo -share/locale/hu/LC_MESSAGES/xchat.mo -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/nl/LC_MESSAGES/xchat.mo -share/locale/pt/LC_MESSAGES/xchat.mo -share/locale/pt_BR/LC_MESSAGES/xchat.mo -share/locale/ro/LC_MESSAGES/xchat.mo -share/locale/ru/LC_MESSAGES/xchat.mo -share/locale/sk/LC_MESSAGES/xchat.mo -share/locale/sl/LC_MESSAGES/xchat.mo -share/locale/sr_YU/LC_MESSAGES/xchat.mo -share/locale/sv/LC_MESSAGES/xchat.mo -share/locale/uk/LC_MESSAGES/xchat.mo -share/locale/zh_CN/LC_MESSAGES/xchat.mo -share/locale/zh_TW.Big5/LC_MESSAGES/xchat.mo @dirrm share/doc/xchat |