Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Sep 2011 13:37:23 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r644 - branches/experimental/mail/thunderbird-i18n branches/experimental/mail/thunderbird3-i18n branches/experimental/www/firefox-i18n branches/experimental/www/firefox36-i18n trunk/mail/thunderbird-i18n trunk/mail/thunderbird3-i18n trunk/www/firefox-i18n trunk/www/firefox36-i18n trunk/www/seamonkey-i18n trunk/www/seamonkey2-i18n
Message-ID:  <201109301337.p8UDbN8m087253@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: beat
Date: Fri Sep 30 13:37:23 2011
New Revision: 644

Log:
- Update USE_XPI in the Mozilla -i18n ports as with the last update all
  Mozilla Linux ports have been updated to the latest version.
- Bump PORTREVISION.

Noticed by:	ale@

Modified:
   branches/experimental/mail/thunderbird-i18n/Makefile
   branches/experimental/mail/thunderbird3-i18n/Makefile
   branches/experimental/www/firefox-i18n/Makefile
   branches/experimental/www/firefox36-i18n/Makefile
   trunk/mail/thunderbird-i18n/Makefile
   trunk/mail/thunderbird3-i18n/Makefile
   trunk/www/firefox-i18n/Makefile
   trunk/www/firefox36-i18n/Makefile
   trunk/www/seamonkey-i18n/Makefile
   trunk/www/seamonkey2-i18n/Makefile

Modified: branches/experimental/mail/thunderbird-i18n/Makefile
==============================================================================
--- branches/experimental/mail/thunderbird-i18n/Makefile	Thu Sep 29 20:08:51 2011	(r643)
+++ branches/experimental/mail/thunderbird-i18n/Makefile	Fri Sep 30 13:37:23 2011	(r644)
@@ -2,11 +2,12 @@
 # Date created:		29 May 2006
 # Whom:			Andrew Pantyukhin <infofarmer@FreeBSD.org>
 #
-# $FreeBSD: ports/mail/thunderbird-i18n/Makefile,v 1.50 2011/09/27 22:24:46 beat Exp $
+# $FreeBSD: ports/mail/thunderbird-i18n/Makefile,v 1.51 2011/09/30 13:33:07 beat Exp $
 #
 
 PORTNAME=	thunderbird-i18n
 PORTVERSION=	7.0
+PORTREVISION=	1
 CATEGORIES=	mail
 MASTER_SITE_SUBDIR=	thunderbird/releases/${PORTVERSION}/linux-i686/xpi
 PKGNAMEPREFIX=
@@ -24,7 +25,7 @@
 
 NO_BUILD=	yes
 USE_THUNDERBIRD=	70
-USE_XPI=	thunderbird
+USE_XPI=	thunderbird linux-thunderbird
 
 THUNDERBIRD_I18N_ALL=	ar br ca cs da de en-GB en-US es-AR es-ES et eu fi fr \
 			fy-NL ga-IE gd gl he hu is it ja ko lt nb-NO nl nn-NO \

Modified: branches/experimental/mail/thunderbird3-i18n/Makefile
==============================================================================
--- branches/experimental/mail/thunderbird3-i18n/Makefile	Thu Sep 29 20:08:51 2011	(r643)
+++ branches/experimental/mail/thunderbird3-i18n/Makefile	Fri Sep 30 13:37:23 2011	(r644)
@@ -2,11 +2,12 @@
 # Date created:		29 May 2006
 # Whom:			Andrew Pantyukhin <infofarmer@FreeBSD.org>
 #
-# $FreeBSD: ports/mail/thunderbird3-i18n/Makefile,v 1.53 2011/09/28 02:41:54 beat Exp $
+# $FreeBSD: ports/mail/thunderbird3-i18n/Makefile,v 1.54 2011/09/30 13:33:07 beat Exp $
 #
 
 PORTNAME=	thunderbird3-i18n
 PORTVERSION=	3.1.15
