Index: head/devel/jwasm/Makefile =================================================================== --- head/devel/jwasm/Makefile (revision 529003) +++ head/devel/jwasm/Makefile (revision 529004) @@ -1,47 +1,45 @@ # Created by: Pedro F. Giffuni # $FreeBSD$ PORTNAME= jwasm PORTVERSION= 2.13 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel MAINTAINER= ak@FreeBSD.org COMMENT= Fork of OpenWatcom x86 assembler with AMD64 support LICENSE= OpenWatcom LICENSE_NAME= Sybase Open Watcom Public License version 1.0 -LICENSE_FILE= ${WRKSRC}/License.txt +LICENSE_FILE= ${WRKSRC}/Html/License.html LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -ONLY_FOR_ARCHS= amd64 i386 - USES= alias dos2unix gmake USE_GITHUB= yes -GH_ACCOUNT= JWasm -GH_PROJECT= ${GH_ACCOUNT} +GH_ACCOUNT= Baron-von-Riedesel +GH_PROJECT= JWasm +GH_TAGNAME= 95ed609 OPTIONS_DEFINE= DOCS MAKEFILE= GccUnix.mak -PORTDOCS= * +PORTDOCS= Readme.html Manual.html PLIST_FILES= bin/jwasm MAKE_JOBS_UNSAFE= yes post-patch: @${REINPLACE_CMD} -e \ '/^extra_c_flags/s|-O2|$$(CFLAGS)| ; \ /^CC/s| =| ?=| ; \ s|-s -o|-o|' ${WRKSRC}/GccUnix.mak do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/GccUnixR/jwasm ${STAGEDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/build/GccUnixR/jwasm ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/*.txt ${STAGEDIR}${DOCSDIR} - @${MKDIR} ${STAGEDIR}${DOCSDIR}/manual - ${INSTALL_DATA} ${WRKSRC}/Doc/*.txt ${STAGEDIR}${DOCSDIR}/manual + ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/Html/,} ${STAGEDIR}${DOCSDIR} .include Index: head/devel/jwasm/distinfo =================================================================== --- head/devel/jwasm/distinfo (revision 529003) +++ head/devel/jwasm/distinfo (revision 529004) @@ -1,3 +1,3 @@ -TIMESTAMP = 1579499738 -SHA256 (JWasm-JWasm-2.13_GH0.tar.gz) = 82bc14860ec1d0552daeffbd202f83f9bba6a2756056b5e21ef81fabdb8e83a4 -SIZE (JWasm-JWasm-2.13_GH0.tar.gz) = 578365 +TIMESTAMP = 1584942729 +SHA256 (Baron-von-Riedesel-JWasm-2.13-95ed609_GH0.tar.gz) = 31b1ffb899a4ed07770efe2a5739a751ba9b2dcf889c8d4751ca2bb032cb1c3a +SIZE (Baron-von-Riedesel-JWasm-2.13-95ed609_GH0.tar.gz) = 2116382 Index: head/devel/jwasm/pkg-descr =================================================================== --- head/devel/jwasm/pkg-descr (revision 529003) +++ head/devel/jwasm/pkg-descr (revision 529004) @@ -1,19 +1,19 @@ JWasm is a MASM v6 compatible assembler. It's a fork of Open Watcom's WASM and released under the Sybase Open Watcom Public License, which allows free commercial and non-commercial use. JWasm is written in C, source code is open. JWasm Features: - JWasm natively supports output formats Intel OMF, MS Coff (32- and 64-bit), Elf (32- and 64-bit), Bin and DOS MZ. - precompiled JWasm binaries are available for DOS, Windows and Linux. For OS/2 and FreeBSD, makefiles are supplied. - Instructions up to SSSE3 are supported. - The JWasm source is portable and has successfully been tested with Open Watcom, MS VC, GCC and more. - As far as programming for Windows is concerned, JWasm can be used with both Win32Inc and Masm32. - C header files can be converted to include files for JWasm with h2incX. -WWW: https://jwasm.github.io/ +WWW: https://github.com/Baron-von-Riedesel/JWasm