From brueffer@haakonia.hitnet.rwth-aachen.de  Fri Aug 29 08:45:42 2003
Return-Path: <brueffer@haakonia.hitnet.rwth-aachen.de>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3B5FD16A4BF
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 29 Aug 2003 08:45:42 -0700 (PDT)
Received: from ms-dienst.rz.rwth-aachen.de (ms-1.rz.RWTH-Aachen.DE [134.130.3.130])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E2E4C43FE0
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 29 Aug 2003 08:45:40 -0700 (PDT)
	(envelope-from brueffer@haakonia.hitnet.rwth-aachen.de)
Received: from r220-1 (r220-1.rz.RWTH-Aachen.DE [134.130.3.31])
 by ms-dienst.rz.rwth-aachen.de
 (iPlanet Messaging Server 5.2 HotFix 1.12 (built Feb 13 2003))
 with ESMTP id <0HKE0060I107QX@ms-dienst.rz.rwth-aachen.de> for
 FreeBSD-gnats-submit@freebsd.org; Fri, 29 Aug 2003 17:43:20 +0200 (MEST)
Received: from relay.RWTH-Aachen.DE ([134.130.3.1])
	by r220-1 (MailMonitor for SMTP v1.2.2 ) ; Fri,
 29 Aug 2003 17:43:19 +0200 (MEST)
Received: from haakonia.hitnet.rwth-aachen.de
 (daemon@haakonia.hitnet.RWTH-Aachen.DE [137.226.181.92])
	by relay.rwth-aachen.de (8.12.9/8.12.7-1) with ESMTP id h7TFhIvP025255	for
 <FreeBSD-gnats-submit@freebsd.org>; Fri, 29 Aug 2003 17:43:18 +0200 (MEST)
Received: by haakonia.hitnet.rwth-aachen.de (Postfix, from userid 1002)
	id C9F821C; Fri, 29 Aug 2003 15:43:18 +0000 (GMT)
Message-Id: <20030829154318.C9F821C@haakonia.hitnet.rwth-aachen.de>
Date: Fri, 29 Aug 2003 15:43:18 +0000 (GMT)
From: Markus Brueffer <brueffer@phoenix-systems.de>
Reply-To: Markus Brueffer <brueffer@phoenix-systems.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [maintainer-update] net/simicq to 0.8.3
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         56142
>Category:       ports
>Synopsis:       [maintainer-update] net/simicq to 0.8.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 29 08:50:14 PDT 2003
>Closed-Date:    Fri Aug 29 13:15:44 PDT 2003
>Last-Modified:  Fri Aug 29 13:15:44 PDT 2003
>Originator:     Markus Brueffer
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:
System: FreeBSD cheops.phoenix 5.1-CURRENT FreeBSD 5.1-CURRENT #3: Mon Aug 18 13:20:00 CEST 2003 root@cheops.phoenix:/usr/obj/usr/src/sys/CHEOPS i386

>Description:
	Update net/simicq to 0.8.3

>How-To-Repeat:
>Fix:

--- simicq.diff begins here ---
diff -ruN simicq.orig/Makefile simicq/Makefile
--- simicq.orig/Makefile	Fri Aug 29 13:27:24 2003
+++ simicq/Makefile	Fri Aug 29 17:37:10 2003
@@ -5,7 +5,7 @@
 # $FreeBSD: ports/net/simicq/Makefile,v 1.8 2003/08/29 11:27:24 erwin Exp $
 
 PORTNAME=	simicq
-PORTVERSION=	0.8.2
+PORTVERSION=	0.8.3
 CATEGORIES=	net kde
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME:S/mi/m-i/}
@@ -18,17 +18,17 @@
 USE_QT_VER=	3
 USE_PERL5_BUILD=	yes
 GNU_CONFIGURE=	yes
+USE_REINPLACE=	yes
+
 .if !defined(WITHOUT_SSL)
 USE_OPENSSL=	yes
 .else
 CONFIGURE_ARGS+=--disable-openssl
 .endif
-CONFIGURE_TARGET=
-CONFIGURE_ARGS+=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 
 .if defined(WITHOUT_KDE)
 CONFIGURE_ARGS+=	--disable-kde --enable-mt
