Date: Sat, 16 Sep 2017 16:55:33 +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: r449970 - head/www/xpi-uBlock_origin Message-ID: <201709161655.v8GGtXC1061620@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: thierry Date: Sat Sep 16 16:55:32 2017 New Revision: 449970 URL: https://svnweb.freebsd.org/changeset/ports/449970 Log: Mark as DEPRECATED. The newer versions (WebExtensions) do not work with the current xpi framework. Modified: head/www/xpi-uBlock_origin/Makefile Modified: head/www/xpi-uBlock_origin/Makefile ============================================================================== --- head/www/xpi-uBlock_origin/Makefile Sat Sep 16 16:52:48 2017 (r449969) +++ head/www/xpi-uBlock_origin/Makefile Sat Sep 16 16:55:32 2017 (r449970) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ublock_origin -PORTVERSION= 1.13.8 +PORTVERSION= 1.13.8 # Do not upgrade with the current xpi framework DISTVERSIONSUFFIX= -an+fx+sm+tb CATEGORIES= www @@ -10,6 +10,8 @@ MAINTAINER= thierry@FreeBSD.org COMMENT= Efficient blocker for Firefox, fast and lean LICENSE= GPLv3 + +DEPRECATED: legacy version, the latest one working with the ports xpi framework XPI_NUM= 607454 XPI_ID= uBlock0@raymondhill.net
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709161655.v8GGtXC1061620>