Date: Sun, 4 Jul 1999 18:52:46 +1000 (EST) From: jim@phrantic.phear.net To: FreeBSD-gnats-submit@freebsd.org Subject: ports/12504: update port: xchat-1.0.0 to 1.1.0 Message-ID: <199907040852.SAA42556@blues.ghis.net>
next in thread | raw e-mail | index | archive | help
>Number: 12504 >Category: ports >Synopsis: update port: xchat-1.0.0 to 1.1.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jul 4 02:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jim Mock >Release: FreeBSD 3.2-19990517-STABLE i386 >Organization: >Environment: >Description: Patch updates xchat to the latest version. Port now uses bzip2; also updated MASTER_SITES and pkg/PLIST. >How-To-Repeat: >Fix: Apply the following patch.. diff -ruN /usr/ports/irc/xchat/Makefile xchat/Makefile --- /usr/ports/irc/xchat/Makefile Thu Jul 1 21:19:36 1999 +++ xchat/Makefile Sun Jul 4 18:42:24 1999 @@ -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 <jim@phrantic.phear.net> # # $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 @@ 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_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 <bsd.port.mk> diff -ruN /usr/ports/irc/xchat/files/md5 xchat/files/md5 --- /usr/ports/irc/xchat/files/md5 Thu Jul 1 21:19:36 1999 +++ xchat/files/md5 Sun Jul 4 17:42:34 1999 @@ -1 +1 @@ -MD5 (xchat-1.0.0.tar.gz) = 1c64814fc2b60445f61406649a9e12d4 +MD5 (xchat-1.1.0.tar.bz2) = 7e79a540a3a272a364390586d4ffb80b diff -ruN /usr/ports/irc/xchat/pkg/PLIST xchat/pkg/PLIST --- /usr/ports/irc/xchat/pkg/PLIST Mon Jun 21 11:53:35 1999 +++ xchat/pkg/PLIST Sun Jul 4 18:33:02 1999 @@ -11,4 +11,19 @@ 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 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907040852.SAA42556>