svn commit: r402196 - head/Mk/Uses

Jan Beich jbeich at FreeBSD.org
Sat Nov 21 20:04:30 UTC 2015


Author: jbeich
Date: Sat Nov 21 20:04:28 2015
New Revision: 402196
URL: https://svnweb.freebsd.org/changeset/ports/402196

Log:
  www/seamonkey-i18n: unbreak after r401981
  
  =======================<phase: configure      >============================
  ===>  seamonkey-i18n-2.39 cannot install: seamonkey versions mismatch:
  seamonkey-39 is installed and wanted version is seamonkey-.
  *** Error code 1
  
  PR:		204692
  Reported by:	pkg-fallout, martin.dieringer at gmx.de
  MFH:		2015Q4
  X-MFH-With:	r401981

Modified:
  head/Mk/Uses/gecko.mk   (contents, props changed)

Modified: head/Mk/Uses/gecko.mk
==============================================================================
--- head/Mk/Uses/gecko.mk	Sat Nov 21 20:02:46 2015	(r402195)
+++ head/Mk/Uses/gecko.mk	Sat Nov 21 20:04:28 2015	(r402196)
@@ -51,8 +51,8 @@ _GECKO_INSTALLED_VER:=	${_GECKO_INSTALLE
 
 .elif ${gecko_ARGS:Mseamonkey}
 
-_GECKO_DEFAULT_VERSION=	33
-_GECKO_VERSIONS=		33
+_GECKO_DEFAULT_VERSION=	39
+_GECKO_VERSIONS=		39
 _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
+39_DEPENDS=		${LOCALBASE}/lib/seamonkey/seamonkey:${PORTSDIR}/www/seamonkey
 
 .elif ${gecko_ARGS:Mthunderbird}
 


More information about the svn-ports-all mailing list