diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-08-19 05:39:46 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2017-08-19 05:39:46 +0800 |
commit | 4307f530677534bded5b40d6ebb49daccd43c53f (patch) | |
tree | 91a4bd6bd9d42fa2cd7a0c9ac8c711f0910dd65a /www/seamonkey | |
parent | 5f2fca9df29c5ab3295245cd2accdd84c6436816 (diff) | |
download | freebsd-ports-gnome-4307f530677534bded5b40d6ebb49daccd43c53f.tar.gz freebsd-ports-gnome-4307f530677534bded5b40d6ebb49daccd43c53f.tar.zst freebsd-ports-gnome-4307f530677534bded5b40d6ebb49daccd43c53f.zip |
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
Diffstat (limited to 'www/seamonkey')
-rw-r--r-- | www/seamonkey/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |