pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/purescript



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jan 23 05:48:11 UTC 2026

Modified Files:
        pkgsrc/lang/purescript: Makefile

Log Message:
purescript: switch to https


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/lang/purescript/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/purescript/Makefile
diff -u pkgsrc/lang/purescript/Makefile:1.20 pkgsrc/lang/purescript/Makefile:1.21
--- pkgsrc/lang/purescript/Makefile:1.20        Wed Aug 13 11:07:12 2025
+++ pkgsrc/lang/purescript/Makefile     Fri Jan 23 05:48:11 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2025/08/13 11:07:12 pho Exp $
+# $NetBSD: Makefile,v 1.21 2026/01/23 05:48:11 wiz Exp $
 
 DISTNAME=      purescript-0.15.15
 PKGNAME=       ${DISTNAME}
@@ -6,7 +6,7 @@ PKGREVISION=    4
 CATEGORIES=    lang
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://www.purescript.org/
+HOMEPAGE=      https://www.purescript.org/
 COMMENT=       Strongly typed programming language that compiles to JavaScript
 LICENSE=       modified-bsd
 



Home | Main Index | Thread Index | Old Index