- Update to 0.3.0
PR: ports/61277 Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org>
This commit is contained in:
parent
f41acd113e
commit
f88fd0bff6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98032
@ -7,8 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= yasm
|
||||
PORTVERSION= 0.2.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.3.0
|
||||
CATEGORIES= devel lang
|
||||
MASTER_SITES= http://www.tortall.net/projects/yasm/releases/
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (yasm-0.2.1.tar.gz) = 3d6f812b025615e8f2f10af3e53243a8
|
||||
MD5 (yasm-0.3.0.tar.gz) = ca5e82c3f567186cdf8811c0b785aa5e
|
||||
|
@ -5,7 +5,6 @@ include/libyasm/bc-int.h
|
||||
include/libyasm/bitvect.h
|
||||
include/libyasm/bytecode.h
|
||||
include/libyasm/compat-queue.h
|
||||
include/libyasm/config.h
|
||||
include/libyasm/coretype.h
|
||||
include/libyasm/dbgfmt.h
|
||||
include/libyasm/errwarn.h
|
||||
@ -22,29 +21,33 @@ include/libyasm/parser.h
|
||||
include/libyasm/preproc.h
|
||||
include/libyasm/section.h
|
||||
include/libyasm/symrec.h
|
||||
include/libyasm/util.h
|
||||
include/libyasm/valparam.h
|
||||
@dirrm include/libyasm
|
||||
lib/libyasm.a
|
||||
lib/libyasm.so
|
||||
lib/libyasm.so.0
|
||||
lib/yasm_basic.a
|
||||
lib/yasm_basic.so
|
||||
lib/yasm_bin.a
|
||||
lib/yasm_bin.so
|
||||
lib/yasm_coff.a
|
||||
lib/yasm_coff.so
|
||||
lib/yasm_dbg.a
|
||||
lib/yasm_dbg.so
|
||||
lib/yasm_nasm.a
|
||||
lib/yasm_nasm.so
|
||||
lib/yasm_null.a
|
||||
lib/yasm_null.so
|
||||
lib/yasm_raw.a
|
||||
lib/yasm_raw.so
|
||||
lib/yasm_win32.a
|
||||
lib/yasm_win32.so
|
||||
lib/yasm_x86.a
|
||||
lib/yasm_x86.so
|
||||
lib/yasm_yapp.a
|
||||
lib/yasm_yapp.so
|
||||
lib/yasm/arch_lc3b.a
|
||||
lib/yasm/arch_lc3b.so
|
||||
lib/yasm/arch_x86.a
|
||||
lib/yasm/arch_x86.so
|
||||
lib/yasm/dbgfmt_null.a
|
||||
lib/yasm/dbgfmt_null.so
|
||||
lib/yasm/objfmt_bin.a
|
||||
lib/yasm/objfmt_bin.so
|
||||
lib/yasm/objfmt_coff.a
|
||||
lib/yasm/objfmt_coff.so
|
||||
lib/yasm/objfmt_dbg.a
|
||||
lib/yasm/objfmt_dbg.so
|
||||
lib/yasm/objfmt_elf.a
|
||||
lib/yasm/objfmt_elf.so
|
||||
lib/yasm/objfmt_win32.a
|
||||
lib/yasm/objfmt_win32.so
|
||||
lib/yasm/optimizer_basic.a
|
||||
lib/yasm/optimizer_basic.so
|
||||
lib/yasm/parser_nasm.a
|
||||
lib/yasm/parser_nasm.so
|
||||
lib/yasm/preproc_nasm.a
|
||||
lib/yasm/preproc_nasm.so
|
||||
lib/yasm/preproc_raw.a
|
||||
lib/yasm/preproc_raw.so
|
||||
@dirrm lib/yasm
|
||||
@dirrm include/libyasm
|
||||
|
Loading…
Reference in New Issue
Block a user