pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/ghc98



Module Name:    pkgsrc
Committed By:   pho
Date:           Mon Jan 27 15:09:35 UTC 2025

Modified Files:
        pkgsrc/lang/ghc98: bootstrap.mk

Log Message:
lang/ghc98: Fix a typo in a comment


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/lang/ghc98/bootstrap.mk

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

Modified files:

Index: pkgsrc/lang/ghc98/bootstrap.mk
diff -u pkgsrc/lang/ghc98/bootstrap.mk:1.10 pkgsrc/lang/ghc98/bootstrap.mk:1.11
--- pkgsrc/lang/ghc98/bootstrap.mk:1.10 Mon Jan 27 15:08:07 2025
+++ pkgsrc/lang/ghc98/bootstrap.mk      Mon Jan 27 15:09:35 2025
@@ -1,4 +1,4 @@
-# $NetBSD: bootstrap.mk,v 1.10 2025/01/27 15:08:07 pho Exp $
+# $NetBSD: bootstrap.mk,v 1.11 2025/01/27 15:09:35 pho Exp $
 # -----------------------------------------------------------------------------
 # Select a bindist of bootstrapping compiler on a per-platform basis. See
 # ./files/BOOTSTRAP.md for details.
@@ -74,7 +74,7 @@ DISTFILES:=   ${DISTFILES} ${BOOT_ARCHIVE}
 BOOT_VERSION:=         9.8.2
 BOOT_ARCHIVE:=         ghc-${BOOT_VERSION}-boot-x86_64-unknown-solaris2.tar.xz
 #
-# Build on OmniOS r151052 and available in LOCAL_PORTS. jperkin@, maybe you
+# Built on OmniOS r151052 and available in LOCAL_PORTS. jperkin@, maybe you
 # want to replace it with something else? [2025-01-27; pho]
 #
 #SITES.${BOOT_ARCHIVE}=        https://us-central.manta.mnx.io/pkgsrc/public/pkg-bootstraps/



Home | Main Index | Thread Index | Old Index