Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Mar 2014 11:21:22 +0000 (UTC)
From:      Beat Gaetzi <beat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r348680 - head/Mk
Message-ID:  <201403201121.s2KBLMXQ085407@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: beat
Date: Thu Mar 20 11:21:21 2014
New Revision: 348680
URL: http://svnweb.freebsd.org/changeset/ports/348680
QAT: https://qat.redports.org/buildarchive/r348680/

Log:
  - Bump SeaMonkey version to 2.25

Modified:
  head/Mk/bsd.gecko.mk

Modified: head/Mk/bsd.gecko.mk
==============================================================================
--- head/Mk/bsd.gecko.mk	Thu Mar 20 10:32:41 2014	(r348679)
+++ head/Mk/bsd.gecko.mk	Thu Mar 20 11:21:21 2014	(r348680)
@@ -187,9 +187,9 @@ Gecko_Pre_Include=			bsd.gecko.mk
 #                         version is given by the maintainer via the port
 #                         or by the user via defined variable try to find
 #                         the highest stable installed version.
-#                         Available values: yes 24+ 24
+#                         Available values: yes 25+ 25
 #                         NOTE:
-#                         default value 24 is used in case of USE_SEAMONKEY=yes
+#                         default value 25 is used in case of USE_SEAMONKEY=yes
 #
 # USE_SEAMONKEY_BUILD     Add buildtime dependency on SeaMonkey.
 #                         Available values: see USE_SEAMONKEY
@@ -291,12 +291,12 @@ USE_SEAMONKEY:=				${USE_SEAMONKEY_BUILD
 _SEAMONKEY_BUILD_DEPENDS=	yes
 .endif
 
-_SEAMONKEY_DEFAULT_VERSION=	24
-_SEAMONKEY_VERSIONS=		24
-_SEAMONKEY_RANGE_VERSIONS=	24+
+_SEAMONKEY_DEFAULT_VERSION=	25
+_SEAMONKEY_VERSIONS=		25
+_SEAMONKEY_RANGE_VERSIONS=	25+
 
-# For specifying [24, ..]+
-_SEAMONKEY_24P=	24
+# For specifying [25, ..]+
+_SEAMONKEY_25P=	25
 
 # Set the default SeaMonkey version and check if USE_SEAMONKEY=yes was given
 .if ${USE_SEAMONKEY} == "yes"
@@ -338,7 +338,7 @@ IGNORE=			cannot install: unknown SeaMon
 .endif
 
 # Dependence lines for different SeaMonkey versions
-24_DEPENDS=		${LOCALBASE}/lib/seamonkey/seamonkey:${PORTSDIR}/www/seamonkey
+25_DEPENDS=		${LOCALBASE}/lib/seamonkey/seamonkey:${PORTSDIR}/www/seamonkey
 
 # Add dependencies
 .if defined(USE_SEAMONKEY)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403201121.s2KBLMXQ085407>