From owner-freebsd-gecko@FreeBSD.ORG Fri Sep 26 13:32:28 2014 Return-Path: Delivered-To: freebsd-gecko@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 2039AB10 for ; Fri, 26 Sep 2014 13:32:28 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B6ADFC16 for ; Fri, 26 Sep 2014 13:32:27 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id s8QDWP89043414 for ; Fri, 26 Sep 2014 13:32:25 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id s8QDWKhc041378 for freebsd-gecko@freebsd.org; Fri, 26 Sep 2014 13:32:20 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Fri, 26 Sep 2014 13:32:20 GMT Message-Id: <201409261332.s8QDWKhc041378@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1710 - branches/firefox32/mail/thunderbird-i18n branches/firefox32/www/firefox-esr-i18n branches/firefox32/www/firefox-i18n branches/firefox32/www/seamonkey-i18n trunk/mail/thunderbird-i18n trunk/www/firefox-esr-i18n trunk/www/firefox-i18n trunk/www/seamonkey-i18n MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reply-To: freebsd-gecko@freebsd.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Sep 2014 13:32:28 -0000 Author: jbeich Date: Fri Sep 26 13:32:20 2014 New Revision: 1710 Log: re-apply ports@368080 + seamonkey-i18n Modified: branches/firefox32/mail/thunderbird-i18n/Makefile branches/firefox32/www/firefox-esr-i18n/Makefile branches/firefox32/www/firefox-i18n/Makefile branches/firefox32/www/seamonkey-i18n/Makefile trunk/mail/thunderbird-i18n/Makefile trunk/www/firefox-esr-i18n/Makefile trunk/www/firefox-i18n/Makefile trunk/www/seamonkey-i18n/Makefile Modified: branches/firefox32/mail/thunderbird-i18n/Makefile ============================================================================== --- branches/firefox32/mail/thunderbird-i18n/Makefile Fri Sep 26 13:28:05 2014 (r1709) +++ branches/firefox32/mail/thunderbird-i18n/Makefile Fri Sep 26 13:32:20 2014 (r1710) @@ -12,7 +12,7 @@ MAINTAINER= gecko@FreeBSD.org COMMENT= Localized interface for Thunderbird -USES= gecko:thunderbird zip +USES= gecko:thunderbird,build zip USE_XPI= thunderbird NO_BUILD= yes @@ -30,9 +30,6 @@ .include "${.CURDIR}/Makefile.option" .include -# make sure that thunderbird always gets upgraded before this port -BUILD_DEPENDS= thunderbird>=0:${PORTSDIR}/mail/thunderbird - .ifndef WITHOUT_SWITCHER RUN_DEPENDS+= xpi-quick-locale-switcher>=0:${PORTSDIR}/www/xpi-quick-locale-switcher .endif Modified: branches/firefox32/www/firefox-esr-i18n/Makefile ============================================================================== --- branches/firefox32/www/firefox-esr-i18n/Makefile Fri Sep 26 13:28:05 2014 (r1709) +++ branches/firefox32/www/firefox-esr-i18n/Makefile Fri Sep 26 13:32:20 2014 (r1710) @@ -15,7 +15,7 @@ EXTRACT_DEPENDS= zip:${PORTSDIR}/archivers/zip -USES= zip:infozip gecko:firefox +USES= zip:infozip gecko:firefox,build USE_XPI= firefox NO_ARCH= yes @@ -32,9 +32,6 @@ .include "${.CURDIR}/Makefile.option" .include -# make sure that firefox always gets upgraded before this port -BUILD_DEPENDS+= firefox-esr>=0:${PORTSDIR}/www/firefox-esr - .ifndef WITHOUT_SWITCHER RUN_DEPENDS+= xpi-quick-locale-switcher>=0:${PORTSDIR}/www/xpi-quick-locale-switcher .endif Modified: branches/firefox32/www/firefox-i18n/Makefile ============================================================================== --- branches/firefox32/www/firefox-i18n/Makefile Fri Sep 26 13:28:05 2014 (r1709) +++ branches/firefox32/www/firefox-i18n/Makefile Fri Sep 26 13:32:20 2014 (r1710) @@ -14,7 +14,7 @@ EXTRACT_DEPENDS= zip:${PORTSDIR}/archivers/zip -USES= zip:infozip gecko:firefox,32 +USES= zip:infozip gecko:firefox,32,build USE_XPI= firefox linux-firefox NO_ARCH= yes @@ -31,9 +31,6 @@ .include "${.CURDIR}/Makefile.option" .include -# make sure that firefox always gets upgraded before this port -BUILD_DEPENDS+= firefox>=0:${PORTSDIR}/www/firefox - .ifndef WITHOUT_SWITCHER RUN_DEPENDS+= xpi-quick-locale-switcher>=0:${PORTSDIR}/www/xpi-quick-locale-switcher .endif Modified: branches/firefox32/www/seamonkey-i18n/Makefile ============================================================================== --- branches/firefox32/www/seamonkey-i18n/Makefile Fri Sep 26 13:28:05 2014 (r1709) +++ branches/firefox32/www/seamonkey-i18n/Makefile Fri Sep 26 13:32:20 2014 (r1710) @@ -14,7 +14,7 @@ EXTRACT_DEPENDS= zip:${PORTSDIR}/archivers/zip -USES= zip:infozip gecko:seamonkey +USES= zip:infozip gecko:seamonkey,build USE_XPI= seamonkey linux-seamonkey NO_ARCH= yes Modified: trunk/mail/thunderbird-i18n/Makefile ============================================================================== --- trunk/mail/thunderbird-i18n/Makefile Fri Sep 26 13:28:05 2014 (r1709) +++ trunk/mail/thunderbird-i18n/Makefile Fri Sep 26 13:32:20 2014 (r1710) @@ -12,7 +12,7 @@ MAINTAINER= gecko@FreeBSD.org COMMENT= Localized interface for Thunderbird -USES= gecko:thunderbird zip +USES= gecko:thunderbird,build zip USE_XPI= thunderbird NO_BUILD= yes @@ -29,9 +29,6 @@ .include "${.CURDIR}/Makefile.option" .include -# make sure that thunderbird always gets upgraded before this port -BUILD_DEPENDS= thunderbird>=0:${PORTSDIR}/mail/thunderbird - .ifndef WITHOUT_SWITCHER RUN_DEPENDS+= xpi-quick-locale-switcher>=0:${PORTSDIR}/www/xpi-quick-locale-switcher .endif Modified: trunk/www/firefox-esr-i18n/Makefile ============================================================================== --- trunk/www/firefox-esr-i18n/Makefile Fri Sep 26 13:28:05 2014 (r1709) +++ trunk/www/firefox-esr-i18n/Makefile Fri Sep 26 13:32:20 2014 (r1710) @@ -15,7 +15,7 @@ EXTRACT_DEPENDS= zip:${PORTSDIR}/archivers/zip -USES= zip:infozip gecko:firefox +USES= zip:infozip gecko:firefox,build USE_XPI= firefox NO_ARCH= yes @@ -31,9 +31,6 @@ .include "${.CURDIR}/Makefile.option" .include -# make sure that firefox always gets upgraded before this port -BUILD_DEPENDS+= firefox-esr>=0:${PORTSDIR}/www/firefox-esr - .ifndef WITHOUT_SWITCHER RUN_DEPENDS+= xpi-quick-locale-switcher>=0:${PORTSDIR}/www/xpi-quick-locale-switcher .endif Modified: trunk/www/firefox-i18n/Makefile ============================================================================== --- trunk/www/firefox-i18n/Makefile Fri Sep 26 13:28:05 2014 (r1709) +++ trunk/www/firefox-i18n/Makefile Fri Sep 26 13:32:20 2014 (r1710) @@ -14,7 +14,7 @@ EXTRACT_DEPENDS= zip:${PORTSDIR}/archivers/zip -USES= zip:infozip gecko:firefox,33 +USES= zip:infozip gecko:firefox,33,build USE_XPI= firefox linux-firefox NO_ARCH= yes @@ -30,9 +30,6 @@ .include "${.CURDIR}/Makefile.option" .include -# make sure that firefox always gets upgraded before this port -BUILD_DEPENDS+= firefox>=0:${PORTSDIR}/www/firefox - .ifndef WITHOUT_SWITCHER RUN_DEPENDS+= xpi-quick-locale-switcher>=0:${PORTSDIR}/www/xpi-quick-locale-switcher .endif Modified: trunk/www/seamonkey-i18n/Makefile ============================================================================== --- trunk/www/seamonkey-i18n/Makefile Fri Sep 26 13:28:05 2014 (r1709) +++ trunk/www/seamonkey-i18n/Makefile Fri Sep 26 13:32:20 2014 (r1710) @@ -14,7 +14,7 @@ EXTRACT_DEPENDS= zip:${PORTSDIR}/archivers/zip -USES= zip:infozip gecko:seamonkey +USES= zip:infozip gecko:seamonkey,build USE_XPI= seamonkey linux-seamonkey NO_ARCH= yes