pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/xa65 xa65: update to 2.3.12.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f626b76af8df
branches:  trunk
changeset: 770522:f626b76af8df
user:      fcambus <fcambus%pkgsrc.org@localhost>
date:      Wed Dec 01 22:43:25 2021 +0000

description:
xa65: update to 2.3.12.

Version 2.3.12 (26 November 2020)

What's new in 2.3.12:

- Regression fix for address size validation in 65816 mode (thanks Sam
  Falvo; we had a pending fix for this but I like his test case).
- Testsuite expanded.
- Because this is likely to be the final 2.3 release, the -x, -S and old
  mvn/mvp $xxxx syntax will be only supported in 2.3.10 through 2.3.12.
  It will be removed in 2.4 and up. You are warned!

diffstat:

 devel/xa65/Makefile               |   4 ++--
 devel/xa65/distinfo               |  10 +++++-----
 devel/xa65/patches/patch-Makefile |   4 ++--
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs (43 lines):

diff -r 55319da72816 -r f626b76af8df devel/xa65/Makefile
--- a/devel/xa65/Makefile       Wed Dec 01 22:42:05 2021 +0000
+++ b/devel/xa65/Makefile       Wed Dec 01 22:43:25 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2020/05/13 20:20:41 fcambus Exp $
+# $NetBSD: Makefile,v 1.6 2021/12/01 22:43:25 fcambus Exp $
 
-DISTNAME=              xa-2.3.11
+DISTNAME=              xa-2.3.12
 PKGNAME=               ${DISTNAME:S/xa/xa65/}
 CATEGORIES=            devel
 MASTER_SITES=          https://www.floodgap.com/retrotech/xa/dists/
diff -r 55319da72816 -r f626b76af8df devel/xa65/distinfo
--- a/devel/xa65/distinfo       Wed Dec 01 22:42:05 2021 +0000
+++ b/devel/xa65/distinfo       Wed Dec 01 22:43:25 2021 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.8 2021/10/26 10:20:09 nia Exp $
+$NetBSD: distinfo,v 1.9 2021/12/01 22:43:25 fcambus Exp $
 
-BLAKE2s (xa-2.3.11.tar.gz) = 3bb566de253dc36951d698ce013c7ade595f770e6df6beb771899da4d2d51a92
-SHA512 (xa-2.3.11.tar.gz) = 2be31b6a67d30e94be616c465591614881028a8bc308202de7561a5719573582b3f29a205a0be76e1f9071621b4882c9aef95cf3494f376e88edc40afa1545dc
-Size (xa-2.3.11.tar.gz) = 153864 bytes
-SHA1 (patch-Makefile) = 909749327f8f545ba4559e0aed0396b892fd41f2
+BLAKE2s (xa-2.3.12.tar.gz) = 1f79c9226022012eb7ffb6c5ed1ba80ffb2cdead98ace5dc92f69aba3591fd33
+SHA512 (xa-2.3.12.tar.gz) = 62702093b6c5c5c3fe0b09063ef98178d22ec5eea884e3ff4bad220b1f9f797d95bb36de31b49b30ca0e65a73c98fb7b8cad8cd939d5f6e7a3412d6198ee7f37
+Size (xa-2.3.12.tar.gz) = 154511 bytes
+SHA1 (patch-Makefile) = c0ce06364d3b5962efb8327b7800fb98896e5255
 SHA1 (patch-misc_Makefile) = 488705f516aec448fb51db6ab788b788bfbd31bc
diff -r 55319da72816 -r f626b76af8df devel/xa65/patches/patch-Makefile
--- a/devel/xa65/patches/patch-Makefile Wed Dec 01 22:42:05 2021 +0000
+++ b/devel/xa65/patches/patch-Makefile Wed Dec 01 22:43:25 2021 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-Makefile,v 1.5 2020/05/13 20:20:42 fcambus Exp $
+$NetBSD: patch-Makefile,v 1.6 2021/12/01 22:43:25 fcambus Exp $
 
 Install documentation, fix Makefile variables
 
@@ -67,4 +67,4 @@
 +.endfor
  
  dist: clean
-       cd .. ; tar cvf xa-2.3.11.tar xa-2.3.11 ; gzip xa-2.3.11.tar
+       cd .. ; tar cvf xa-2.3.12.tar xa-2.3.12 ; gzip xa-2.3.12.tar



Home | Main Index | Thread Index | Old Index