Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Sep 2014 13:32:20 GMT
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
Message-ID:  <201409261332.s8QDWKhc041378@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk>
 
-# 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 <bsd.port.pre.mk>
 
-# 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 <bsd.port.pre.mk>
 
-# 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 <bsd.port.pre.mk>
 
-# 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 <bsd.port.pre.mk>
 
-# 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 <bsd.port.pre.mk>
 
-# 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



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