From owner-freebsd-ports Sun Jul 4 2: 0: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 70CBA14E21 for ; Sun, 4 Jul 1999 02:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA09620; Sun, 4 Jul 1999 02:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from blues.ghis.net (pppc1-57.eisa.net.au [203.166.251.57]) by hub.freebsd.org (Postfix) with ESMTP id ECEDF14DA7 for ; Sun, 4 Jul 1999 01:52:57 -0700 (PDT) (envelope-from jim@blues.ghis.net) Received: (from jim@localhost) by blues.ghis.net (8.9.3/8.9.3) id SAA42556; Sun, 4 Jul 1999 18:52:46 +1000 (EST) Message-Id: <199907040852.SAA42556@blues.ghis.net> Date: Sun, 4 Jul 1999 18:52:46 +1000 (EST) From: jim@phrantic.phear.net Reply-To: jim@blues.ghis.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12504: update port: xchat-1.0.0 to 1.1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 # # $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 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