svn commit: r371110 - head/Mk/Uses

Antoine Brodin antoine at FreeBSD.org
Sat Oct 18 10:23:54 UTC 2014


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}
 


More information about the svn-ports-head mailing list