pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/nono



Module Name:    pkgsrc
Committed By:   jun
Date:           Sat Dec  9 15:56:46 UTC 2023

Modified Files:
        pkgsrc/emulators/nono: Makefile distinfo

Log Message:
0.6.3 (2023/11/30)

m68k(New): "Implement an instruction cache. Finally X68030 IPL can display corr
ect MPU clock speed."
vm(New): "Implement areaset and extended areaset features on X68030."
vm(New): "Implement an option whether to cut FC2 or not on X68030."
vm(New): "Implement a system port monitor on X68030."
vm(New): "Implement an access status monitor."
vm(Update): "Restrict memory size to 255MB when using PROM image on LUNA-I."
vm(Update): "Change memory size limit to 512MB on LUNA-I, LUNA-88K and X68030."
m68k(Fix): "Fix the problem that an address error while executing bus error han
dler does not cause double bus fault."
vm(Fix): Issue#131 "Correct interrupt levels from XP Processor on LUNA-88K."
GUI(Fix): Issue#133 "Fix the problem that the bitmap plane monitor did not supp
ort 256-color mode."
build(Fix): "Make util/mkcgrom buildable on OpenBSD."


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/emulators/nono/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/emulators/nono/distinfo

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

Modified files:

Index: pkgsrc/emulators/nono/Makefile
diff -u pkgsrc/emulators/nono/Makefile:1.31 pkgsrc/emulators/nono/Makefile:1.32
--- pkgsrc/emulators/nono/Makefile:1.31 Tue Nov 14 14:01:48 2023
+++ pkgsrc/emulators/nono/Makefile      Sat Dec  9 15:56:46 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.31 2023/11/14 14:01:48 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2023/12/09 15:56:46 jun Exp $
 
-DISTNAME=      nono-0.6.2
+DISTNAME=      nono-0.6.3
 #PKGREVISION=  1
-PKGREVISION=   3
 CATEGORIES=    emulators
 MASTER_SITES=  http://www.pastel-flower.jp/~isaki/nono/archive/
 

Index: pkgsrc/emulators/nono/distinfo
diff -u pkgsrc/emulators/nono/distinfo:1.22 pkgsrc/emulators/nono/distinfo:1.23
--- pkgsrc/emulators/nono/distinfo:1.22 Thu Aug 17 23:43:44 2023
+++ pkgsrc/emulators/nono/distinfo      Sat Dec  9 15:56:46 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.22 2023/08/17 23:43:44 jun Exp $
+$NetBSD: distinfo,v 1.23 2023/12/09 15:56:46 jun Exp $
 
-BLAKE2s (nono-0.6.2.tar.gz) = b9c16484d70c12fd5608bb19bc62f691d9fe79fe75911a2ac648ab71672188ba
-SHA512 (nono-0.6.2.tar.gz) = b57152592f3d0ee3c2a7a212cf2f0e88e7b04e6e3f1f08d544ddff45a6eef248020b5e09047c8182afdeb5c3ea05b9af5a344e3bbad792ab4d7869b453388353
-Size (nono-0.6.2.tar.gz) = 3173386 bytes
+BLAKE2s (nono-0.6.3.tar.gz) = 3ed73290ee726459ff958e78fc2f3d7edbf78e38c85a900113796d84e5675fb4
+SHA512 (nono-0.6.3.tar.gz) = b34bc6cc33e8ca00b773c13b7423b2ef6ea4dc87349f4d1595756a1a6f115f4f40d6d55ce333b3dd24841791d13527db3f3b8447ad8fb7ab70481d5377c63a87
+Size (nono-0.6.3.tar.gz) = 3187829 bytes
 SHA1 (patch-cli_Makefile) = a9597bc1c8c5376ea78c35415abae4bab7c086f3
 SHA1 (patch-po_Makefile) = 76a7d30858d1afd27fcfed512f00bfb4b9dd0f13
 SHA1 (patch-wx_Makefile.in) = 982a4cff11d453bdb7924d05c81173b7c43ad010



Home | Main Index | Thread Index | Old Index