From nobody@FreeBSD.org  Fri Mar 20 14:55:42 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 9F72E106568C
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 20 Mar 2009 14:55:42 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 807388FC28
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 20 Mar 2009 14:55:42 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n2KEtggd047778
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 20 Mar 2009 14:55:42 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n2KEtfL7047777;
	Fri, 20 Mar 2009 14:55:41 GMT
	(envelope-from nobody)
Message-Id: <200903201455.n2KEtfL7047777@www.freebsd.org>
Date: Fri, 20 Mar 2009 14:55:41 GMT
From: David <tech@wooztalk.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] net-im/wooztalk: update to 0.9.9a
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         132868
>Category:       ports
>Synopsis:       [PATCH] net-im/wooztalk: update to 0.9.9a
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 20 15:00:07 UTC 2009
>Closed-Date:    Sun Mar 22 11:28:11 UTC 2009
>Last-Modified:  Sun Mar 22 11:30:23 UTC 2009
>Originator:     David
>Release:        FreeBSD 7.1 i386
>Organization:
Kurioos iTech
>Environment:
FreeBSD montreal.HOME 7.1-STABLE FreeBSD 7.1-STABLE #4: Wed Jan 28 10:24:20 CET 2009
>Description:
Update to WoozTalk Music & Video (v. 0.9.9a).

It depends on other ports submitted just after.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN --exclude=.svn /usr/ports/net-im/wooztalk/Makefile net-im/wooztalk/Makefile
--- /usr/ports/net-im/wooztalk/Makefile	2009-03-18 05:45:48.000000000 +0100
+++ net-im/wooztalk/Makefile	2009-03-20 14:48:03.000000000 +0100
@@ -2,14 +2,13 @@
 # Date created:		2008-07-18
 # Whom:			David <tech@wooztalk.com>
 #
-# $FreeBSD: ports/net-im/wooztalk/Makefile,v 1.5 2009/03/18 04:45:48 linimon Exp $
+# $FreeBSD$
 #
 
 PORTNAME=	wooztalk
-PORTVERSION=	0.9.8d
-PORTREVISION=	1
+PORTVERSION=	0.9.9a
 CATEGORIES=	net-im
-MASTER_SITES=	http://www.wooztalk.com/common/download/
+MASTER_SITES=	http://www.wooztalk.com/download/
 DISTNAME=	${PORTNAME}_v${PORTVERSION}-freebsd
 
 MAINTAINER=	tech@wooztalk.com
@@ -26,12 +25,57 @@
 USE_WX=		2.8
 WX_UNICODE=	yes
 
-OPTIONS=	FIREFOX "Install Firefox extension (required)" On
+OPTIONS=	FIREFOX "Firefox extension (required)" On \
+		DAILYMOTION "Dailymotion extension" On \
+		DEEZER "Deezer extension" On \
+		GOOGLEVIDEO "GoogleVideo extension" On \
+		IMEEM "Imeem extension" On \
+		JIWA "Jiwa extension" On \
+		LASTFM "Last.fm extension" On \
+		VIMEO "Vimeo extension" On \
+		VLC "VLC extension" On \
+		YOUTUBE "Youtube extension" On
 
 .include <bsd.port.pre.mk>
 
 .if defined(WITH_FIREFOX)
