diff options
author | jbeich <jbeich@FreeBSD.org> | 2015-08-12 07:20:48 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2015-08-12 07:20:48 +0800 |
commit | 582404d769a36945b166b3816f623ca9d59281f7 (patch) | |
tree | 3250f6abd6faec07533f08526ea29aa6b2bf4ca4 /www | |
parent | 045902e9d93028ec627dc88d7ae8b480be338ff2 (diff) | |
download | freebsd-ports-gnome-582404d769a36945b166b3816f623ca9d59281f7.tar.gz freebsd-ports-gnome-582404d769a36945b166b3816f623ca9d59281f7.tar.zst freebsd-ports-gnome-582404d769a36945b166b3816f623ca9d59281f7.zip |
Add OAuth keys for importing Google contacts into Loop
Loop aka Firefox Hello is available since 34.0.
https://bugzilla.mozilla.org/show_bug.cgi?id=1106854
Inspired by: ArchLinux
MFH: 2015Q3
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox-esr/Makefile | 2 | ||||
-rw-r--r-- | www/firefox/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index ef6c6d4882e2..73fca926fb14 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/Makefile @@ -4,7 +4,7 @@ PORTNAME= firefox DISTVERSION= 38.2.0 DISTVERSIONSUFFIX=esr.source -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 3783147dfc2e..8354430dcb1e 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -4,7 +4,7 @@ PORTNAME= firefox DISTVERSION= 40.0 DISTVERSIONSUFFIX=.source -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ |