diff options
author | marcus <marcus@FreeBSD.org> | 2004-03-22 14:34:51 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-03-22 14:34:51 +0800 |
commit | c0d56f41e4af488bbdea7c4dd3e5110aec78b695 (patch) | |
tree | 4de834c21d7ff4606e0bc1ed94e4aeac2702f41e /irc/xchat2 | |
parent | f233494154b6190d3f3e23db13027e715420028c (diff) | |
download | freebsd-ports-gnome-c0d56f41e4af488bbdea7c4dd3e5110aec78b695.tar.gz freebsd-ports-gnome-c0d56f41e4af488bbdea7c4dd3e5110aec78b695.tar.zst freebsd-ports-gnome-c0d56f41e4af488bbdea7c4dd3e5110aec78b695.zip |
Update to 2.0.8. The Perl plug-in now requires Perl 5.6.0 or later.
Diffstat (limited to 'irc/xchat2')
-rw-r--r-- | irc/xchat2/Makefile | 5 | ||||
-rw-r--r-- | irc/xchat2/distinfo | 4 | ||||
-rw-r--r-- | irc/xchat2/pkg-plist | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/irc/xchat2/Makefile b/irc/xchat2/Makefile index 7c60f51cd41c..4a796fd8aa04 100644 --- a/irc/xchat2/Makefile +++ b/irc/xchat2/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/xchat2/distinfo b/irc/xchat2/distinfo index 8ad85833e2b7..20316097c9d8 100644 --- a/irc/xchat2/distinfo +++ b/irc/xchat2/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/xchat2/pkg-plist b/irc/xchat2/pkg-plist index f2a58ad25a37..a10eba841612 100644 --- a/irc/xchat2/pkg-plist +++ b/irc/xchat2/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 |