-USE_REINPLACE=	yes
 .else
 USE_KDELIBS_VER=	3
 .endif
@@ -38,5 +38,6 @@
 	${REINPLACE_CMD} -e "s,qtlib=\"qt\",qtlib=\"qt-mt -pthread\"," \
 		${WRKSRC}/configure
 .endif
+	${REINPLACE_CMD} -e 's/-O2//g' ${CONFIGURE_WRKSRC}/configure
 
 .include <bsd.port.mk>
diff -ruN simicq.orig/distinfo simicq/distinfo
--- simicq.orig/distinfo	Sun Jun 22 20:25:00 2003
+++ simicq/distinfo	Fri Aug 29 13:31:29 2003
@@ -1 +1 @@
-MD5 (sim-0.8.2.tar.gz) = c04ecb5569746df71dd330d71eed89f0
+MD5 (sim-0.8.3.tar.gz) = a981b7aa4330bf050a46e144942d2726
diff -ruN simicq.orig/pkg-descr simicq/pkg-descr
--- simicq.orig/pkg-descr	Thu Jan  2 18:43:11 2003
+++ simicq/pkg-descr	Fri Aug 29 15:03:58 2003
@@ -18,6 +18,3 @@
     * message forwarding
 
 WWW: http://sim-icq.sourceforge.net/
-
-Josef El-Rayes
-j.el-rayes@daemon.li
diff -ruN simicq.orig/pkg-plist simicq/pkg-plist
--- simicq.orig/pkg-plist	Thu Jun 26 15:32:05 2003
+++ simicq/pkg-plist	Fri Aug 29 14:56:03 2003
@@ -2,46 +2,79 @@
 bin/simctrl
 lib/menu/sim-kde.menu
 share/applnk/Internet/sim.desktop
-share/icons/locolor/32x32/apps/sim.png
-share/icons/locolor/16x16/apps/sim.png
+share/apps/sim/pict/splash.png
+share/apps/sim/sounds/alert.wav
+share/apps/sim/sounds/auth.wav
+share/apps/sim/sounds/chat.wav
+share/apps/sim/sounds/file.wav
+share/apps/sim/sounds/filedone.wav
+share/apps/sim/sounds/message.wav
+share/apps/sim/sounds/sms.wav
+share/apps/sim/sounds/startup.wav
+share/apps/sim/sounds/url.wav
 share/icons/hicolor/16x16/apps/sim.png
 share/icons/hicolor/32x32/apps/sim.png
+share/icons/locolor/16x16/apps/sim.png
+share/icons/locolor/32x32/apps/sim.png
 share/locale/bg/LC_MESSAGES/sim.mo
 share/locale/cs/LC_MESSAGES/sim.mo
 share/locale/de/LC_MESSAGES/sim.mo
 share/locale/es/LC_MESSAGES/sim.mo
-share/locale/he/LC_MESSAGES/sim.mo
 share/locale/fr/LC_MESSAGES/sim.mo
+share/locale/he/LC_MESSAGES/sim.mo
 share/locale/it/LC_MESSAGES/sim.mo
 share/locale/nl/LC_MESSAGES/sim.mo
 share/locale/pl/LC_MESSAGES/sim.mo
-share/locale/sk/LC_MESSAGES/sim.mo
 share/locale/ru/LC_MESSAGES/sim.mo
+share/locale/sk/LC_MESSAGES/sim.mo
 share/locale/tr/LC_MESSAGES/sim.mo
 share/locale/uk/LC_MESSAGES/sim.mo
 share/locale/zh_TW/LC_MESSAGES/sim.mo
-share/apps/sim/sounds/auth.wav
-share/apps/sim/sounds/message.wav
-share/apps/sim/sounds/url.wav
-share/apps/sim/sounds/alert.wav
-share/apps/sim/sounds/sms.wav
-share/apps/sim/sounds/file.wav
-share/apps/sim/sounds/filedone.wav
-share/apps/sim/sounds/chat.wav
-share/apps/sim/sounds/startup.wav
-share/apps/sim/pict/splash.png
-@dirrm lib/menu
-@unexec rmdir %D/share/applnk/Internet 2>/dev/null || true
-@unexec rmdir %D/share/applnk 2>/dev/null || true
+@unexec rmdir %D/share/locale/zh_TW/LC_MESSAGES 2>/dev/null || true
+@unexec rmdir %D/share/locale/zh_TW 2>/dev/null || true
+@unexec rmdir %D/share/locale/uk/LC_MESSAGES 2>/dev/null || true
+@unexec rmdir %D/share/locale/uk 2>/dev/null || true
+@unexec rmdir %D/share/locale/tr/LC_MESSAGES 2>/dev/null || true
+@unexec rmdir %D/share/locale/tr 2>/dev/null || true
+@unexec rmdir %D/share/locale/sk/LC_MESSAGES 2>/dev/null || true
+@unexec rmdir %D/share/locale/sk 2>/dev/null || true
+@unexec rmdir %D/share/locale/ru/LC_MESSAGES 2>/dev/null || true
+@unexec rmdir %D/share/locale/ru 2>/dev/null || true
+@unexec rmdir %D/share/locale/pl/LC_MESSAGES 2>/dev/null || true
+@unexec rmdir %D/share/locale/pl 2>/dev/null || true
+@unexec rmdir %D/share/locale/nl/LC_MESSAGES 2>/dev/null || true
+@unexec rmdir %D/share/locale/nl 2>/dev/null || true
+@unexec rmdir %D/share/locale/it/LC_MESSAGES 2>/dev/null || true
+@unexec rmdir %D/share/locale/it 2>/dev/null || true
+@unexec rmdir %D/share/locale/he/LC_MESSAGES 2>/dev/null || true
+@unexec rmdir %D/share/locale/he 2>/dev/null || true
+@unexec rmdir %D/share/locale/fr/LC_MESSAGES 2>/dev/null || true
+@unexec rmdir %D/share/locale/fr 2>/dev/null || true
+@unexec rmdir %D/share/locale/es/LC_MESSAGES 2>/dev/null || true
+@unexec rmdir %D/share/locale/es 2>/dev/null || true
+@unexec rmdir %D/share/locale/de/LC_MESSAGES 2>/dev/null || true
+@unexec rmdir %D/share/locale/de 2>/dev/null || true
+@unexec rmdir %D/share/locale/cs/LC_MESSAGES 2>/dev/null || true
+@unexec rmdir %D/share/locale/cs 2>/dev/null || true
+@unexec rmdir %D/share/locale/bg/LC_MESSAGES 2>/dev/null || true
+@unexec rmdir %D/share/locale/bg 2>/dev/null || true
+@unexec rmdir %D/share/locale 2>/dev/null || true
 @unexec rmdir %D/share/icons/locolor/32x32/apps 2>/dev/null || true
 @unexec rmdir %D/share/icons/locolor/32x32 2>/dev/null || true
 @unexec rmdir %D/share/icons/locolor/16x16/apps 2>/dev/null || true
 @unexec rmdir %D/share/icons/locolor/16x16 2>/dev/null || true
 @unexec rmdir %D/share/icons/locolor 2>/dev/null || true
-@unexec rmdir %D/share/icons/hicolor/16x16/apps 2>/dev/null || true
-@unexec rmdir %D/share/icons/hicolor/16x16 2>/dev/null || true
 @unexec rmdir %D/share/icons/hicolor/32x32/apps 2>/dev/null || true
 @unexec rmdir %D/share/icons/hicolor/32x32 2>/dev/null || true
+@unexec rmdir %D/share/icons/hicolor/16x16/apps 2>/dev/null || true
+@unexec rmdir %D/share/icons/hicolor/16x16 2>/dev/null || true
+@unexec rmdir %D/share/icons/hicolor 2>/dev/null || true
+@unexec rmdir %D/share/icons 2>/dev/null || true
 @dirrm share/apps/sim/sounds
 @dirrm share/apps/sim/pict
+@dirrm share/apps/sim/icons
 @dirrm share/apps/sim
+@unexec rmdir %D/share/apps 2>/dev/null || true
+@unexec rmdir %D/share/applnk/Internet 2>/dev/null || true
+@unexec rmdir %D/share/applnk 2>/dev/null || true
+@dirrm lib/menu
--- simicq.diff ends here ---



>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: krion 
State-Changed-When: Fri Aug 29 13:15:38 PDT 2003 
State-Changed-Why:  
Committed, thanks! 

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