summaryrefslogtreecommitdiffstats
path: root/irc/xchat-gnome
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-03-22 06:34:51 +0000
committermarcus <marcus@FreeBSD.org>2004-03-22 06:34:51 +0000
commitc0d56f41e4af488bbdea7c4dd3e5110aec78b695 (patch)
tree4de834c21d7ff4606e0bc1ed94e4aeac2702f41e /irc/xchat-gnome
parentf233494154b6190d3f3e23db13027e715420028c (diff)
downloadFreeBSD-ports-c0d56f41e4af488bbdea7c4dd3e5110aec78b695.zip
FreeBSD-ports-c0d56f41e4af488bbdea7c4dd3e5110aec78b695.tar.gz
Update to 2.0.8. The Perl plug-in now requires Perl 5.6.0 or later.
Diffstat (limited to 'irc/xchat-gnome')
-rw-r--r--irc/xchat-gnome/Makefile5
-rw-r--r--irc/xchat-gnome/distinfo4
-rw-r--r--irc/xchat-gnome/pkg-plist4
3 files changed, 8 insertions, 5 deletions
diff --git a/irc/xchat-gnome/Makefile b/irc/xchat-gnome/Makefile
index 7c60f51..4a796fd 100644
--- a/irc/xchat-gnome/Makefile
+++ b/irc/xchat-gnome/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= xchat2
-PORTVERSION= 2.0.7
-PORTREVISION= 1
+PORTVERSION= 2.0.8
CATEGORIES= irc gnome ipv6
MASTER_SITES= http://xchat.org/files/source/2.0/
DISTNAME= xchat-${PORTVERSION}
@@ -59,7 +58,7 @@ PLIST_SUB+= TCL="@comment "
.include <bsd.port.pre.mk>
-.if ${ARCH} == "amd64" || defined(WITHOUT_PERL)
+.if ${ARCH} == "amd64" || ${PERL_LEVEL} < 500600 || defined(WITHOUT_PERL)
CONFIGURE_ARGS+=--disable-perl
PLIST_SUB+= PERL="@comment "
.else
diff --git a/irc/xchat-gnome/distinfo b/irc/xchat-gnome/distinfo
index 8ad8583..2031609 100644
--- a/irc/xchat-gnome/distinfo
+++ b/irc/xchat-gnome/distinfo
@@ -1,2 +1,2 @@
-MD5 (xchat-2.0.7.tar.bz2) = f53bae43f4e89c6a8d873877d86df1b5
-SIZE (xchat-2.0.7.tar.bz2) = 943633
+MD5 (xchat-2.0.8.tar.bz2) = 64cd419e7bb14e36e658b09726d3411f
+SIZE (xchat-2.0.8.tar.bz2) = 997439
diff --git a/irc/xchat-gnome/pkg-plist b/irc/xchat-gnome/pkg-plist
index f2a58ad..a10eba8 100644
--- a/irc/xchat-gnome/pkg-plist
+++ b/irc/xchat-gnome/pkg-plist
@@ -5,6 +5,7 @@ bin/xchat
share/gnome/apps/Internet/xchat.desktop
share/gnome/pixmaps/xchat.png
share/locale/am/LC_MESSAGES/xchat.mo
+share/locale/az/LC_MESSAGES/xchat.mo
share/locale/ca/LC_MESSAGES/xchat.mo
share/locale/de/LC_MESSAGES/xchat.mo
share/locale/el/LC_MESSAGES/xchat.mo
@@ -15,14 +16,17 @@ share/locale/fr/LC_MESSAGES/xchat.mo
share/locale/ja/LC_MESSAGES/xchat.mo
share/locale/lt/LC_MESSAGES/xchat.mo
share/locale/lv/LC_MESSAGES/xchat.mo
+share/locale/mk/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/ru/LC_MESSAGES/xchat.mo
share/locale/sk/LC_MESSAGES/xchat.mo
share/locale/sl/LC_MESSAGES/xchat.mo
share/locale/sr/LC_MESSAGES/xchat.mo
share/locale/sv/LC_MESSAGES/xchat.mo
share/locale/zh_CN/LC_MESSAGES/xchat.mo
+@exec mkdir -p %D/lib/xchat/plugins
@dirrm lib/xchat/plugins
@dirrm lib/xchat
OpenPOWER on IntegriCloud