summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorkamil <kamil@pkgsrc.org>2019-10-26 12:47:37 +0000
committerkamil <kamil@pkgsrc.org>2019-10-26 12:47:37 +0000
commit21d15837491544923b1b807f8ec82079e0ef2f0d (patch)
tree36f60f308b97e23d73820305d9affe12d1ea2f8d /editors
parente3a2c2c42ff8dcb1203cbbe8fdb6b9f7ce0b16d4 (diff)
downloadpkgsrc-21d15837491544923b1b807f8ec82079e0ef2f0d.tar.gz
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 (limited to 'editors')
-rw-r--r--editors/sasm/Makefile8
-rw-r--r--editors/sasm/distinfo10
2 files changed, 8 insertions, 10 deletions
diff --git a/editors/sasm/Makefile b/editors/sasm/Makefile
index eef9034f42b..5e116573cae 100644
--- a/editors/sasm/Makefile
+++ b/editors/sasm/Makefile
@@ -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"
diff --git a/editors/sasm/distinfo b/editors/sasm/distinfo
index 73ef9e8d60a..e0b92382dd8 100644
--- a/editors/sasm/distinfo
+++ b/editors/sasm/distinfo
@@ -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