Date: Thu, 23 Jan 2014 18:36:20 +0000 (UTC) From: Thierry Thomas <thierry@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340846 - head/www/bugmenot-firefox Message-ID: <201401231836.s0NIaKuS066904@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: thierry Date: Thu Jan 23 18:36:20 2014 New Revision: 340846 URL: http://svnweb.freebsd.org/changeset/ports/340846 QAT: https://qat.redports.org/buildarchive/r340846/ Log: Trying to fix it, but mark it as IGNORE, because ATM it is uncompatible with Firefox. Modified: head/www/bugmenot-firefox/Makefile head/www/bugmenot-firefox/distinfo head/www/bugmenot-firefox/pkg-descr Modified: head/www/bugmenot-firefox/Makefile ============================================================================== --- head/www/bugmenot-firefox/Makefile Thu Jan 23 18:32:31 2014 (r340845) +++ head/www/bugmenot-firefox/Makefile Thu Jan 23 18:36:20 2014 (r340846) @@ -2,19 +2,30 @@ # $FreeBSD$ PORTNAME= bugmenot -PORTVERSION= 1.3 +PORTVERSION= 2.2 +DISTVERSIONSUFFIX= -fx CATEGORIES= www -MASTER_SITES= http://extensions.roachfiend.com/ -DISTNAME= ${PORTNAME} -DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}_${PORTREVISION} MAINTAINER= thierry@FreeBSD.org COMMENT= Firefox extension to bypass compulsory web registration -XPI_ID= {987311C6-B504-4aa2-90BF-60CC49808D42} -XPI_FILES= chrome/bugmenot.jar install.js install.rdf license.txt chrome.manifest -XPI_DIRS= chrome +LICENSE= MPL GPLv2 LGPL21 +LICENSE_COMB= dual +LICENSE_FILE= license.txt + +IGNORE= bugmenot is incompatible with Firefox 26+ NO_STAGE= yes + +XPI_NUM= 6349 +XPI_ID= {987311C6-B504-4aa2-90BF-60CC49808D42} + +USES= dos2unix +DOS2UNIX_FILES= license.txt + +XPI_FILES= chrome/bugmenot.jar install.rdf chrome.manifest license.txt \ + defaults/preferences/prefs.js +XPI_DIRS= chrome defaults/preferences defaults + .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include <bsd.port.mk> Modified: head/www/bugmenot-firefox/distinfo ============================================================================== --- head/www/bugmenot-firefox/distinfo Thu Jan 23 18:32:31 2014 (r340845) +++ head/www/bugmenot-firefox/distinfo Thu Jan 23 18:36:20 2014 (r340846) @@ -1,2 +1,2 @@ -SHA256 (bugmenot-1.3_0/bugmenot.xpi) = 278cb953299e5423ed90c342c228aaa411eaa00fd6518bd73235212084703c18 -SIZE (bugmenot-1.3_0/bugmenot.xpi) = 19249 +SHA256 (xpi/bugmenot-2.2-fx.xpi) = 0a0dce7ba2e97bfb3c64d53cd03cb1e84a3e8b295f48bc5c3f32b6c808067c0c +SIZE (xpi/bugmenot-2.2-fx.xpi) = 22573 Modified: head/www/bugmenot-firefox/pkg-descr ============================================================================== --- head/www/bugmenot-firefox/pkg-descr Thu Jan 23 18:32:31 2014 (r340845) +++ head/www/bugmenot-firefox/pkg-descr Thu Jan 23 18:36:20 2014 (r340846) @@ -3,4 +3,4 @@ Compatibile with Mozilla and current Fir Visit bugmenot.com for full details of their service. -WWW: http://roachfiend.com/archives/2005/02/07/bugmenot/ +WWW: https://addons.mozilla.org/en-US/firefox/addon/6349
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401231836.s0NIaKuS066904>