diff options
Diffstat (limited to 'security/tor-browser/Makefile')
-rw-r--r-- | security/tor-browser/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/security/tor-browser/Makefile b/security/tor-browser/Makefile index d0b6d244ac5..e0bfa45c1d5 100644 --- a/security/tor-browser/Makefile +++ b/security/tor-browser/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.60 2020/04/12 08:29:11 adam Exp $ +# $NetBSD: Makefile,v 1.61 2020/04/28 19:38:49 wiz Exp $ DISTNAME= src-firefox-tor-browser-68.7.0esr-9.0-2-build1 PKGNAME= tor-browser-9.0.9 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= security www MASTER_SITES= https://dist.torproject.org/torbrowser/${PKGVERSION_NOREV}/ EXTRACT_SUFX= .tar.xz @@ -16,13 +16,15 @@ LICENSE= mpl-1.1 WRKSRC= ${WRKDIR}/${DISTNAME:S/src-//} DEPENDS+= tor-[0-9]*:../../net/tor - -EXTRACT_USING= bsdtar +#DEPENDS+= tor-browser-https-everywhere-[0-9]*:../../security/tor-browser-https-everywhere +DEPENDS+= tor-browser-noscript-[0-9]*:../../security/tor-browser-noscript # How to update this package: # # replace all patches with the one from the correspoding www/firefox${ESR_RELEASE} -# BUT keep patch-xpcom_io_TorFileUtils.cpp! (and if necessary patch-.mozconfig) +# BUT keep patch-xpcom_io_TorFileUtils.cpp +# AND keep patch-browser_app_profile_000-tor-browser.js +# (AND if necessary patch-.mozconfig) # make the patches apply # # when packaged up, read MESSAGE and test by visiting https://check.torproject.org |