From owner-freebsd-ports Sat May 8 2:50: 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 9031015256 for ; Sat, 8 May 1999 02:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA59939; Sat, 8 May 1999 02:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from blues.ghis.net (as1f-6.wag.interact.net.au [203.37.48.134]) by hub.freebsd.org (Postfix) with ESMTP id 14BB015677 for ; Sat, 8 May 1999 02:40:19 -0700 (PDT) (envelope-from jim@blues.ghis.net) Received: (from jim@localhost) by blues.ghis.net (8.9.3/8.9.3) id TAA38582; Sat, 8 May 1999 19:40:17 +1000 (EST) Message-Id: <199905080940.TAA38582@blues.ghis.net> Date: Sat, 8 May 1999 19:40:17 +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/11574: update port: xchat-0.9.4 to 0.9.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11574 >Category: ports >Synopsis: update port: xchat-0.9.4 to 0.9.5 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 8 02:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jim Mock >Release: FreeBSD 3.1-RELEASE i386 >Organization: >Environment: >Description: Patch upgrades xchat port from 0.9.4 to 0.9.5 and also installs docs the author has included in the tarball. >How-To-Repeat: >Fix: Apply the following diff.. diff -ruN /usr/ports/net/xchat/Makefile xchat/Makefile --- /usr/ports/net/xchat/Makefile Thu Apr 1 11:16:32 1999 +++ xchat/Makefile Sat May 8 19:30:58 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: xchat -# Version required: 0.9.4 +# Version required: 0.9.5 # Date created: 17 Nov 1998 # Whom: Jim Mock # # $Id: Makefile,v 1.9 1999/03/31 15:25:59 steve Exp $ # -DISTNAME= xchat-0.9.4 +DISTNAME= xchat-0.9.5 CATEGORIES= net MASTER_SITES= http://xchat.linuxpower.org/files/ \ http://www.ozemail.com.au/~peterzelezny/xchat/ \ @@ -20,9 +20,17 @@ USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-gnome -CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" +CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" -post-install: - strip ${PREFIX}/bin/xchat +USE_X_PREFIX= yes + +post-install: + strip ${PREFIX}/bin/xchat + @${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 .include diff -ruN /usr/ports/net/xchat/files/md5 xchat/files/md5 --- /usr/ports/net/xchat/files/md5 Thu Apr 1 11:16:32 1999 +++ xchat/files/md5 Sat May 8 19:07:52 1999 @@ -1 +1 @@ -MD5 (xchat-0.9.4.tar.gz) = 1f31a1cceb340812844c51628318c19e +MD5 (xchat-0.9.5.tar.gz) = cc42bdff05d2b5f2c568ad9173a27a25 diff -ruN /usr/ports/net/xchat/pkg/PLIST xchat/pkg/PLIST --- /usr/ports/net/xchat/pkg/PLIST Wed Dec 9 21:09:06 1998 +++ xchat/pkg/PLIST Sat May 8 19:19:18 1999 @@ -1 +1,13 @@ bin/xchat +share/doc/xchat/xchat.sgml +share/doc/xchat/xchat.html +share/doc/xchat/xchat-1.html +share/doc/xchat/xchat-2.html +share/doc/xchat/xchat-3.html +share/doc/xchat/xchat-4.html +share/doc/xchat/xchat-5.html +share/doc/xchat/xchat-6.html +share/doc/xchat/xchat-7.html +share/doc/xchat/xchat-8.html +share/doc/xchat/xchat-9.html +@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