aboutsummaryrefslogtreecommitdiff
path: root/lang/fasm/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-02-24 03:50:23 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-02-24 03:50:23 +0000
commit1197a03c4ef7b2ae48020f59d151746dae10e34b (patch)
treed214184bb22c0aa95e5dad14ec4825c178f54f5a /lang/fasm/Makefile
parent2e7df9db6767949f6cb7ba7f1aee55090d30cc83 (diff)
downloadports-1197a03c4ef7b2ae48020f59d151746dae10e34b.tar.gz
ports-1197a03c4ef7b2ae48020f59d151746dae10e34b.zip
- 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 <graudeejs@gmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=292144
Diffstat (limited to 'lang/fasm/Makefile')
-rw-r--r--lang/fasm/Makefile2
1 files changed, 1 insertions, 1 deletions
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/