From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 31 14:10:30 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3AB516A4D3 for ; Sun, 31 Oct 2004 14:10:30 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4520D43D58 for ; Sun, 31 Oct 2004 14:10:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9VEAQl1037337 for ; Sun, 31 Oct 2004 14:10:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9VEAQ1M037336; Sun, 31 Oct 2004 14:10:26 GMT (envelope-from gnats) Resent-Date: Sun, 31 Oct 2004 14:10:26 GMT Resent-Message-Id: <200410311410.i9VEAQ1M037336@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37EE516A4CE for ; Sun, 31 Oct 2004 14:01:50 +0000 (GMT) Received: from hfep08.dion.ne.jp (hfep08.dion.ne.jp [203.181.105.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id F31F943D49 for ; Sun, 31 Oct 2004 14:01:48 +0000 (GMT) (envelope-from tkato432@yahoo.com) Received: from localhost ([219.108.124.102]) by hfep08.dion.ne.jp with SMTP id <20041031140145403.XFEG@hfep08.dion.ne.jp> for ; Sun, 31 Oct 2004 23:01:45 +0900 Message-Id: <20041031230020.3b67345a.tkato432@yahoo.com> Date: Sun, 31 Oct 2004 23:00:20 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/73350: Update port: net/kphone to 4.0.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Oct 2004 14:10:31 -0000 >Number: 73350 >Category: ports >Synopsis: Update port: net/kphone to 4.0.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Oct 31 14:10:25 GMT 2004 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.10-RELEASE-p3 i386 >Organization: >Environment: >Description: - Update to version 4.0.4 >How-To-Repeat: >Fix: diff -urN /usr/ports/net/kphone/Makefile net/kphone/Makefile --- /usr/ports/net/kphone/Makefile Mon Oct 18 13:51:23 2004 +++ net/kphone/Makefile Sat Oct 30 19:59:58 2004 @@ -5,21 +5,21 @@ # $FreeBSD: ports/net/kphone/Makefile,v 1.3 2004/10/17 14:55:09 arved Exp $ PORTNAME= kphone -PORTVERSION= 4.0.3 -PORTREVISION= 1 +PORTVERSION= 4.0.4 CATEGORIES= net MASTER_SITES= http://www.wirlab.net/kphone/ MAINTAINER= ports@FreeBSD.org COMMENT= A voice over internet phone -USE_QT_VER= 3 WRKSRC= ${WRKDIR}/${PORTNAME} -GNU_CONFIGURE= yes -USE_GMAKE= yes + +USE_QT_VER= 3 USE_OPENSSL= yes USE_REINPLACE= yes -CONFIGURE_ENV= QTDIR="${X11BASE}" +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= QTDIR="${QT_PREFIX}" post-patch: ${REINPLACE_CMD} -e "s,-O3,${CFLAGS} ${PTHREAD_CFLAGS}," ${WRKSRC}/configure @@ -35,5 +35,7 @@ ${INSTALL_PROGRAM} ${WRKSRC}/kphone/kphone ${PREFIX}/bin ${MKDIR} ${DATADIR}/icons ${INSTALL_DATA} ${WRKSRC}/icons/*.png ${DATADIR}/icons + ${MKDIR} ${DATADIR}/translations + ${INSTALL_DATA} ${WRKSRC}/po/*.qm ${DATADIR}/translations .include diff -urN /usr/ports/net/kphone/distinfo net/kphone/distinfo --- /usr/ports/net/kphone/distinfo Mon Jul 5 23:20:25 2004 +++ net/kphone/distinfo Sat Oct 30 19:51:40 2004 @@ -1,2 +1,2 @@ -MD5 (kphone-4.0.3.tar.gz) = 2368fcb845b7dc75f1de96ca047b29d0 -SIZE (kphone-4.0.3.tar.gz) = 220383 +MD5 (kphone-4.0.4.tar.gz) = 38efef869ce23a33fb61442f2498a650 +SIZE (kphone-4.0.4.tar.gz) = 255515 diff -urN /usr/ports/net/kphone/pkg-descr net/kphone/pkg-descr --- /usr/ports/net/kphone/pkg-descr Mon Jul 5 23:20:25 2004 +++ net/kphone/pkg-descr Sat Oct 30 19:49:08 2004 @@ -3,4 +3,4 @@ It supports Presence and Instant Messaging, and to some extent also video calls between two hosts. -WWW: http://www.wirlab.net/ +WWW: http://www.wirlab.net/kphone/ diff -urN /usr/ports/net/kphone/pkg-plist net/kphone/pkg-plist --- /usr/ports/net/kphone/pkg-plist Mon Jul 5 23:20:25 2004 +++ net/kphone/pkg-plist Sat Oct 30 19:58:39 2004 @@ -9,5 +9,9 @@ %%DATADIR%%/icons/online.png %%DATADIR%%/icons/phonebook.png %%DATADIR%%/icons/videocall.png +%%DATADIR%%/translations/kphone_de.qm +%%DATADIR%%/translations/kphone_fi.qm +%%DATADIR%%/translations/kphone_pt_BR.qm +@dirrm %%DATADIR%%/translations @dirrm %%DATADIR%%/icons @dirrm %%DATADIR%% >Release-Note: >Audit-Trail: >Unformatted: