Trying to fix it, but mark it as IGNORE, because ATM it is uncompatible
with Firefox.
This commit is contained in:
parent
20176264db
commit
51016d8722
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340846
3 changed files with 21 additions and 10 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue