pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/ghc94



Module Name:    pkgsrc
Committed By:   pho
Date:           Mon Jan 23 09:20:57 UTC 2023

Modified Files:
        pkgsrc/lang/ghc94: Makefile

Log Message:
lang/ghc94: Bump the revision

The initial revision had a bad code in a patch that lead to a SEGV. I forgot to do a revbump.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/ghc94/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/ghc94/Makefile
diff -u pkgsrc/lang/ghc94/Makefile:1.1 pkgsrc/lang/ghc94/Makefile:1.2
--- pkgsrc/lang/ghc94/Makefile:1.1      Sat Jan 21 04:49:25 2023
+++ pkgsrc/lang/ghc94/Makefile  Mon Jan 23 09:20:57 2023
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.1 2023/01/21 04:49:25 pho Exp $
+# $NetBSD: Makefile,v 1.2 2023/01/23 09:20:57 pho Exp $
 # -----------------------------------------------------------------------------
 # Package metadata
 #
 DISTNAME=      ghc-9.4.4-src
 PKGNAME=       ${DISTNAME:S/-src$//}
+PKGREVISION=   1
 CATEGORIES=    lang
 MASTER_SITES=  https://downloads.haskell.org/~ghc/${PKGVERSION_NOREV}/
 EXTRACT_SUFX=  .tar.xz



Home | Main Index | Thread Index | Old Index