From owner-freebsd-gecko@FreeBSD.ORG Sun Feb 2 11:33:44 2014 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2BD93A57 for ; Sun, 2 Feb 2014 11:33:44 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C0E58155E for ; Sun, 2 Feb 2014 11:33:43 +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 s12BXfnZ029271 for ; Sun, 2 Feb 2014 11:33:41 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id s12BXaFv025730 for freebsd-gecko@freebsd.org; Sun, 2 Feb 2014 11:33:36 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sun, 2 Feb 2014 11:33:36 GMT Message-Id: <201402021133.s12BXaFv025730@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] r1477 - in trunk: devel/nspr mail/thunderbird mail/thunderbird-i18n security/ca_root_nss security/nss www/firefox www/firefox-esr www/firefox-esr-i18n www/firefox-i18n www/libxul www/linux-firefox www/linux-seamonkey www/seamonkey www/seamonkey-i18n www/xpi-adblock MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Feb 2014 11:33:44 -0000 Author: beat Date: Sun Feb 2 11:33:35 2014 New Revision: 1477 Log: Sync with ports Modified: trunk/devel/nspr/Makefile trunk/mail/thunderbird-i18n/Makefile trunk/mail/thunderbird/Makefile trunk/security/ca_root_nss/Makefile trunk/security/nss/Makefile trunk/www/firefox-esr-i18n/Makefile trunk/www/firefox-esr/Makefile trunk/www/firefox-i18n/Makefile trunk/www/firefox/Makefile trunk/www/libxul/Makefile trunk/www/linux-firefox/Makefile trunk/www/linux-seamonkey/Makefile trunk/www/seamonkey-i18n/Makefile trunk/www/seamonkey/Makefile trunk/www/xpi-adblock/Makefile Modified: trunk/devel/nspr/Makefile ============================================================================== --- trunk/devel/nspr/Makefile Sun Feb 2 11:03:19 2014 (r1476) +++ trunk/devel/nspr/Makefile Sun Feb 2 11:33:35 2014 (r1477) @@ -1,5 +1,5 @@ # Created by: Maxim Sobolev -# $FreeBSD: head/devel/nspr/Makefile 331527 2013-10-24 20:08:22Z flo $ +# $FreeBSD: head/devel/nspr/Makefile 336446 2013-12-14 13:42:06Z flo $ PORTNAME= nspr DISTVERSION= 4.10.3 Modified: trunk/mail/thunderbird-i18n/Makefile ============================================================================== --- trunk/mail/thunderbird-i18n/Makefile Sun Feb 2 11:03:19 2014 (r1476) +++ trunk/mail/thunderbird-i18n/Makefile Sun Feb 2 11:33:35 2014 (r1477) @@ -1,5 +1,5 @@ # Created by: Andrew Pantyukhin -# $FreeBSD: head/mail/thunderbird-i18n/Makefile 330128 2013-10-12 13:21:23Z flo $ +# $FreeBSD: head/mail/thunderbird-i18n/Makefile 336446 2013-12-14 13:42:06Z flo $ PORTNAME= thunderbird-i18n PORTVERSION= 24.3.0 Modified: trunk/mail/thunderbird/Makefile ============================================================================== --- trunk/mail/thunderbird/Makefile Sun Feb 2 11:03:19 2014 (r1476) +++ trunk/mail/thunderbird/Makefile Sun Feb 2 11:33:35 2014 (r1477) @@ -1,5 +1,5 @@ # Created by: Joe Marcus Clarke -# $FreeBSD: head/mail/thunderbird/Makefile 324744 2013-08-14 22:35:50Z ak $ +# $FreeBSD: head/mail/thunderbird/Makefile 339634 2014-01-13 21:00:02Z rene $ PORTNAME= thunderbird DISTVERSION= 24.3.0 @@ -26,7 +26,7 @@ SSP_UNSAFE= yes USE_AUTOTOOLS= autoconf213:env -USE_PYTHON_BUILD=-2.7 +USE_PYTHON_BUILD=2 OBJDIR_BUILD= # in-tree build broken after bug 789837 USE_GECKO= gecko USE_MOZILLA= # empty Modified: trunk/security/ca_root_nss/Makefile ============================================================================== --- trunk/security/ca_root_nss/Makefile Sun Feb 2 11:03:19 2014 (r1476) +++ trunk/security/ca_root_nss/Makefile Sun Feb 2 11:33:35 2014 (r1477) @@ -1,4 +1,4 @@ -# $FreeBSD: head/security/ca_root_nss/Makefile 331531 2013-10-24 20:45:09Z flo $ +# $FreeBSD: head/security/ca_root_nss/Makefile 336446 2013-12-14 13:42:06Z flo $ PORTNAME= ca_root_nss PORTVERSION= ${VERSION_NSS} Modified: trunk/security/nss/Makefile ============================================================================== --- trunk/security/nss/Makefile Sun Feb 2 11:03:19 2014 (r1476) +++ trunk/security/nss/Makefile Sun Feb 2 11:33:35 2014 (r1477) @@ -1,5 +1,5 @@ # Created by: Maxim Sobolev -# $FreeBSD: head/security/nss/Makefile 331529 2013-10-24 20:10:51Z flo $ +# $FreeBSD: head/security/nss/Makefile 336446 2013-12-14 13:42:06Z flo $ PORTNAME= nss PORTVERSION= 3.15.4 Modified: trunk/www/firefox-esr-i18n/Makefile ============================================================================== --- trunk/www/firefox-esr-i18n/Makefile Sun Feb 2 11:03:19 2014 (r1476) +++ trunk/www/firefox-esr-i18n/Makefile Sun Feb 2 11:33:35 2014 (r1477) @@ -1,5 +1,5 @@ # Created by: Andrew Pantyukhin -# $FreeBSD: head/www/firefox-esr-i18n/Makefile 313676 2013-03-08 22:27:39Z flo $ +# $FreeBSD: head/www/firefox-esr-i18n/Makefile 336446 2013-12-14 13:42:06Z flo $ PORTNAME= firefox PORTVERSION= 24.3.0 Modified: trunk/www/firefox-esr/Makefile ============================================================================== --- trunk/www/firefox-esr/Makefile Sun Feb 2 11:03:19 2014 (r1476) +++ trunk/www/firefox-esr/Makefile Sun Feb 2 11:33:35 2014 (r1477) @@ -1,5 +1,5 @@ # Created by: Alan Eldridge -# $FreeBSD: head/www/firefox-esr/Makefile 310207 2013-01-10 22:29:23Z flo $ +# $FreeBSD: head/www/firefox-esr/Makefile 339634 2014-01-13 21:00:02Z rene $ PORTNAME= firefox DISTVERSION= 24.3.0 @@ -22,7 +22,7 @@ LIB_DEPENDS= libv4l2.so:${PORTSDIR}/multimedia/libv4l USE_AUTOTOOLS= autoconf213:env -USE_PYTHON_BUILD=-2.7 +USE_PYTHON_BUILD=2 OBJDIR_BUILD= # in-tree build broken after bug 789837 USE_GECKO= gecko CONFLICTS= firefox-2[0-35-9].* firefox-1[1-689].* Modified: trunk/www/firefox-i18n/Makefile ============================================================================== --- trunk/www/firefox-i18n/Makefile Sun Feb 2 11:03:19 2014 (r1476) +++ trunk/www/firefox-i18n/Makefile Sun Feb 2 11:33:35 2014 (r1477) @@ -1,5 +1,5 @@ # Created by: Andrew Pantyukhin -# $FreeBSD: head/www/firefox-i18n/Makefile 313676 2013-03-08 22:27:39Z flo $ +# $FreeBSD: head/www/firefox-i18n/Makefile 336446 2013-12-14 13:42:06Z flo $ PORTNAME= firefox-i18n PORTVERSION= 27.0 Modified: trunk/www/firefox/Makefile ============================================================================== --- trunk/www/firefox/Makefile Sun Feb 2 11:03:19 2014 (r1476) +++ trunk/www/firefox/Makefile Sun Feb 2 11:33:35 2014 (r1477) @@ -1,5 +1,5 @@ # Created by: Alan Eldridge -# $FreeBSD: head/www/firefox/Makefile 310227 2013-01-11 10:22:40Z ehaupt $ +# $FreeBSD: head/www/firefox/Makefile 339634 2014-01-13 21:00:02Z rene $ PORTNAME= firefox DISTVERSION= 27.0 @@ -23,7 +23,7 @@ LIB_DEPENDS= libv4l2.so:${PORTSDIR}/multimedia/libv4l USE_AUTOTOOLS= autoconf213:env -USE_PYTHON_BUILD=-2.7 +USE_PYTHON_BUILD=2 OBJDIR_BUILD= # in-tree build broken after bug 789837 USE_GECKO= gecko CONFLICTS= firefox-esr-24.* firefox-esr-17.* firefox-1[07].* Modified: trunk/www/libxul/Makefile ============================================================================== --- trunk/www/libxul/Makefile Sun Feb 2 11:03:19 2014 (r1476) +++ trunk/www/libxul/Makefile Sun Feb 2 11:33:35 2014 (r1477) @@ -1,5 +1,5 @@ # Created by: Michael Johnson -# $FreeBSD: head/www/libxul/Makefile 310165 2013-01-09 23:28:19Z flo $ +# $FreeBSD: head/www/libxul/Makefile 339634 2014-01-13 21:00:02Z rene $ PORTNAME= libxul DISTVERSION= 24.2.0 @@ -24,7 +24,7 @@ CONFLICTS= libxul-1.9.* USE_AUTOTOOLS= autoconf213:env -USE_PYTHON_BUILD=-2.7 +USE_PYTHON_BUILD=2 WANT_GNOME= yes USE_QT4= # empty QT_NONSTANDARD= yes Modified: trunk/www/linux-firefox/Makefile ============================================================================== --- trunk/www/linux-firefox/Makefile Sun Feb 2 11:03:19 2014 (r1476) +++ trunk/www/linux-firefox/Makefile Sun Feb 2 11:33:35 2014 (r1477) @@ -1,5 +1,5 @@ # Created by: voisine -# $FreeBSD: head/www/linux-firefox/Makefile 310165 2013-01-09 23:28:19Z flo $ +# $FreeBSD: head/www/linux-firefox/Makefile 336446 2013-12-14 13:42:06Z flo $ PORTNAME= firefox DISTVERSION= 27.0 Modified: trunk/www/linux-seamonkey/Makefile ============================================================================== --- trunk/www/linux-seamonkey/Makefile Sun Feb 2 11:03:19 2014 (r1476) +++ trunk/www/linux-seamonkey/Makefile Sun Feb 2 11:33:35 2014 (r1477) @@ -1,5 +1,5 @@ # Created by: Andrew Pantyukhin -# $FreeBSD: head/www/linux-seamonkey/Makefile 310165 2013-01-09 23:28:19Z flo $ +# $FreeBSD: head/www/linux-seamonkey/Makefile 336446 2013-12-14 13:42:06Z flo $ PORTNAME= seamonkey DISTVERSION= 2.24b1 Modified: trunk/www/seamonkey-i18n/Makefile ============================================================================== --- trunk/www/seamonkey-i18n/Makefile Sun Feb 2 11:03:19 2014 (r1476) +++ trunk/www/seamonkey-i18n/Makefile Sun Feb 2 11:33:35 2014 (r1477) @@ -1,5 +1,5 @@ # Created by: Andrew Pantyukhin -# $FreeBSD: head/www/seamonkey-i18n/Makefile 313857 2013-03-11 07:28:17Z flo $ +# $FreeBSD: head/www/seamonkey-i18n/Makefile 336446 2013-12-14 13:42:06Z flo $ PORTNAME= seamonkey-i18n PORTVERSION= 2.24b1 Modified: trunk/www/seamonkey/Makefile ============================================================================== --- trunk/www/seamonkey/Makefile Sun Feb 2 11:03:19 2014 (r1476) +++ trunk/www/seamonkey/Makefile Sun Feb 2 11:33:35 2014 (r1477) @@ -1,5 +1,5 @@ # Created by: eivind/dima/jseger -# $FreeBSD: head/www/seamonkey/Makefile 324744 2013-08-14 22:35:50Z ak $ +# $FreeBSD: head/www/seamonkey/Makefile 339634 2014-01-13 21:00:02Z rene $ PORTNAME= seamonkey DISTVERSION= 2.24b1 @@ -27,7 +27,7 @@ SSP_UNSAFE= yes USE_AUTOTOOLS= autoconf213:env -USE_PYTHON_BUILD=-2.7 +USE_PYTHON_BUILD=2 OBJDIR_BUILD= # in-tree build broken after bug 789837 USE_BZIP2= yes USE_GECKO= gecko Modified: trunk/www/xpi-adblock/Makefile ============================================================================== --- trunk/www/xpi-adblock/Makefile Sun Feb 2 11:03:19 2014 (r1476) +++ trunk/www/xpi-adblock/Makefile Sun Feb 2 11:33:35 2014 (r1477) @@ -1,9 +1,5 @@ -# New ports collection makefile for: xpi-adblock -# Date created: 28 March 2006 -# Whom: Andrew Pantyukhin -# -# $FreeBSD: ports/www/xpi-adblock/Makefile,v 1.10 2009/01/03 13:12:11 miwi Exp $ -# +# Created by: Andrew Pantyukhin +# $FreeBSD: head/www/xpi-adblock/Makefile 341198 2014-01-26 15:07:21Z miwi $ PORTNAME= adblock PORTVERSION= 0.5.3.043