diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2003-09-25 05:22:54 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2003-09-25 05:22:54 +0000 |
commit | 150e6d5c3dd8650f814a7cadff4ccc51906ba68f (patch) | |
tree | d8864e5a79bff90fc2878b61517eaee5b650b841 /irc/xchat2 | |
parent | 72032131a07ec52dff385189a417808899e84f6e (diff) | |
download | ports-150e6d5c3dd8650f814a7cadff4ccc51906ba68f.tar.gz ports-150e6d5c3dd8650f814a7cadff4ccc51906ba68f.zip |
Update to 2.0.5.
Notes
Notes:
svn path=/head/; revision=89306
Diffstat (limited to 'irc/xchat2')
-rw-r--r-- | irc/xchat2/Makefile | 5 | ||||
-rw-r--r-- | irc/xchat2/distinfo | 2 | ||||
-rw-r--r-- | irc/xchat2/files/patch-configure | 6 | ||||
-rw-r--r-- | irc/xchat2/pkg-plist | 1 |
4 files changed, 7 insertions, 7 deletions
diff --git a/irc/xchat2/Makefile b/irc/xchat2/Makefile index d21225852b9b..aca708fe339b 100644 --- a/irc/xchat2/Makefile +++ b/irc/xchat2/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xchat2 -PORTVERSION= 2.0.4 -PORTREVISION= 1 +PORTVERSION= 2.0.5 CATEGORIES= irc gnome ipv6 MASTER_SITES= http://xchat.org/files/source/2.0/ \ http://xchat.linuxpower.org/files/source/2.0/ @@ -76,7 +75,7 @@ pre-everything:: .endif post-patch: - @${REINPLACE_CMD} -E -e 's|PY_LIBS=.*|PY_LIBS="-L\$$PY_EXEC_PREFIX/lib/python\$$PY_VERSION/config -lpython\$$PY_VERSION ${PTHREAD_LIBS} -lutil"|' \ + @${REINPLACE_CMD} -E -e 's|PY_LIBS=.*|PY_LIBS="-L\$$PY_EXEC_PREFIX/lib/python\$$PY_VER/config -lpython\$$PY_VER ${PTHREAD_LIBS} -lutil"|' \ ${WRKSRC}/configure .include <bsd.port.post.mk> diff --git a/irc/xchat2/distinfo b/irc/xchat2/distinfo index 5ce28769f8e9..741b27757f0b 100644 --- a/irc/xchat2/distinfo +++ b/irc/xchat2/distinfo @@ -1 +1 @@ -MD5 (xchat-2.0.4.tar.bz2) = bd987cd3b49cc16e875cfd8cb9b77c29 +MD5 (xchat-2.0.5.tar.bz2) = 8a594ed57287a9fb212425ecba8d5401 diff --git a/irc/xchat2/files/patch-configure b/irc/xchat2/files/patch-configure index 05ac82bcb826..576821f6fed2 100644 --- a/irc/xchat2/files/patch-configure +++ b/irc/xchat2/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.old Thu Jul 31 05:24:30 2003 -+++ configure Thu Jul 31 19:03:06 2003 -@@ -21482,12 +21482,12 @@ +--- configure.orig Tue Sep 23 18:58:15 2003 ++++ configure Tue Sep 23 19:04:29 2003 +@@ -21462,12 +21462,12 @@ /* end confdefs.h. */ #include <libintl.h> extern int _nl_msg_cat_cntr; diff --git a/irc/xchat2/pkg-plist b/irc/xchat2/pkg-plist index 12194fba9603..7990fd95d97a 100644 --- a/irc/xchat2/pkg-plist +++ b/irc/xchat2/pkg-plist @@ -10,6 +10,7 @@ share/locale/de/LC_MESSAGES/xchat.mo share/locale/el/LC_MESSAGES/xchat.mo share/locale/es/LC_MESSAGES/xchat.mo share/locale/et/LC_MESSAGES/xchat.mo +share/locale/fi/LC_MESSAGES/xchat.mo share/locale/fr/LC_MESSAGES/xchat.mo share/locale/ja/LC_MESSAGES/xchat.mo share/locale/lt/LC_MESSAGES/xchat.mo |