diff options
author | thierry <thierry@FreeBSD.org> | 2017-09-17 00:55:32 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2017-09-17 00:55:32 +0800 |
commit | 64d011e2f839f39c3b6acbf4204fb6e719a215f7 (patch) | |
tree | d55be965eadcb538463d39b555f781ae4df7b087 | |
parent | 29fcf4a42327853bd933cab595cedc8ecae64d9d (diff) | |
download | freebsd-ports-gnome-64d011e2f839f39c3b6acbf4204fb6e719a215f7.tar.gz freebsd-ports-gnome-64d011e2f839f39c3b6acbf4204fb6e719a215f7.tar.zst freebsd-ports-gnome-64d011e2f839f39c3b6acbf4204fb6e719a215f7.zip |
Mark as DEPRECATED.
The newer versions (WebExtensions) do not work with the current xpi framework.
-rw-r--r-- | www/xpi-uBlock_origin/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/xpi-uBlock_origin/Makefile b/www/xpi-uBlock_origin/Makefile index 009993031578..121c24b871de 100644 --- a/www/xpi-uBlock_origin/Makefile +++ b/www/xpi-uBlock_origin/Makefile @@ -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 @@ -11,6 +11,8 @@ 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 |