pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/editors/sasm sasm: Update to SASM 3.10.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/7a9c406ed5cc
branches: trunk
changeset: 416517:7a9c406ed5cc
user: kamil <kamil%pkgsrc.org@localhost>
date: Sat Oct 26 12:47:37 2019 +0000
description:
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.
diffstat:
editors/sasm/Makefile | 8 +++-----
editors/sasm/distinfo | 10 +++++-----
2 files changed, 8 insertions(+), 10 deletions(-)
diffs (37 lines):
diff -r 21121e802341 -r 7a9c406ed5cc editors/sasm/Makefile
--- a/editors/sasm/Makefile Sat Oct 26 12:28:50 2019 +0000
+++ b/editors/sasm/Makefile Sat Oct 26 12:47:37 2019 +0000
@@ -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 @@
${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"
diff -r 21121e802341 -r 7a9c406ed5cc editors/sasm/distinfo
--- a/editors/sasm/distinfo Sat Oct 26 12:28:50 2019 +0000
+++ b/editors/sasm/distinfo Sat Oct 26 12:47:37 2019 +0000
@@ -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