Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Oct 2014 10:25:08 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r371111 - branches/2014Q4/Mk/Uses
Message-ID:  <201410181025.s9IAP85o056863@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Oct 18 10:25:08 2014
New Revision: 371111
URL: https://svnweb.freebsd.org/changeset/ports/371111
QAT: https://qat.redports.org/buildarchive/r371111/

Log:
  MFH: r371110
  
  Unbreak seamonkey-i18n
  
  With hat:	portmgr

Modified:
  branches/2014Q4/Mk/Uses/gecko.mk
Directory Properties:
  branches/2014Q4/   (props changed)

Modified: branches/2014Q4/Mk/Uses/gecko.mk
==============================================================================
--- branches/2014Q4/Mk/Uses/gecko.mk	Sat Oct 18 10:23:53 2014	(r371110)
+++ branches/2014Q4/Mk/Uses/gecko.mk	Sat Oct 18 10:25:08 2014	(r371111)
@@ -51,8 +51,8 @@ _GECKO_INSTALLED_VER:=	${_GECKO_INSTALLE
 
 .elif ${gecko_ARGS:Mseamonkey}
 
-_GECKO_DEFAULT_VERSION=	29
-_GECKO_VERSIONS=		29
+_GECKO_DEFAULT_VERSION=	30
+_GECKO_VERSIONS=		30
 _GECKO_TYPE=	seamonkey
 
 .if exists(${LOCALBASE}/bin/seamonkey)
@@ -61,7 +61,7 @@ _GECKO_INSTALLED_VER:=	${_GECKO_INSTALLE
 .endif
 
 # Dependence lines for different Seamonkey versions
-29_DEPENDS=		${LOCALBASE}/lib/seamonkey/seamonkey:${PORTSDIR}/www/seamonkey
+30_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?201410181025.s9IAP85o056863>