diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2014-01-23 18:36:20 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2014-01-23 18:36:20 +0000 |
commit | 51016d872229274817a908e00d650e69ffae3680 (patch) | |
tree | ab5cfd93a423cfbfc0dd678c083dc1483d0c8fb5 /www/bugmenot-firefox | |
parent | 20176264dbdded9fd0679773fc6933cffd2651ac (diff) | |
download | ports-51016d872229274817a908e00d650e69ffae3680.tar.gz ports-51016d872229274817a908e00d650e69ffae3680.zip |
Notes
Diffstat (limited to 'www/bugmenot-firefox')
-rw-r--r-- | www/bugmenot-firefox/Makefile | 25 | ||||
-rw-r--r-- | www/bugmenot-firefox/distinfo | 4 | ||||
-rw-r--r-- | www/bugmenot-firefox/pkg-descr | 2 |
3 files changed, 21 insertions, 10 deletions
diff --git a/www/bugmenot-firefox/Makefile b/www/bugmenot-firefox/Makefile index 224339949e93..37fc27b74d31 100644 --- a/www/bugmenot-firefox/Makefile +++ b/www/bugmenot-firefox/Makefile @@ -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> diff --git a/www/bugmenot-firefox/distinfo b/www/bugmenot-firefox/distinfo index cc9711911dca..7d57919bfb9c 100644 --- a/www/bugmenot-firefox/distinfo +++ b/www/bugmenot-firefox/distinfo @@ -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 diff --git a/www/bugmenot-firefox/pkg-descr b/www/bugmenot-firefox/pkg-descr index 643bdfb54ef4..82b453744f5f 100644 --- a/www/bugmenot-firefox/pkg-descr +++ b/www/bugmenot-firefox/pkg-descr @@ -3,4 +3,4 @@ Compatibile with Mozilla and current Firefox releases. 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 |