Date: Thu, 4 Dec 2008 10:17:44 GMT From: David <tech@wooztalk.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/129415: [PATCH] www/xpi-firefoxonwooztalk: update to 1.2 Message-ID: <200812041017.mB4AHiDw069528@www.freebsd.org> Resent-Message-ID: <200812041020.mB4AK0EX078880@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 129415 >Category: ports >Synopsis: [PATCH] www/xpi-firefoxonwooztalk: update to 1.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Dec 04 10:20:00 UTC 2008 >Closed-Date: >Last-Modified: >Originator: David >Release: FreeBSD 7.1-PRERELEASE i386 >Organization: Kurioos iTech >Environment: FreeBSD montreal.HOME 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #2: Sun Aug 31 22:54:57 CEST 2008 root@montreal.HOME:/usr/obj/usr/src/sys/MONTREAL i386 >Description: Update the wooztalk plugin for firefox. This update is linked to an other one : net-im/wooztalk >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN /usr/ports/www/xpi-firefoxonwooztalk/Makefile xpi-firefoxonwooztalk/Makefile --- /usr/ports/www/xpi-firefoxonwooztalk/Makefile 2008-10-05 12:10:59.000000000 +0200 +++ xpi-firefoxonwooztalk/Makefile 2008-12-04 11:17:18.000000000 +0100 @@ -2,14 +2,14 @@ # Date created: 2008-06-13 # Whom: David <tech@wooztalk.com> # -# $FreeBSD: ports/www/xpi-firefoxonwooztalk/Makefile,v 1.2 2008/10/05 10:10:59 miwi Exp $ +# $FreeBSD$ # PORTNAME= firefoxonwooztalk -PORTVERSION= 1.1.24 +PORTVERSION= 1.2 CATEGORIES= www -MASTER_SITES= http://www.wooztalk.com/common/download/firefox/ -DISTNAME= ${PORTNAME} +MASTER_SITES= http://www.wooztalk.com/common/download/ +DISTNAME= firefoxonwooztalk_v0.9.8d-freebsd MAINTAINER= tech@wooztalk.com COMMENT= Meet your World Wide Web neighbors with Firefox @@ -21,8 +21,23 @@ locale/en-US/firefoxonwooztalk.properties locale/fr-FR/contents.rdf \ locale/fr-FR/firefoxonwooztalk.dtd \ locale/fr-FR/firefoxonwooztalk.properties skin/disabled.ico \ - skin/enabled.ico skin/overlay.css skin/wooztalk.ico -XPI_DIRS= content locale/en-US locale/fr-FR locale skin + skin/enabled.ico skin/overlay.css skin/wooztalk.ico \ + plugins/libfirefox.so plugins/firefox.png plugins/firefox_dis.png + +XPI_DIRS= content locale/en-US locale/fr-FR locale skin plugins .include "../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> + +USE_LDCONFIG+= ${PREFIX}/share/wooztalk/plugins/firefox/ +PLIST_FILES+= share/wooztalk/plugins/firefox/libfirefox.so share/wooztalk/plugins/firefox/firefox.png \ + share/wooztalk/plugins/firefox/firefox_dis.png +PLIST_FILES+= "@dirrm share/wooztalk/plugins/firefox" +PLIST_FILES+= "@dirrmtry share/wooztalk/plugins" +PLIST_FILES+= "@dirrmtry share/wooztalk/" + +post-install: + @${MKDIR} ${PREFIX}/share/wooztalk/plugins + @${MKDIR} ${PREFIX}/share/wooztalk/plugins/firefox + @${INSTALL_DATA} ${WRKSRC}/plugins/* ${PREFIX}/share/wooztalk/plugins/firefox + +.include <bsd.port.post.mk> diff -ruN /usr/ports/www/xpi-firefoxonwooztalk/distinfo xpi-firefoxonwooztalk/distinfo --- /usr/ports/www/xpi-firefoxonwooztalk/distinfo 2008-10-05 12:10:59.000000000 +0200 +++ xpi-firefoxonwooztalk/distinfo 2008-12-04 11:07:39.000000000 +0100 @@ -1,3 +1,3 @@ -MD5 (xpi/firefoxonwooztalk.xpi) = f57eb19eb3ce1a3389099a2e3775eb30 -SHA256 (xpi/firefoxonwooztalk.xpi) = 7fcc30ea437e3c06177c1e034b66c1a87705bf09a0423f0a2162442da5344c4b -SIZE (xpi/firefoxonwooztalk.xpi) = 15932 +MD5 (xpi/firefoxonwooztalk_v0.9.8d-freebsd.xpi) = 48d0599b87d9c4ba2529fd9f6a6d59f2 +SHA256 (xpi/firefoxonwooztalk_v0.9.8d-freebsd.xpi) = eaf4b534f45039d7baceefe50ff921b343269d04dbab9fd38c61436dc1cdbd82 +SIZE (xpi/firefoxonwooztalk_v0.9.8d-freebsd.xpi) = 20594 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812041017.mB4AHiDw069528>