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,' \
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "[email protected]"

Reply via email to