pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Jun 13 14:37:38 UTC 2026

Modified Files:
        pkgsrc/mk: haskell.mk

Log Message:
haskell: switch HOMEPAGE to https


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 pkgsrc/mk/haskell.mk

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

Modified files:

Index: pkgsrc/mk/haskell.mk
diff -u pkgsrc/mk/haskell.mk:1.73 pkgsrc/mk/haskell.mk:1.74
--- pkgsrc/mk/haskell.mk:1.73   Fri Mar  7 13:06:19 2025
+++ pkgsrc/mk/haskell.mk        Sat Jun 13 14:37:38 2026
@@ -1,4 +1,4 @@
-# $NetBSD: haskell.mk,v 1.73 2025/03/07 13:06:19 pho Exp $
+# $NetBSD: haskell.mk,v 1.74 2026/06/13 14:37:38 wiz Exp $
 #
 # This Makefile fragment handles Haskell Cabal packages. Package
 # configuration, building, installation, registration and unregistration
@@ -157,7 +157,7 @@ _IGN_VARS.haskell= \
 
 PKGNAME?=      hs-${DISTNAME}
 MASTER_SITES?= ${MASTER_SITE_HASKELL_HACKAGE:=${DISTNAME}/}
-HOMEPAGE?=     http://hackage.haskell.org/package/${DISTNAME:C/-[^-]*$//}
+HOMEPAGE?=     https://hackage.haskell.org/package/${DISTNAME:C/-[^-]*$//}
 
 # GHC can be a memory hog, so don't apply regular limits.
 UNLIMIT_RESOURCES+=    datasize virtualsize



Home | Main Index | Thread Index | Old Index