Sat Oct 26 12:47:37 2019 UTC ()
sasm: Update to SASM 3.10.1

Switch from qt4 to qt5.

Upstream changelog
==================

Version 3.10.1 Stable

@Dman95 Dman95 released this on 8 Oct 2018

    Fix for lack of macro object in the linking options after 3.10.0 update.

Version 3.10.0 Stable

@Dman95 Dman95 released this on 1 Oct 2018
3 commits to master since this release

    BSD OS support (thanks Martinfx);
    Fix for not working debugging on systems where gcc has default PIE option (thanks lberserq);
    Spanish language added (thanks Mariano Cordoba);
    Small settings usability fixes.

Version 3.9.0 Stable

@Dman95 Dman95 released this on 11 Sep 2017
9 commits to master since this release

    More convinient memory expression watches have been added;
    Debugger crash bug has been fixed (thanks lberserq);
    Polish language translation has been added (thanks Krzysztof Rossa);
    Hebrew language translation has been added (thanks Elian Kamal).

Version 3.8.0 Stable

@Dman95 Dman95 released this on 19 Feb 2017
17 commits to master since this release

    Registers parsing while debugging has been improved;
    Build in current directory option has been added;
    Italian language translation has been added.

Version 3.7.0 Stable

@Dman95 Dman95 released this on 30 Oct 2016
34 commits to master since this release

    Chinese language has been added;
    German language has been added;
    Bug with single application crashes has been fixed;
    Bug with unprintable characters in program output has been fixed.


(kamil)
diff -r1.5 -r1.6 pkgsrc/editors/sasm/Makefile
diff -r1.3 -r1.4 pkgsrc/editors/sasm/distinfo

cvs diff -r1.5 -r1.6 pkgsrc/editors/sasm/Makefile (expand / switch to unified diff)

--- pkgsrc/editors/sasm/Makefile 2018/03/12 11:16:24 1.5
+++ pkgsrc/editors/sasm/Makefile 2019/10/26 12:47:37 1.6
@@ -1,26 +1,24 @@ @@ -1,26 +1,24 @@
1# $NetBSD: Makefile,v 1.5 2018/03/12 11:16:24 wiz Exp $ 1# $NetBSD: Makefile,v 1.6 2019/10/26 12:47:37 kamil Exp $
2 2
3DISTNAME= SASM-3.6.0 3DISTNAME= SASM-3.10.1
4PKGNAME= ${DISTNAME:tl} 4PKGNAME= ${DISTNAME:tl}
5PKGREVISION= 1 
6CATEGORIES= editors x11 5CATEGORIES= editors x11
7MASTER_SITES= ${MASTER_SITE_GITHUB:=Dman95/} 6MASTER_SITES= ${MASTER_SITE_GITHUB:=Dman95/}
8GITHUB_PROJECT= SASM 7GITHUB_PROJECT= SASM
9GITHUB_TAG= v${PKGVERSION_NOREV} 8GITHUB_TAG= v${PKGVERSION_NOREV}
10 9
11MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
12HOMEPAGE= https://github.com/Dman95/SASM/ 11HOMEPAGE= https://github.com/Dman95/SASM/
13COMMENT= Simple crossplatform IDE for NASM, MASM, GAS and FASM 12COMMENT= Simple crossplatform IDE for NASM, MASM, GAS and FASM
14LICENSE= gnu-gpl-v3 13LICENSE= gnu-gpl-v3
15 14
16USE_LANGUAGES= c c++ 15USE_LANGUAGES= c c++
17 16
18INSTALL_MAKE_FLAGS+= INSTALL_ROOT=${DESTDIR} 17INSTALL_MAKE_FLAGS+= INSTALL_ROOT=${DESTDIR}
19 18
20do-configure: 19do-configure:
21 ${RUN} cd ${WRKSRC} && ${PKGSRC_ENV} ${CONFIGURE_ENV} ${QTDIR}/bin/qmake PREFIX=${PREFIX} -o Makefile 20 ${RUN} cd ${WRKSRC} && ${PKGSRC_ENV} ${CONFIGURE_ENV} ${QTDIR}/bin/qmake PREFIX=${PREFIX} -o Makefile
22 21
23.include "../../sysutils/desktop-file-utils/desktopdb.mk" 22.include "../../sysutils/desktop-file-utils/desktopdb.mk"
24.include "../../x11/qt4-libs/buildlink3.mk" 23.include "../../x11/qt5-qtbase/buildlink3.mk"
25.include "../../x11/qt4-tools/buildlink3.mk" 
26.include "../../mk/bsd.pkg.mk" 24.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/editors/sasm/distinfo (expand / switch to unified diff)

--- pkgsrc/editors/sasm/distinfo 2016/10/06 21:08:38 1.3
+++ pkgsrc/editors/sasm/distinfo 2019/10/26 12:47:37 1.4
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.3 2016/10/06 21:08:38 mef Exp $ 1$NetBSD: distinfo,v 1.4 2019/10/26 12:47:37 kamil Exp $
2 2
3SHA1 (SASM-3.6.0.tar.gz) = 3b368daa71667b1b78e24872236dba56d8b0eb8a 3SHA1 (SASM-3.10.1.tar.gz) = dcbb2711364adaaa9d30611e770a34911a30b633
4RMD160 (SASM-3.6.0.tar.gz) = 86cb15133cc4a28bab16730383b6efdfe2bbf4be 4RMD160 (SASM-3.10.1.tar.gz) = 2a39063a345be760ad7cfd76d2453df8ca83d0c6
5SHA512 (SASM-3.6.0.tar.gz) = ddbcfed1de198e42905b5c77c0cef4f98d99d3a87e0de06b3024de7f718daef6223036c92bdf9350c3d4ac9d06fa7269536b4beaf04e9aab1ec3755f928d03c0 5SHA512 (SASM-3.10.1.tar.gz) = 2a1410c996e3dac1179a2c8a0140b2180ccc9e461e4695a588c6a5db787a13de5ca9124d467561905e1d445d08bd044bd99831203faa6a740614bc6680ae10d1
6Size (SASM-3.6.0.tar.gz) = 21313411 bytes 6Size (SASM-3.10.1.tar.gz) = 22349749 bytes