+PORTREVISION=	1
 CATEGORIES=	mail
 MASTER_SITE_SUBDIR=	thunderbird/releases/${PORTVERSION}/linux-i686/xpi
 PKGNAMEPREFIX=
@@ -22,7 +23,7 @@
 
 NO_BUILD=	yes
 USE_THUNDERBIRD=	31
-USE_XPI=	thunderbird3 linux-thunderbird
+USE_XPI=	thunderbird3
 
 THUNDERBIRD_I18N_ALL=	af ar be bg bn-BD ca cs da de el en-GB en-US es-AR es-ES \
 			et eu fi fr fy-NL ga-IE he hu id is it ja ko lt nb-NO nl \

Modified: branches/experimental/www/firefox-i18n/Makefile
==============================================================================
--- branches/experimental/www/firefox-i18n/Makefile	Thu Sep 29 20:08:51 2011	(r643)
+++ branches/experimental/www/firefox-i18n/Makefile	Fri Sep 30 13:37:23 2011	(r644)
@@ -2,11 +2,12 @@
 # Date created:		28 May 2006
 # Whom:			Andrew Pantyukhin <infofarmer@FreeBSD.org>
 #
-# $FreeBSD: ports/www/firefox-i18n/Makefile,v 1.58 2011/09/27 18:44:34 beat Exp $
+# $FreeBSD: ports/www/firefox-i18n/Makefile,v 1.59 2011/09/30 13:33:08 beat Exp $
 #
 
 PORTNAME=	firefox-i18n
 PORTVERSION=	7.0
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITE_SUBDIR=	firefox/releases/${PORTVERSION}/linux-i686/xpi
 PKGNAMEPREFIX=
@@ -19,7 +20,7 @@
 EXTRACT_DEPENDS=	zip:${PORTSDIR}/archivers/zip
 
 USE_FIREFOX=	70
-USE_XPI=	firefox
+USE_XPI=	firefox linux-firefox
 
 USE_SUBMAKE=	yes
 

Modified: branches/experimental/www/firefox36-i18n/Makefile
==============================================================================
--- branches/experimental/www/firefox36-i18n/Makefile	Thu Sep 29 20:08:51 2011	(r643)
+++ branches/experimental/www/firefox36-i18n/Makefile	Fri Sep 30 13:37:23 2011	(r644)
@@ -2,11 +2,12 @@
 # Date created:		28 May 2006
 # Whom:			Andrew Pantyukhin <infofarmer@FreeBSD.org>
 #
-# $FreeBSD: ports/www/firefox36-i18n/Makefile,v 1.59 2011/09/27 19:32:48 beat Exp $
+# $FreeBSD: ports/www/firefox36-i18n/Makefile,v 1.60 2011/09/30 13:33:08 beat Exp $
 #
 
 PORTNAME=	firefox36-i18n
 PORTVERSION=	3.6.23
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITE_SUBDIR=	firefox/releases/${PORTVERSION}/linux-i686/xpi
 PKGNAMEPREFIX=
@@ -17,7 +18,7 @@
 COMMENT=	Localized interface for Firefox 3.6
 
 USE_FIREFOX=	36
-USE_XPI=	firefox3 linux-firefox
+USE_XPI=	firefox3
 
 USE_SUBMAKE=	yes
 

Modified: trunk/mail/thunderbird-i18n/Makefile
==============================================================================
--- trunk/mail/thunderbird-i18n/Makefile	Thu Sep 29 20:08:51 2011	(r643)
+++ trunk/mail/thunderbird-i18n/Makefile	Fri Sep 30 13:37:23 2011	(r644)
@@ -2,11 +2,12 @@
 # Date created:		29 May 2006
 # Whom:			Andrew Pantyukhin <infofarmer@FreeBSD.org>
 #