-RUN_DEPENDS+=	${LOCALBASE}/lib/xpi/firefoxonwooztalk@kurioos-itech.com:${PORTSDIR}/www/xpi-firefoxonwooztalk
+RUN_DEPENDS+=	${LOCALBASE}/lib/xpi/firefoxonwooztalk@wooztalk.com:${PORTSDIR}/www/xpi-firefoxonwooztalk
+.endif
+
+.if defined(WITH_DAILYMOTION)
+RUN_DEPENDS+=	${LOCALBASE}/lib/xpi/dailymotiononwooztalk@wooztalk.com:${PORTSDIR}/www/xpi-dailymotiononwooztalk
+.endif
+
+.if defined(WITH_DEEZER)
+RUN_DEPENDS+=	${LOCALBASE}/lib/xpi/deezeronwooztalk@wooztalk.com:${PORTSDIR}/www/xpi-deezeronwooztalk
+.endif
+
+.if defined(WITH_GOOGLEVIDEO)
+RUN_DEPENDS+=	${LOCALBASE}/lib/xpi/googlevideoonwooztalk@wooztalk.com:${PORTSDIR}/www/xpi-googlevideoonwooztalk
+.endif
+
+.if defined(WITH_IMEEM)
+RUN_DEPENDS+=	${LOCALBASE}/lib/xpi/imeemonwooztalk@wooztalk.com:${PORTSDIR}/www/xpi-imeemonwooztalk
+.endif
+
+.if defined(WITH_JIWA)
+RUN_DEPENDS+=	${LOCALBASE}/lib/xpi/jiwaonwooztalk@wooztalk.com:${PORTSDIR}/www/xpi-jiwaonwooztalk
+.endif
+
+.if defined(WITH_LASTFM)
+RUN_DEPENDS+=	${LOCALBASE}/lib/xpi/lastfmonwooztalk@wooztalk.com:${PORTSDIR}/www/xpi-lastfmonwooztalk
+.endif
+
+.if defined(WITH_VIMEO)
+RUN_DEPENDS+=	${LOCALBASE}/lib/xpi/vimeoonwooztalk@wooztalk.com:${PORTSDIR}/www/xpi-vimeoonwooztalk
+.endif
+
+.if defined(WITH_VLC)
+RUN_DEPENDS+=	${LOCALBASE}/share/vlc/http/wooztalk.html:${PORTSDIR}/multimedia/vlconwooztalk
+.endif
+
+.if defined(WITH_YOUTUBE)
+RUN_DEPENDS+=	${LOCALBASE}/lib/xpi/youtubeonwooztalk@wooztalk.com:${PORTSDIR}/www/xpi-youtubeonwooztalk
 .endif
 
 .if ${OSVERSION} < 700000
diff -ruN --exclude=.svn /usr/ports/net-im/wooztalk/distinfo net-im/wooztalk/distinfo
--- /usr/ports/net-im/wooztalk/distinfo	2008-12-06 15:17:53.000000000 +0100
+++ net-im/wooztalk/distinfo	2009-03-20 11:00:04.000000000 +0100
@@ -1,3 +1,3 @@
-MD5 (wooztalk_v0.9.8d-freebsd.tar.bz2) = f41610d1a1f89daf92cd8b9d7289d909
-SHA256 (wooztalk_v0.9.8d-freebsd.tar.bz2) = c032f5d7842a924b095078dcb0039aae3e41c442abf210fc45418f3c950c1282
-SIZE (wooztalk_v0.9.8d-freebsd.tar.bz2) = 1348268
+MD5 (wooztalk_v0.9.9a-freebsd.tar.bz2) = 1de87018c7048fc9eb670d561f1c0793
+SHA256 (wooztalk_v0.9.9a-freebsd.tar.bz2) = a5432a7534ee46443f1243cb44f4eec3d72d8e053e9bda50730129fe7b3b03d2
+SIZE (wooztalk_v0.9.9a-freebsd.tar.bz2) = 1358516
diff -ruN --exclude=.svn /usr/ports/net-im/wooztalk/pkg-descr net-im/wooztalk/pkg-descr
--- /usr/ports/net-im/wooztalk/pkg-descr	2008-08-17 07:51:05.000000000 +0200
+++ net-im/wooztalk/pkg-descr	2009-03-20 11:31:22.000000000 +0100
@@ -1,5 +1,6 @@
-WoozTalk is a new innovative and free Internet service that let you see and chat
-with anyone else visiting the same website.
+WoozTalk is a new innovative and free Internet service that let you see and 
+chat with anyone else visiting the same website, listening to the same music,
+or watching the same video at the same time as you!
 
 As soon as you install WoozTalk, when you visit one of your favorite websites,
 you will see others net surfers currently connected and you will be able to chat
