From 4307f530677534bded5b40d6ebb49daccd43c53f Mon Sep 17 00:00:00 2001 From: jbeich Date: Fri, 18 Aug 2017 21:39:46 +0000 Subject: gecko: stop calling home to check for updates after r436423 Upstream seems to define "default" as Nightly (custom build), not safe to update automatically. Once we switched to proper channels updater kicked in, except Mozilla never built binaries for FreeBSD. Not to mention, vendor updates conflict with system package manager. PR: 221541 MFH: 2017Q3 --- www/seamonkey/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/seamonkey') diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index d9cd594ec804..35934df3cbcc 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -4,7 +4,7 @@ PORTNAME= seamonkey DISTVERSION= 2.48 MOZILLA_VER= 51 # above + 3 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES?= www mail news editors irc ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source -- cgit