Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Feb 2015 15:16:57 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r380096 - head/Mk/Uses
Message-ID:  <201502271516.t1RFGv9M034425@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}
 



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