aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2010-03-17 15:41:56 +0800
committermiwi <miwi@FreeBSD.org>2010-03-17 15:41:56 +0800
commit8696f0f8279bd3113a5a8bd41389628c4d9b09de (patch)
treee85a541d9adcea760ab402a8087d671f8a96ff12 /www
parentc06389e85e8a352bb81f5dc1577259e891dc7cea (diff)
downloadfreebsd-ports-graphics-8696f0f8279bd3113a5a8bd41389628c4d9b09de.tar.gz
freebsd-ports-graphics-8696f0f8279bd3113a5a8bd41389628c4d9b09de.tar.zst
freebsd-ports-graphics-8696f0f8279bd3113a5a8bd41389628c4d9b09de.zip
- Fix XPI_ID
PR: 144647 Submitted by: Dominic Fandrey <kamikaze@bsdforen.de>
Diffstat (limited to 'www')
-rw-r--r--www/xpi-torbutton/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/xpi-torbutton/Makefile b/www/xpi-torbutton/Makefile
index f66469bd713..fe8e0a1287b 100644
--- a/www/xpi-torbutton/Makefile
+++ b/www/xpi-torbutton/Makefile
@@ -7,6 +7,7 @@
PORTNAME= torbutton
PORTVERSION= 1.2.4
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://www.torproject.org/torbutton/releases/
@@ -14,7 +15,7 @@ MAINTAINER= miwi@FreeBSD.org
COMMENT= Quickly toggle use of the Tor network
XPI_NUM= 2275
-XPI_ID= {ec8030f7-c20a-464f-9b0e-13a3a9e97384}
+XPI_ID= {e0204bd5-9d31-402b-a99d-a6aa8ffebdca}
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>