Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Jun 1999 09:55:49 +1000 (EST)
From:      jim@phrantic.phear.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/12401: update port: xchat-0.9.9 to 0.9.10
Message-ID:  <199906262355.JAA37331@blues.ghis.net>

next in thread | raw e-mail | index | archive | help

>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 <jim@phrantic.phear.net>
 #
 # $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 <bsd.port.mk>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199906262355.JAA37331>