Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Oct 2004 23:00:20 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/73350: Update port: net/kphone to 4.0.4
Message-ID:  <20041031230020.3b67345a.tkato432@yahoo.com>
Resent-Message-ID: <200410311410.i9VEAQ1M037336@freefall.freebsd.org>

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

>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 <bsd.port.mk>
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:



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