From owner-freebsd-ports Sat Jun 26 17: 0: 9 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 8782014CE0 for ; Sat, 26 Jun 1999 17:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA66720; Sat, 26 Jun 1999 17:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from blues.ghis.net (pppc2-51.eisa.net.au [203.166.251.171]) by hub.freebsd.org (Postfix) with ESMTP id 7E82B14CD4 for ; Sat, 26 Jun 1999 16:55:53 -0700 (PDT) (envelope-from jim@blues.ghis.net) Received: (from jim@localhost) by blues.ghis.net (8.9.3/8.9.3) id JAA37331; Sun, 27 Jun 1999 09:55:49 +1000 (EST) Message-Id: <199906262355.JAA37331@blues.ghis.net> Date: Sun, 27 Jun 1999 09:55:49 +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/12401: update port: xchat-0.9.9 to 0.9.10 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12401 >Category: ports >Synopsis: update port: xchat-0.9.9 to 0.9.10 >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: Sat Jun 26 17:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jim Mock >Release: FreeBSD 3.2-19990517-STABLE i386 >Organization: >Environment: >Description: Patch updates xchat port to the latest version. >How-To-Repeat: >Fix: diff -ruN /usr/ports/net/xchat/Makefile xchat/Makefile --- /usr/ports/net/xchat/Makefile Mon Jun 21 20:43:46 1999 +++ xchat/Makefile Sun Jun 27 09:46:03 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: xchat -# Version required: 0.9.9 +# Version required: 0.9.10 # Date created: 17 Nov 1998 # Whom: Jim Mock # # $Id: Makefile,v 1.13 1999/06/21 01:53:27 cpiazza Exp $ # -DISTNAME= xchat-0.9.9 +DISTNAME= xchat-0.9.10 CATEGORIES= net MASTER_SITES= http://xchat.linuxpower.org/files/ \ http://www.ozemail.com.au/~peterzelezny/xchat/ \ @@ -26,14 +26,13 @@ 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 .endif .include diff -ruN /usr/ports/net/xchat/files/md5 xchat/files/md5 --- /usr/ports/net/xchat/files/md5 Mon Jun 21 20:43:46 1999 +++ xchat/files/md5 Sun Jun 27 09:27:55 1999 @@ -1 +1 @@ -MD5 (xchat-0.9.9.tar.gz) = b432b9f569706d6dc28c307a53dea210 +MD5 (xchat-0.9.10.tar.gz) = eb5a2a445f7bb076b90126c8b67424c5 diff -ruN /usr/ports/net/xchat/pkg/PLIST xchat/pkg/PLIST --- /usr/ports/net/xchat/pkg/PLIST Mon Jun 21 20:43:46 1999 +++ xchat/pkg/PLIST Sun Jun 27 09:39:08 1999 @@ -1,4 +1,16 @@ bin/xchat +share/locale/cs/LC_MESSAGES/xchat.mo +share/locale/de/LC_MESSAGES/xchat.mo +share/locale/es/LC_MESSAGES/xchat.mo +share/locale/fr/LC_MESSAGES/xchat.mo +share/locale/fr_CA/LC_MESSAGES/xchat.mo +share/locale/it/LC_MESSAGES/xchat.mo +share/locale/nl/LC_MESSAGES/xchat.mo +share/locale/no/LC_MESSAGES/xchat.mo +share/locale/pl/LC_MESSAGES/xchat.mo +share/locale/pt_BR/LC_MESSAGES/xchat.mo +share/locale/ru/LC_MESSAGES/xchat.mo +share/locale/se/LC_MESSAGES/xchat.mo share/doc/xchat/xchat.sgml share/doc/xchat/xchat.html share/doc/xchat/xchat-1.html >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message