1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Upgrade to 1.4.

This commit is contained in:
Jun Kuriyama 2002-05-17 09:49:43 +00:00
parent 3952f193ad
commit b5eed88f64
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=59325
3 changed files with 3 additions and 21 deletions

View File

@ -6,15 +6,13 @@
#
PORTNAME= flasm
PORTVERSION= 1.32
PORTVERSION= 1.4
CATEGORIES= graphics
MASTER_SITES= http://www.nowrap.de/
DISTNAME= flasm13src
DISTNAME= flasm14src
MAINTAINER= kuriyama@FreeBSD.org
BROKEN= "Checksum fails"
USE_ZIP= YES
USE_GMAKE= YES
USE_BISON= YES

View File

@ -1 +1 @@
MD5 (flasm13src.zip) = 5bc87b8aebfac885a6d4ce39ad652e77
MD5 (flasm14src.zip) = e0b470218a29cffa552d435984922dfd

View File

@ -36,19 +36,3 @@
break;
}
@@ -1338,15 +1319,7 @@
if ((mode >= MODE_UPDATE) && (constend>0))
rebuildConstantPool();
- if (targetIndent==1)
- {
- --indent;
- println("end");
- targetIndent = 0;
- }
-
--indent;
-
if (frameNum!=-1) println("end // of frame %i",frameNum);
free(buffer);
}