pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/hs-nats



Module Name:    pkgsrc
Committed By:   mef
Date:           Wed Sep 23 21:40:16 UTC 2020

Modified Files:
        pkgsrc/math/hs-nats: Makefile PLIST

Log Message:
(math/hs-nats) Add PLIST tweak


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/math/hs-nats/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/math/hs-nats/PLIST

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

Modified files:

Index: pkgsrc/math/hs-nats/Makefile
diff -u pkgsrc/math/hs-nats/Makefile:1.11 pkgsrc/math/hs-nats/Makefile:1.12
--- pkgsrc/math/hs-nats/Makefile:1.11   Tue Dec 31 13:55:47 2019
+++ pkgsrc/math/hs-nats/Makefile        Wed Sep 23 21:40:16 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2019/12/31 13:55:47 pho Exp $
+# $NetBSD: Makefile,v 1.12 2020/09/23 21:40:16 mef Exp $
 
 DISTNAME=      nats-1.1.2
 CATEGORIES=    math
@@ -11,6 +11,8 @@ LICENSE=      modified-bsd
 # 7.10. Haddock complains when there are no input files.
 HASKELL_ENABLE_HADDOCK_DOCUMENTATION=  no
 
+PLIST_SUBST+=  HASKELL_VERSION=${_HASKELL_VERSION:Q}
+
 .include "../../mk/haskell.mk"
 .include "../../devel/hs-hashable/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/math/hs-nats/PLIST
diff -u pkgsrc/math/hs-nats/PLIST:1.5 pkgsrc/math/hs-nats/PLIST:1.6
--- pkgsrc/math/hs-nats/PLIST:1.5       Mon Sep 14 22:33:46 2020
+++ pkgsrc/math/hs-nats/PLIST   Wed Sep 23 21:40:16 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2020/09/14 22:33:46 mef Exp $
+@comment $NetBSD: PLIST,v 1.6 2020/09/23 21:40:16 mef Exp $
 ${HS_INTF}/package-description
 ${HS_INTF}/package-id
-share/doc/x86_64-netbsd-${HS_VER}/nats-${PKGVERSION}/LICENSE
+share/doc/x86_64-netbsd-${HASKELL_VERSION}/nats-${PKGVERSION}/LICENSE



Home | Main Index | Thread Index | Old Index