From johans@stack.nl  Thu Jan 26 14:35:18 2006
Return-Path: <johans@stack.nl>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 2F27E16A420
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 26 Jan 2006 14:35:18 +0000 (GMT)
	(envelope-from johans@stack.nl)
Received: from mailhost.stack.nl (vaak.stack.nl [131.155.140.140])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B918943D45
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 26 Jan 2006 14:35:17 +0000 (GMT)
	(envelope-from johans@stack.nl)
Received: by mailhost.stack.nl (Postfix, from userid 65534)
	id 48D43A3916; Thu, 26 Jan 2006 15:35:16 +0100 (CET)
Received: from mud.stack.nl (mud.stack.nl [IPv6:2001:610:1108:5011:207:e9ff:fe14:b498])
	by mailhost.stack.nl (Postfix) with ESMTP id 603F7A391F
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 26 Jan 2006 15:35:15 +0100 (CET)
Received: by mud.stack.nl (Postfix, from userid 801)
	id 4724917035; Thu, 26 Jan 2006 15:35:15 +0100 (CET)
Message-Id: <20060126143515.4724917035@mud.stack.nl>
Date: Thu, 26 Jan 2006 15:35:15 +0100 (CET)
From: Johan van Selst <johans@stack.nl>
Reply-To: Johan van Selst <johans@stack.nl>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: net-im/micq: update to version 0.5.1
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         92372
>Category:       ports
>Synopsis:       net-im/micq: update to version 0.5.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    vd
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 26 14:40:03 GMT 2006
>Closed-Date:    Thu Jan 26 18:01:53 GMT 2006
>Last-Modified:  Thu Jan 26 18:01:53 GMT 2006
>Originator:     Johan van Selst
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD mud.stack.nl 6.0-STABLE FreeBSD 6.0-STABLE #9: Wed Jan 11 14:40:03 CET 2006 johans@mud.stack.nl:/usr/obj/usr/src/sys/mud i386


	
>Description:
	0.5.1 is (mostly) bugfix release
	
>How-To-Repeat:
	
>Fix:

	
	While we're at it, replace the patch by a REINPLACE_CMD:
	This obsoletes files/patch-Makefile.in and the files/ subdir.

	Update pkg-descr: chat and file transfers supposedly work.

diff -uNr micq/Makefile micq/Makefile
--- micq/Makefile	Wed Nov  9 08:48:15 2005
+++ micq/Makefile	Thu Jan 26 15:20:03 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	micq
-PORTVERSION=	0.5.0.4
+PORTVERSION=	0.5.1
 CATEGORIES=	net-im
 MASTER_SITES=	http://micq.org/source/ \
 		http://micq.alpha345.com/source/ \
@@ -53,6 +53,9 @@
 .if defined(WITHOUT_REMOTE)
 CONFIGURE_ARGS+=	--disable-remote
 .endif
+
+post-patch:
+	@${REINPLACE_CMD} -e '/^SUBDIRS =/s/ doc//' ${WRKSRC}/Makefile.in
 
 post-install:
 	${INSTALL_MAN} ${WRKSRC}/doc/micq.1 ${MANPREFIX}/man/man1
diff -uNr micq/distinfo micq/distinfo
--- micq/distinfo	Sat Nov 26 04:20:41 2005
+++ micq/distinfo	Thu Jan 26 15:16:27 2006
@@ -1,3 +1,3 @@
-MD5 (micq-0.5.0.4.tgz) = 142f80100955018046745ada09859b2d
-SHA256 (micq-0.5.0.4.tgz) = cfbcb88092c4e260cdfdd8b2ab5d3f094d9c593d282c38f115b8870704642f86
-SIZE (micq-0.5.0.4.tgz) = 1042082
+MD5 (micq-0.5.1.tgz) = 8a8d33e130add017e76293e788d3d590
+SHA256 (micq-0.5.1.tgz) = 9dca3740bad608e99a8a655fc92498af1a60360f4120514902fe26efa5c925de
+SIZE (micq-0.5.1.tgz) = 1082826
diff -uNr micq/files/patch-Makefile.in micq/files/patch-Makefile.in
--- micq/files/patch-Makefile.in	Tue Feb 15 23:20:05 2005
+++ micq/files/patch-Makefile.in	Thu Jan  1 01:00:00 1970
@@ -1,14 +0,0 @@
-
-$FreeBSD: pormicq/files/patch-Makefile.in,v 1.2 2005/02/15 22:20:05 krion Exp $
-
---- Makefile.in.orig
-+++ Makefile.in
-@@ -165,7 +165,7 @@
- sharedstatedir = @sharedstatedir@
- sysconfdir = @sysconfdir@
- target_alias = @target_alias@
--SUBDIRS = src lang doc
-+SUBDIRS = src lang
- EXTRA_DIST = TODO
- all: all-recursive
- 
diff -uNr micq/pkg-descr micq/pkg-descr
--- micq/pkg-descr	Sat Apr 20 17:42:43 2002
+++ micq/pkg-descr	Thu Jan 26 15:32:05 2006
@@ -1,4 +1,3 @@
 A text-based implementation of ICQ, independant of Mirabilis.
-Currently does not offer chat and file transfer.
 
 WWW: http://www.micq.org/
diff -uNr micq/pkg-plist micq/pkg-plist
--- micq/pkg-plist	Tue Feb 15 23:20:05 2005
+++ micq/pkg-plist	Thu Jan 26 15:22:43 2006
@@ -12,6 +12,7 @@
 %%DATADIR%%/bg.i18n
 %%DATADIR%%/de.i18n
 %%DATADIR%%/de_CH.i18n
+%%DATADIR%%/cs.i18n
 %%DATADIR%%/en.i18n
 %%DATADIR%%/es.i18n
 %%DATADIR%%/fi.i18n

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->vd 
Responsible-Changed-By: vd 
Responsible-Changed-When: Thu Jan 26 16:22:40 UTC 2006 
Responsible-Changed-Why:  
I will take it 

http://www.freebsd.org/cgi/query-pr.cgi?pr=92372 
State-Changed-From-To: open->closed 
State-Changed-By: vd 
State-Changed-When: Thu Jan 26 18:01:29 UTC 2006 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=92372 
>Unformatted:
