diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-02-24 11:50:23 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-02-24 11:50:23 +0800 |
commit | e464580e1bde511e82aeb56e9c54c121f319ffbd (patch) | |
tree | 79d85c20ef81c1a540e70db1616ae2ffcadf166e /lang/fasm | |
parent | c40e834f960f21eb0e44c73a676bcfd885fae209 (diff) | |
download | freebsd-ports-gnome-e464580e1bde511e82aeb56e9c54c121f319ffbd.tar.gz freebsd-ports-gnome-e464580e1bde511e82aeb56e9c54c121f319ffbd.tar.zst freebsd-ports-gnome-e464580e1bde511e82aeb56e9c54c121f319ffbd.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)
Diffstat (limited to 'lang/fasm')
-rw-r--r-- | lang/fasm/Makefile | 2 | ||||
-rw-r--r-- | lang/fasm/distinfo | 4 |
2 files changed, 3 insertions, 3 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/ diff --git a/lang/fasm/distinfo b/lang/fasm/distinfo index c5789153dcd6..e03ed26bd332 100644 --- a/lang/fasm/distinfo +++ b/lang/fasm/distinfo @@ -1,2 +1,2 @@ -SHA256 (fasm-1.69.35.tar.gz) = 7f30f5d6b0b1d1f44f8c67b3c830f297b1ccc22cc7b8aaf631d6ebe05b7f3c25 -SIZE (fasm-1.69.35.tar.gz) = 230955 +SHA256 (fasm-1.69.39.tar.gz) = 6b7fa80ac29a63ff3c18c6e687d46ec0636a9aeeab534b784d2e47b300bee301 +SIZE (fasm-1.69.39.tar.gz) = 229234 |