pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/editors/sasm



Module Name:    pkgsrc
Committed By:   kamil
Date:           Sat Oct 26 12:47:37 UTC 2019

Modified Files:
        pkgsrc/editors/sasm: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/editors/sasm/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/editors/sasm/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/sasm/Makefile
diff -u pkgsrc/editors/sasm/Makefile:1.5 pkgsrc/editors/sasm/Makefile:1.6
--- pkgsrc/editors/sasm/Makefile:1.5    Mon Mar 12 11:16:24 2018
+++ pkgsrc/editors/sasm/Makefile        Sat Oct 26 12:47:37 2019
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2018/03/12 11:16:24 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2019/10/26 12:47:37 kamil Exp $
 
-DISTNAME=      SASM-3.6.0
+DISTNAME=      SASM-3.10.1
 PKGNAME=       ${DISTNAME:tl}
-PKGREVISION=   1
 CATEGORIES=    editors x11
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=Dman95/}
 GITHUB_PROJECT=        SASM
@@ -21,6 +20,5 @@ do-configure:
        ${RUN} cd ${WRKSRC} && ${PKGSRC_ENV} ${CONFIGURE_ENV} ${QTDIR}/bin/qmake PREFIX=${PREFIX} -o Makefile
 
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../x11/qt4-libs/buildlink3.mk"
-.include "../../x11/qt4-tools/buildlink3.mk"
+.include "../../x11/qt5-qtbase/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

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



Home | Main Index | Thread Index | Old Index