svn commit: r371111 - branches/2014Q4/Mk/Uses

Antoine Brodin antoine at FreeBSD.org
Sat Oct 18 10:25:09 UTC 2014


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}
 


More information about the svn-ports-branches mailing list