Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Dec 2013 00:00:54 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r1431 - trunk/www/linux-seamonkey
Message-ID:  <201312060000.rB600sdW084854@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help

Author: jbeich
Date: Fri Dec  6 00:00:54 2013
New Revision: 1431

Log:
fix version check for seamonkey

Modified:
   trunk/www/linux-seamonkey/Makefile.common

Modified: trunk/www/linux-seamonkey/Makefile.common
==============================================================================
--- trunk/www/linux-seamonkey/Makefile.common	Thu Dec  5 09:34:30 2013	(r1430)
+++ trunk/www/linux-seamonkey/Makefile.common	Fri Dec  6 00:00:54 2013	(r1431)
@@ -75,8 +75,8 @@
 	# empty port preferences
 	@${DO_NADA} >>${PREFS_FILE}
 
-. if ${DISTVERSION:R:R} < 28 || \
- (${PORTNAME} == "seamonkey" && ${DISTVERSION:R:E} < 25)
+. if (${DISTVERSION:R:R} < 28 && ${PORTNAME} != "seamonkey") || \
+ (${PORTNAME} == "seamonkey" && ${DISTVERSION:C/^[0-9]\.//:C/b.*//} < 25)
 	# dummy resident-unique for make about:memory's "measure"
 	@${REINPLACE_CMD} -i '' \
 		's,/proc/self/smaps\(.Private\),////////dev/null\1,' \



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