Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Sep 2014 09:25:47 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r1690 - in branches/firefox32: Mk/Uses www/firefox www/firefox-i18n www/linux-firefox
Message-ID:  <201409090925.s899Pl98080792@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Tue Sep  9 09:25:46 2014
New Revision: 1690

Log:
downgrade firefox to what the branch is for

Replaced:
   branches/firefox32/www/firefox/
      - copied from r1681, trunk/www/firefox/
   branches/firefox32/www/firefox-i18n/
      - copied from r1681, trunk/www/firefox-i18n/
   branches/firefox32/www/linux-firefox/
      - copied from r1681, trunk/www/linux-firefox/
Modified:
   branches/firefox32/Mk/Uses/gecko.mk

Modified: branches/firefox32/Mk/Uses/gecko.mk
==============================================================================
--- branches/firefox32/Mk/Uses/gecko.mk	Fri Sep  5 18:19:04 2014	(r1689)
+++ branches/firefox32/Mk/Uses/gecko.mk	Tue Sep  9 09:25:46 2014	(r1690)
@@ -39,12 +39,12 @@
 .elif ${_GECKO_ARGS:Mfirefox}
 
 _GECKO_DEFAULT_VERSION=	31
-_GECKO_VERSIONS=		31 33
+_GECKO_VERSIONS=		31 32
 _GECKO_TYPE=	firefox
 
 # Dependence lines for different Firefox versions
 31_DEPENDS=		${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox-esr
-33_DEPENDS=		${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox
+32_DEPENDS=		${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox
 
 .if exists(${LOCALBASE}/bin/firefox)
 _GECKO_INSTALLED_VER!=	${LOCALBASE}/bin/firefox --version 2>/dev/null



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409090925.s899Pl98080792>