From owner-svn-ports-head@FreeBSD.ORG Fri Feb 27 15:16:57 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9242F130; Fri, 27 Feb 2015 15:16:57 +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 7D6C1994; Fri, 27 Feb 2015 15:16:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1RFGvwu034426; Fri, 27 Feb 2015 15:16:57 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1RFGv9M034425; Fri, 27 Feb 2015 15:16:57 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201502271516.t1RFGv9M034425@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 27 Feb 2015 15:16:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r380096 - head/Mk/Uses X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Feb 2015 15:16:57 -0000 Author: jbeich Date: Fri Feb 27 15:16:56 2015 New Revision: 380096 URL: https://svnweb.freebsd.org/changeset/ports/380096 QAT: https://qat.redports.org/buildarchive/r380096/ Log: Unbreak USES=gecko:seamonkey as www/seamonkey is still at 2.32.x Leaving www/linux-seamonkey at 2.33b1 for now. VuXML still marks it as vulnerable, so updating is discouraged but should be harmless unless seamonkey-i18n is also used. 2.33 release should happen in a few days (2015-03-02 per bug 1137028). MFH: 2015Q1 X-MFH-With: r380090 Modified: head/Mk/Uses/gecko.mk Modified: head/Mk/Uses/gecko.mk ============================================================================== --- head/Mk/Uses/gecko.mk Fri Feb 27 15:12:42 2015 (r380095) +++ head/Mk/Uses/gecko.mk Fri Feb 27 15:16:56 2015 (r380096) @@ -51,8 +51,8 @@ _GECKO_INSTALLED_VER:= ${_GECKO_INSTALLE .elif ${gecko_ARGS:Mseamonkey} -_GECKO_DEFAULT_VERSION= 33 -_GECKO_VERSIONS= 33 +_GECKO_DEFAULT_VERSION= 32 +_GECKO_VERSIONS= 32 _GECKO_TYPE= seamonkey .if exists(${LOCALBASE}/bin/seamonkey) @@ -61,7 +61,7 @@ _GECKO_INSTALLED_VER:= ${_GECKO_INSTALLE .endif # Dependence lines for different Seamonkey versions -33_DEPENDS= ${LOCALBASE}/lib/seamonkey/seamonkey:${PORTSDIR}/www/seamonkey +32_DEPENDS= ${LOCALBASE}/lib/seamonkey/seamonkey:${PORTSDIR}/www/seamonkey .elif ${gecko_ARGS:Mthunderbird}