Date: Sat, 8 May 1999 19:40:17 +1000 (EST) From: jim@phrantic.phear.net To: FreeBSD-gnats-submit@freebsd.org Subject: ports/11574: update port: xchat-0.9.4 to 0.9.5 Message-ID: <199905080940.TAA38582@blues.ghis.net>
next in thread | raw e-mail | index | archive | help
>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 <jim@phrantic.phear.net> # # $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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905080940.TAA38582>