From bb47a5d72e354038ca78e6470895b5c0e35937eb Mon Sep 17 00:00:00 2001 From: Chris Piazza Date: Mon, 5 Jul 1999 02:30:59 +0000 Subject: Update to version 1.1.0. PR: 12504 Submitted by: maintainer --- irc/xchat/Makefile | 19 ++++++++++--------- irc/xchat/distinfo | 2 +- irc/xchat/pkg-plist | 15 +++++++++++++++ 3 files changed, 26 insertions(+), 10 deletions(-) (limited to 'irc/xchat') diff --git a/irc/xchat/Makefile b/irc/xchat/Makefile index 1006677b500e..88e597e074df 100644 --- a/irc/xchat/Makefile +++ b/irc/xchat/Makefile @@ -1,16 +1,15 @@ # New ports collection makefile for: xchat -# Version required: 1.0.0 +# Version required: 1.1.0 # Date created: 17 Nov 1998 # Whom: Jim Mock # -# $Id: Makefile,v 1.14 1999/06/28 02:21:21 billf Exp $ +# $Id: Makefile,v 1.15 1999/06/30 17:26:14 cpiazza Exp $ # -DISTNAME= xchat-1.0.0 +DISTNAME= xchat-1.1.0 CATEGORIES= irc -MASTER_SITES= http://xchat.linuxpower.org/files/ \ - http://www.ozemail.com.au/~peterzelezny/xchat/ \ - http://www.spyda.co.za/pub/linux/x11/irc/xchat/ +MASTER_SITES= http://xchat.org/files/beta/ \ + http://xchat.linuxpower.org/files/beta/ MAINTAINER= jim@phrantic.phear.net @@ -19,6 +18,7 @@ LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_X_PREFIX= yes +USE_BZIP2= yes USE_GMAKE= yes USE_PERL5= yes GNU_CONFIGURE= yes @@ -26,14 +26,15 @@ CONFIGURE_ARGS= --disable-gnome --disable-panel CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" post-install: - strip ${PREFIX}/bin/xchat + @strip ${PREFIX}/bin/xchat .if !defined(NOPORTDOCS) - @${ECHO} " " @${ECHO} "--------------------------------------------------------" @${ECHO} "===> Installing xchat docs in ${PREFIX}/share/doc/xchat" @${ECHO} "--------------------------------------------------------" @${MKDIR} ${PREFIX}/share/doc/xchat && chmod a+rx ${PREFIX}/share/doc/xchat - ${INSTALL_DATA} ${WRKSRC}/doc/*.* ${PREFIX}/share/doc/xchat + @${INSTALL_DATA} ${WRKSRC}/doc/*.* ${PREFIX}/share/doc/xchat + @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xchat + @${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/xchat .endif .include diff --git a/irc/xchat/distinfo b/irc/xchat/distinfo index 732aa65f0f4e..b8ac692e8786 100644 --- a/irc/xchat/distinfo +++ b/irc/xchat/distinfo @@ -1 +1 @@ -MD5 (xchat-1.0.0.tar.gz) = 1c64814fc2b60445f61406649a9e12d4 +MD5 (xchat-1.1.0.tar.bz2) = 7e79a540a3a272a364390586d4ffb80b diff --git a/irc/xchat/pkg-plist b/irc/xchat/pkg-plist index ca446530f648..29555c45e2e8 100644 --- a/irc/xchat/pkg-plist +++ b/irc/xchat/pkg-plist @@ -11,4 +11,19 @@ share/doc/xchat/xchat-7.html share/doc/xchat/xchat-8.html share/doc/xchat/xchat-9.html share/doc/xchat/xchat-10.html +share/doc/xchat/README +share/doc/xchat/ChangeLog +share/locale/de/LC_MESSAGES/xchat.mo +share/locale/fr/LC_MESSAGES/xchat.mo +share/locale/nl/LC_MESSAGES/xchat.mo +share/locale/sv/LC_MESSAGES/xchat.mo +share/locale/pl/LC_MESSAGES/xchat.mo +share/locale/no/LC_MESSAGES/xchat.mo +share/locale/cs/LC_MESSAGES/xchat.mo +share/locale/es/LC_MESSAGES/xchat.mo +share/locale/it/LC_MESSAGES/xchat.mo +share/locale/ru/LC_MESSAGES/xchat.mo +share/locale/pt_BR/LC_MESSAGES/xchat.mo +share/locale/fr_CA/LC_MESSAGES/xchat.mo +share/locale/sr_YU/LC_MESSAGES/xchat.mo @dirrm share/doc/xchat -- cgit v1.2.3