pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/galasm



Module Name:    pkgsrc
Committed By:   thorpej
Date:           Mon Jun 10 16:48:35 UTC 2024

Modified Files:
        pkgsrc/devel/galasm: Makefile distinfo

Log Message:
Update to latest upstream version (c376d566e88d480160b002f6e085810648e36cb5).

This fixes an issue on the GAL22V10 feeding back from a registered output
back to the AND gate matrix; the feedback in this case is always taken from
the /Q of the flip-flop, and the compiler did not account for this correctly.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/galasm/Makefile \
    pkgsrc/devel/galasm/distinfo

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

Modified files:

Index: pkgsrc/devel/galasm/Makefile
diff -u pkgsrc/devel/galasm/Makefile:1.1 pkgsrc/devel/galasm/Makefile:1.2
--- pkgsrc/devel/galasm/Makefile:1.1    Tue Apr 25 03:28:37 2023
+++ pkgsrc/devel/galasm/Makefile        Mon Jun 10 16:48:35 2024
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.1 2023/04/25 03:28:37 thorpej Exp $
+# $NetBSD: Makefile,v 1.2 2024/06/10 16:48:35 thorpej Exp $
 
 # There is no tag on Github for 2.1, but that's what the program
 # claims to be when you run it.
-GALASM_VERSION=2.1
+GALASM_VERSION=2.1.0.2023.11.29
 
 DISTNAME=      GALasm-${GALASM_VERSION}
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=daveho/}
-GITHUB_TAG=    290d0cf9dcd0d9749167c9019ad694db2c3360dd
+GITHUB_TAG=    c376d566e88d480160b002f6e085810648e36cb5
 
 MAINTAINER=    thorpej%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/daveho/GALasm
Index: pkgsrc/devel/galasm/distinfo
diff -u pkgsrc/devel/galasm/distinfo:1.1 pkgsrc/devel/galasm/distinfo:1.2
--- pkgsrc/devel/galasm/distinfo:1.1    Tue Apr 25 03:28:37 2023
+++ pkgsrc/devel/galasm/distinfo        Mon Jun 10 16:48:35 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2023/04/25 03:28:37 thorpej Exp $
+$NetBSD: distinfo,v 1.2 2024/06/10 16:48:35 thorpej Exp $
 
-BLAKE2s (GALasm-2.1-290d0cf9dcd0d9749167c9019ad694db2c3360dd.tar.gz) = e11de6c366d16762d98ed712717c57ffd72fbeeac84dc306688201f488861ca3
-SHA512 (GALasm-2.1-290d0cf9dcd0d9749167c9019ad694db2c3360dd.tar.gz) = 37b2de0c51579154183b9af87585636bc708a2a7d062fd65ff77f4c69cb29ab8d659ce6db02a757f57959386313d5f9cd8422ffee0d902abab703d1e5218b449
-Size (GALasm-2.1-290d0cf9dcd0d9749167c9019ad694db2c3360dd.tar.gz) = 65614 bytes
+BLAKE2s (GALasm-2.1.0.2023.11.29-c376d566e88d480160b002f6e085810648e36cb5.tar.gz) = 35642e238ca686e92df1c63f3425b791dbf26aabdc3416273382e2abdde9d81e
+SHA512 (GALasm-2.1.0.2023.11.29-c376d566e88d480160b002f6e085810648e36cb5.tar.gz) = 
3d397da002e90221adf6ec4ad53957150ac79199b38d14a1f3951ca2fd13778dcad9f378da54c3ec21f4eeeff061279aacec79706d736e235943b50c57589bfc
+Size (GALasm-2.1.0.2023.11.29-c376d566e88d480160b002f6e085810648e36cb5.tar.gz) = 65635 bytes
 SHA1 (patch-src_Makefile) = dc2a2a6f96c52d2dcf3d8bbfed3fbca969112125



Home | Main Index | Thread Index | Old Index