From 1197a03c4ef7b2ae48020f59d151746dae10e34b Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Fri, 24 Feb 2012 03:50:23 +0000 Subject: - Update to 1.69.39 Changes: 1.69.39: - Fixed a bug in expression calculator that caused result of division by number larger than 32-bit be always the absolute value of actual result (the sign was dropped). 1.69.38: - Fixed a small bug that made relative offsets get invalid symbol type in some cases. 1.69.37: - Added "relativeto" testing operator. - Couple of small bugfixes. 1.69.36: - Added "assert" directive. - Macroinstruction argument now can have default value, defined with "=" symbol followed by value after the argument name in definition. - Fixed a bug which disallowed combining unary "+" with other unary operators. PR: ports/165395 Submitted by: Aldis Berjoza (maintainer) --- lang/fasm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/fasm/Makefile') diff --git a/lang/fasm/Makefile b/lang/fasm/Makefile index c4925c6f63ed..6e1513c969b3 100644 --- a/lang/fasm/Makefile +++ b/lang/fasm/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fasm -PORTVERSION= 1.69.35 +PORTVERSION= 1.69.39 CATEGORIES= lang devel MASTER_SITES= http://flatassembler.net/ -- cgit v1.2.3