pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/splint



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Feb 10 08:04:57 UTC 2026

Modified Files:
        pkgsrc/devel/splint: Makefile

Log Message:
splint: use splint.org, other page is gone


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/splint/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/splint/Makefile
diff -u pkgsrc/devel/splint/Makefile:1.25 pkgsrc/devel/splint/Makefile:1.26
--- pkgsrc/devel/splint/Makefile:1.25   Fri Jan 24 09:20:37 2025
+++ pkgsrc/devel/splint/Makefile        Tue Feb 10 08:04:57 2026
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2025/01/24 09:20:37 riastradh Exp $
-#
+# $NetBSD: Makefile,v 1.26 2026/02/10 08:04:57 wiz Exp $
 
 DISTNAME=      splint-3.1.2.src
 PKGNAME=       ${DISTNAME:S/.src$//}
@@ -9,7 +8,7 @@ MASTER_SITES=   https://splint.org/downloa
 EXTRACT_SUFX=  .tgz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://lclint.cs.virginia.edu/
+HOMEPAGE=      https://splint.org/
 COMMENT=       Statically check C programs
 LICENSE=       gnu-gpl-v2
 



Home | Main Index | Thread Index | Old Index