[SVN-Commit] r1431 - trunk/www/linux-seamonkey

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Fri Dec 6 00:01:02 UTC 2013


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,' \


More information about the freebsd-gecko mailing list