From owner-svn-ports-all@FreeBSD.ORG Tue Sep 9 09:51:06 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6F490628; Tue, 9 Sep 2014 09:51:06 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5B42FCAA; Tue, 9 Sep 2014 09:51:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s899p6Ko059191; Tue, 9 Sep 2014 09:51:06 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s899p6Jr059189; Tue, 9 Sep 2014 09:51:06 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201409090951.s899p6Jr059189@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Tue, 9 Sep 2014 09:51:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367722 - in head: Mk/Uses www/firefox-i18n X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Sep 2014 09:51:06 -0000 Author: bapt Date: Tue Sep 9 09:51:05 2014 New Revision: 367722 URL: http://svnweb.freebsd.org/changeset/ports/367722 QAT: https://qat.redports.org/buildarchive/r367722/ Log: Finish bringing 32.0 Submitted by: Piotr Kubaj Modified: head/Mk/Uses/gecko.mk head/www/firefox-i18n/Makefile Modified: head/Mk/Uses/gecko.mk ============================================================================== --- head/Mk/Uses/gecko.mk Tue Sep 9 09:32:37 2014 (r367721) +++ head/Mk/Uses/gecko.mk Tue Sep 9 09:51:05 2014 (r367722) @@ -44,7 +44,7 @@ _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 Modified: head/www/firefox-i18n/Makefile ============================================================================== --- head/www/firefox-i18n/Makefile Tue Sep 9 09:32:37 2014 (r367721) +++ head/www/firefox-i18n/Makefile Tue Sep 9 09:51:05 2014 (r367722) @@ -14,7 +14,7 @@ COMMENT= Localized interface for Firefox EXTRACT_DEPENDS= zip:${PORTSDIR}/archivers/zip -USES= zip:infozip gecko:firefox,33 +USES= zip:infozip gecko:firefox,32 USE_XPI= firefox linux-firefox NO_ARCH= yes