-# $FreeBSD: ports/mail/thunderbird-i18n/Makefile,v 1.50 2011/09/27 22:24:46 beat Exp $
+# $FreeBSD: ports/mail/thunderbird-i18n/Makefile,v 1.51 2011/09/30 13:33:07 beat Exp $
 #
 
 PORTNAME=	thunderbird-i18n
 PORTVERSION=	7.0
+PORTREVISION=	1
 CATEGORIES=	mail
 MASTER_SITE_SUBDIR=	thunderbird/releases/${PORTVERSION}/linux-i686/xpi
 PKGNAMEPREFIX=
@@ -24,7 +25,7 @@
 
 NO_BUILD=	yes
 USE_THUNDERBIRD=	70
-USE_XPI=	thunderbird
+USE_XPI=	thunderbird linux-thunderbird
 
 THUNDERBIRD_I18N_ALL=	ar br ca cs da de en-GB en-US es-AR es-ES et eu fi fr \
 			fy-NL ga-IE gd gl he hu is it ja ko lt nb-NO nl nn-NO \

Modified: trunk/mail/thunderbird3-i18n/Makefile
==============================================================================
--- trunk/mail/thunderbird3-i18n/Makefile	Thu Sep 29 20:08:51 2011	(r643)
+++ trunk/mail/thunderbird3-i18n/Makefile	Fri Sep 30 13:37:23 2011	(r644)
@@ -2,11 +2,12 @@
 # Date created:		29 May 2006
 # Whom:			Andrew Pantyukhin <infofarmer@FreeBSD.org>
 #
-# $FreeBSD: ports/mail/thunderbird3-i18n/Makefile,v 1.53 2011/09/28 02:41:54 beat Exp $
+# $FreeBSD: ports/mail/thunderbird3-i18n/Makefile,v 1.54 2011/09/30 13:33:07 beat Exp $
 #
 
 PORTNAME=	thunderbird3-i18n
 PORTVERSION=	3.1.15
+PORTREVISION=	1
 CATEGORIES=	mail
 MASTER_SITE_SUBDIR=	thunderbird/releases/${PORTVERSION}/linux-i686/xpi
 PKGNAMEPREFIX=
@@ -22,7 +23,7 @@
 
 NO_BUILD=	yes
 USE_THUNDERBIRD=	31
-USE_XPI=	thunderbird3 linux-thunderbird
+USE_XPI=	thunderbird3
 
 THUNDERBIRD_I18N_ALL=	af ar be bg bn-BD ca cs da de el en-GB en-US es-AR es-ES \
 			et eu fi fr fy-NL ga-IE he hu id is it ja ko lt nb-NO nl \

Modified: trunk/www/firefox-i18n/Makefile
==============================================================================
--- trunk/www/firefox-i18n/Makefile	Thu Sep 29 20:08:51 2011	(r643)
+++ trunk/www/firefox-i18n/Makefile	Fri Sep 30 13:37:23 2011	(r644)
@@ -2,11 +2,12 @@
 # Date created:		28 May 2006
 # Whom:			Andrew Pantyukhin <infofarmer@FreeBSD.org>
 #
-# $FreeBSD: ports/www/firefox-i18n/Makefile,v 1.58 2011/09/27 18:44:34 beat Exp $
+# $FreeBSD: ports/www/firefox-i18n/Makefile,v 1.59 2011/09/30 13:33:08 beat Exp $
 #
 
 PORTNAME=	firefox-i18n
 PORTVERSION=	7.0
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITE_SUBDIR=	firefox/releases/${PORTVERSION}/linux-i686/xpi
 PKGNAMEPREFIX=
@@ -19,7 +20,7 @@
 EXTRACT_DEPENDS=	zip:${PORTSDIR}/archivers/zip
 
 USE_FIREFOX=	70
-USE_XPI=	firefox
+USE_XPI=	firefox linux-firefox
 
 USE_SUBMAKE=	yes
 

