pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/xa65



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Wed Dec  1 22:43:25 UTC 2021

Modified Files:
        pkgsrc/devel/xa65: Makefile distinfo
        pkgsrc/devel/xa65/patches: patch-Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/xa65/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/xa65/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/xa65/patches/patch-Makefile

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

Modified files:

Index: pkgsrc/devel/xa65/Makefile
diff -u pkgsrc/devel/xa65/Makefile:1.5 pkgsrc/devel/xa65/Makefile:1.6
--- pkgsrc/devel/xa65/Makefile:1.5      Wed May 13 20:20:41 2020
+++ pkgsrc/devel/xa65/Makefile  Wed Dec  1 22:43:25 2021
@@ -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/

Index: pkgsrc/devel/xa65/distinfo
diff -u pkgsrc/devel/xa65/distinfo:1.8 pkgsrc/devel/xa65/distinfo:1.9
--- pkgsrc/devel/xa65/distinfo:1.8      Tue Oct 26 10:20:09 2021
+++ pkgsrc/devel/xa65/distinfo  Wed Dec  1 22:43:25 2021
@@ -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

Index: pkgsrc/devel/xa65/patches/patch-Makefile
diff -u pkgsrc/devel/xa65/patches/patch-Makefile:1.5 pkgsrc/devel/xa65/patches/patch-Makefile:1.6
--- pkgsrc/devel/xa65/patches/patch-Makefile:1.5        Wed May 13 20:20:42 2020
+++ pkgsrc/devel/xa65/patches/patch-Makefile    Wed Dec  1 22:43:25 2021
@@ -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 @@ Honor LDFLAGS and CFLAGS.
 +.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