pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/simh3



Module Name:    pkgsrc
Committed By:   rhialto
Date:           Thu Jul 25 16:31:38 UTC 2024

Modified Files:
        pkgsrc/emulators/simh3: Makefile distinfo

Log Message:
emulators/simh3: upstream distfile changed.

Nothing malicious, fortunately; some typos, and a bugfix to avoid a
uninitialized variable.
The new distfile will be placed in a subdirectory:
DIST_SUBDIR= ${PKGNAME_NOREV}nb1


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/emulators/simh3/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/emulators/simh3/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/simh3/Makefile
diff -u pkgsrc/emulators/simh3/Makefile:1.11 pkgsrc/emulators/simh3/Makefile:1.12
--- pkgsrc/emulators/simh3/Makefile:1.11        Fri Jul 19 16:59:38 2024
+++ pkgsrc/emulators/simh3/Makefile     Thu Jul 25 16:31:38 2024
@@ -1,9 +1,11 @@
-# $NetBSD: Makefile,v 1.11 2024/07/19 16:59:38 rhialto Exp $
+# $NetBSD: Makefile,v 1.12 2024/07/25 16:31:38 rhialto Exp $
 
 DISTNAME=      simhv312-5
 PKGNAME=       simh3-3.12.5
+PKGREVISION=   1
 CATEGORIES=    emulators
 MASTER_SITES=  http://simh.trailing-edge.com/sources/
+DIST_SUBDIR=   ${PKGNAME_NOREV}nb1
 EXTRACT_SUFX=  .zip
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/emulators/simh3/distinfo
diff -u pkgsrc/emulators/simh3/distinfo:1.5 pkgsrc/emulators/simh3/distinfo:1.6
--- pkgsrc/emulators/simh3/distinfo:1.5 Fri Jul 19 16:59:38 2024
+++ pkgsrc/emulators/simh3/distinfo     Thu Jul 25 16:31:38 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2024/07/19 16:59:38 rhialto Exp $
+$NetBSD: distinfo,v 1.6 2024/07/25 16:31:38 rhialto Exp $
 
-BLAKE2s (simhv312-5.zip) = b1b77d85dcf5d117cbb874f67ab3cda9d0acfa6e5fcf164f322aeb511b473886
-SHA512 (simhv312-5.zip) = 09dccd79bb36f9dc7d708efcb4eac7a2962767f653e2c8ac08250e7d42baf2ab48ee497b579b40c8f9796ed32390e72bd21b9c7fc91d2da7042465139f3165e3
-Size (simhv312-5.zip) = 2877994 bytes
+BLAKE2s (simh3-3.12.5nb1/simhv312-5.zip) = 812f65902a98995b3429a7dd0af01807fdefbfcf9e32ccab44dae08c2a01238c
+SHA512 (simh3-3.12.5nb1/simhv312-5.zip) = 6c70f3155b73b669d4b87ede7f0e7e116cebbc5063646a7f17bdca6fd6e6fcf9ed0833b2b2fc0bb345e37284c73c809f4ab0a8b1bd9459b24ee12387487af92b
+Size (simh3-3.12.5nb1/simhv312-5.zip) = 2878046 bytes
 SHA1 (patch-makefile) = 20b74c26ee5bf17889b4b958944a6f7e56fd1938



Home | Main Index | Thread Index | Old Index