From owner-svn-ports-head@freebsd.org Sat Sep 16 16:55:34 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5C1F1E21DB3; Sat, 16 Sep 2017 16:55:34 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 261CC81219; Sat, 16 Sep 2017 16:55:34 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8GGtXkq061621; Sat, 16 Sep 2017 16:55:33 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8GGtXC1061620; Sat, 16 Sep 2017 16:55:33 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201709161655.v8GGtXC1061620@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Sat, 16 Sep 2017 16:55:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449970 - head/www/xpi-uBlock_origin X-SVN-Group: ports-head X-SVN-Commit-Author: thierry X-SVN-Commit-Paths: head/www/xpi-uBlock_origin X-SVN-Commit-Revision: 449970 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Sep 2017 16:55:34 -0000 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