Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Oct 2014 10:23:54 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r371110 - head/Mk/Uses
Message-ID:  <201410181023.s9IANsFa056571@svn.freebsd.org>

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

Log:
  Unbreak seamonkey-i18n
  
  With hat:	portmgr

Modified:
  head/Mk/Uses/gecko.mk

Modified: head/Mk/Uses/gecko.mk
==============================================================================
--- head/Mk/Uses/gecko.mk	Sat Oct 18 10:18:44 2014	(r371109)
+++ head/Mk/Uses/gecko.mk	Sat Oct 18 10:23:53 2014	(r371110)
@@ -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?201410181023.s9IANsFa056571>