pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/csmith



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Dec  1 09:24:40 UTC 2025

Modified Files:
        pkgsrc/lang/csmith: Makefile

Log Message:
csmith: update HOMEPAGE

Comment out MASTER_SITES, github version doesn't match our checksum


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/csmith/Makefile

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

Modified files:

Index: pkgsrc/lang/csmith/Makefile
diff -u pkgsrc/lang/csmith/Makefile:1.3 pkgsrc/lang/csmith/Makefile:1.4
--- pkgsrc/lang/csmith/Makefile:1.3     Tue Jun 28 11:34:10 2022
+++ pkgsrc/lang/csmith/Makefile Mon Dec  1 09:24:40 2025
@@ -1,12 +1,14 @@
-# $NetBSD: Makefile,v 1.3 2022/06/28 11:34:10 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2025/12/01 09:24:40 wiz Exp $
 
 DISTNAME=      csmith-2.3.0
 PKGREVISION=   1
 CATEGORIES=    lang
-MASTER_SITES=  https://embed.cs.utah.edu/csmith/
+#MASTER_SITES= ${MASTER_SITE_GITHUB:=csmith-project/}
+#GITHUB_TAG=   ${DISTNAME}
+#MASTER_SITES= https://embed.cs.utah.edu/csmith/
 
 MAINTAINER=    kamel.derouiche%gmail.com@localhost
-HOMEPAGE=      https://embed.cs.utah.edu/csmith/
+HOMEPAGE=      https://github.com/csmith-project/csmith
 COMMENT=       Random generator of C programs
 LICENSE=       modified-bsd
 



Home | Main Index | Thread Index | Old Index