Modified: trunk/www/firefox36-i18n/Makefile
==============================================================================
--- trunk/www/firefox36-i18n/Makefile	Thu Sep 29 20:08:51 2011	(r643)
+++ trunk/www/firefox36-i18n/Makefile	Fri Sep 30 13:37:23 2011	(r644)
@@ -2,11 +2,12 @@
 # Date created:		28 May 2006
 # Whom:			Andrew Pantyukhin <infofarmer@FreeBSD.org>
 #
-# $FreeBSD: ports/www/firefox36-i18n/Makefile,v 1.56 2011/08/18 10:01:12 ale Exp $
+# $FreeBSD: ports/www/firefox36-i18n/Makefile,v 1.60 2011/09/30 13:33:08 beat Exp $
 #
 
 PORTNAME=	firefox36-i18n
 PORTVERSION=	3.6.23
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITE_SUBDIR=	firefox/releases/${PORTVERSION}/linux-i686/xpi
 PKGNAMEPREFIX=
@@ -17,7 +18,7 @@
 COMMENT=	Localized interface for Firefox 3.6
 
 USE_FIREFOX=	36
-USE_XPI=	firefox3 linux-firefox
+USE_XPI=	firefox3
 
 USE_SUBMAKE=	yes
 

Modified: trunk/www/seamonkey-i18n/Makefile
==============================================================================
--- trunk/www/seamonkey-i18n/Makefile	Thu Sep 29 20:08:51 2011	(r643)
+++ trunk/www/seamonkey-i18n/Makefile	Fri Sep 30 13:37:23 2011	(r644)
@@ -2,11 +2,12 @@
 # Date created:		28 May 2006
 # Whom:			Andrew Pantyukhin <infofarmer@FreeBSD.org>
 #
-# $FreeBSD: ports/www/seamonkey-i18n/Makefile,v 1.9 2011/09/28 03:14:22 beat Exp $
+# $FreeBSD: ports/www/seamonkey-i18n/Makefile,v 1.10 2011/09/30 13:33:07 beat Exp $
 #
 
 PORTNAME=	seamonkey-i18n
 PORTVERSION=	2.4
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITE_SUBDIR=	seamonkey/releases/${PORTVERSION}/langpack
 PKGNAMEPREFIX=
@@ -19,7 +20,7 @@
 EXTRACT_DEPENDS=	zip:${PORTSDIR}/archivers/zip
 
 USE_SEAMONKEY=	24
-USE_XPI=	seamonkey
+USE_XPI=	seamonkey linux-seamonkey
 
 USE_SUBMAKE=	yes
 

Modified: trunk/www/seamonkey2-i18n/Makefile
==============================================================================
--- trunk/www/seamonkey2-i18n/Makefile	Thu Sep 29 20:08:51 2011	(r643)
+++ trunk/www/seamonkey2-i18n/Makefile	Fri Sep 30 13:37:23 2011	(r644)
@@ -2,12 +2,12 @@
 # Date created:		28 May 2006
 # Whom:			Andrew Pantyukhin <infofarmer@FreeBSD.org>
 #
-# $FreeBSD: ports/www/seamonkey2-i18n/Makefile,v 1.22 2011/08/23 08:01:58 ale Exp $
+# $FreeBSD: ports/www/seamonkey2-i18n/Makefile,v 1.23 2011/09/30 13:33:08 beat Exp $
 #
 
 PORTNAME=	seamonkey2-i18n
 PORTVERSION=	2.0.14
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	www
 MASTER_SITE_SUBDIR=	seamonkey/releases/${PORTVERSION}/langpack
 PKGNAMEPREFIX=
@@ -18,7 +18,7 @@
 COMMENT=	Localized interface for SeaMonkey 2
 
 USE_SEAMONKEY=	20
-USE_XPI=	seamonkey2 linux-seamonkey
+USE_XPI=	seamonkey2
 
 USE_SUBMAKE=	yes
 



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