diff -ruN --exclude=.svn /usr/ports/net-im/wooztalk/pkg-message net-im/wooztalk/pkg-message
--- /usr/ports/net-im/wooztalk/pkg-message	2008-08-17 07:51:05.000000000 +0200
+++ net-im/wooztalk/pkg-message	2009-03-20 14:47:46.000000000 +0100
@@ -1 +1,2 @@
-Please restart firefox to enable the WoozTalk extension.
+
+Please restart firefox and vlc to enable WoozTalk extensions.
diff -ruN --exclude=.svn /usr/ports/net-im/wooztalk/pkg-plist net-im/wooztalk/pkg-plist
--- /usr/ports/net-im/wooztalk/pkg-plist	2008-12-06 21:24:01.000000000 +0100
+++ net-im/wooztalk/pkg-plist	2009-03-12 18:10:28.000000000 +0100
@@ -1,7 +1,6 @@
 bin/wooztalk
-share/locale/en/LC_MESSAGES/wooztalk.po
-share/locale/fr/LC_MESSAGES/wooztalk.po
 %%DATADIR%%/WoozTalk.ico
+%%DATADIR%%/wooztalk.pem
 %%DATADIR%%/img/about.png
 %%DATADIR%%/img/add.png
 %%DATADIR%%/img/all.png
@@ -19,7 +18,6 @@
 %%DATADIR%%/img/chatsubscribed.png
 %%DATADIR%%/img/check.png
 %%DATADIR%%/img/cheeky.png
-%%DATADIR%%/img/close.png
 %%DATADIR%%/img/close_event.png
 %%DATADIR%%/img/configURL.png
 %%DATADIR%%/img/confused.png
@@ -36,6 +34,7 @@
 %%DATADIR%%/img/newmsg.png
 %%DATADIR%%/img/nochat.png
 %%DATADIR%%/img/nogender.png
+%%DATADIR%%/img/plugins_config.png
 %%DATADIR%%/img/popup.png
 %%DATADIR%%/img/popupdef.png
 %%DATADIR%%/img/postit.png
@@ -78,18 +77,20 @@
 %%DATADIR%%/img/venus.png
 %%DATADIR%%/img/wait.png
 %%DATADIR%%/img/website.png
+%%DATADIR%%/img/close.png
 %%DATADIR%%/img/wink.png
-%%DATADIR%%/img/woozie.png
 %%DATADIR%%/img/wooztalk.png
-%%DATADIR%%/resources/en/wooztalk.po
-%%DATADIR%%/resources/fr/wooztalk.po
+%%DATADIR%%/img/woozie.png
 %%DATADIR%%/sounds/message.wav
 %%DATADIR%%/sounds/offline.wav
 %%DATADIR%%/sounds/online.wav
-%%DATADIR%%/wooztalk.pem
-@dirrm %%DATADIR%%/sounds
-@dirrmtry %%DATADIR%%/resources/fr
-@dirrmtry %%DATADIR%%/resources/en
-@dirrmtry %%DATADIR%%/resources
+%%DATADIR%%/resources/fr/wooztalk.po
+%%DATADIR%%/resources/en/wooztalk.po
+share/locale/fr/LC_MESSAGES/wooztalk.po
+share/locale/en/LC_MESSAGES/wooztalk.po
 @dirrm %%DATADIR%%/img
+@dirrm %%DATADIR%%/sounds
+@dirrmtry %%DATADIR%%/plugins
 @dirrmtry %%DATADIR%%
+@dirrmtry share/locale/fr
+@dirrmtry share/locale/fr/LC_MESSAGES


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Fri Mar 20 17:32:08 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=132868 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sun Mar 22 11:28:10 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=132868 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/132868: commit references a PR
Date: Sun, 22 Mar 2009 11:28:15 +0000 (UTC)

 miwi        2009-03-22 11:28:04 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net-im/wooztalk      Makefile distinfo pkg-descr pkg-message 
                          pkg-plist 
   Log:
   - Update to 0.9.9a
   
   PR:             132868
   Submitted by:   David <tech@wooztalk.com> (maintainer)
   
   Revision  Changes    Path
   1.6       +49 -5     ports/net-im/wooztalk/Makefile
   1.4       +3 -3      ports/net-im/wooztalk/distinfo
   1.2       +3 -2      ports/net-im/wooztalk/pkg-descr
   1.2       +2 -1      ports/net-im/wooztalk/pkg-message
   1.5       +15 -11    ports/net-im/wooztalk/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
