pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-old-locale



Module Name:    pkgsrc
Committed By:   pho
Date:           Tue Jan 24 18:51:48 UTC 2023

Modified Files:
        pkgsrc/devel/hs-old-locale: Makefile distinfo
Removed Files:
        pkgsrc/devel/hs-old-locale/patches: patch-old-locale.cabal

Log Message:
devel/hs-old-locale: Use HASKELL_UNRESTRICT_DEPENDENCIES


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/hs-old-locale/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/hs-old-locale/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/devel/hs-old-locale/patches/patch-old-locale.cabal

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

Modified files:

Index: pkgsrc/devel/hs-old-locale/Makefile
diff -u pkgsrc/devel/hs-old-locale/Makefile:1.5 pkgsrc/devel/hs-old-locale/Makefile:1.6
--- pkgsrc/devel/hs-old-locale/Makefile:1.5     Sat Feb 26 03:58:03 2022
+++ pkgsrc/devel/hs-old-locale/Makefile Tue Jan 24 18:51:48 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2022/02/26 03:58:03 pho Exp $
+# $NetBSD: Makefile,v 1.6 2023/01/24 18:51:48 pho Exp $
 
 DISTNAME=      old-locale-1.0.0.7
 PKGREVISION=   4
@@ -8,5 +8,8 @@ MAINTAINER=     pho%cielonegro.org@localhost
 COMMENT=       Locale library
 LICENSE=       modified-bsd
 
+HASKELL_UNRESTRICT_DEPENDENCIES+=      \
+       base
+
 .include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/hs-old-locale/distinfo
diff -u pkgsrc/devel/hs-old-locale/distinfo:1.4 pkgsrc/devel/hs-old-locale/distinfo:1.5
--- pkgsrc/devel/hs-old-locale/distinfo:1.4     Tue Oct 26 10:14:59 2021
+++ pkgsrc/devel/hs-old-locale/distinfo Tue Jan 24 18:51:48 2023
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 10:14:59 nia Exp $
+$NetBSD: distinfo,v 1.5 2023/01/24 18:51:48 pho Exp $
 
 BLAKE2s (old-locale-1.0.0.7.tar.gz) = 72d3a5fcc86c584adec058194cbb674dcd6781416c6c58d17151962f740e7872
 SHA512 (old-locale-1.0.0.7.tar.gz) = 34d018cb040de9adce3ddb8cffabe2a0610f6cd0ff5340ee721b7076671bd5cc3e830f58d16e73240df4b068510f7a24fd1995efc38f002b52d228abc4581d6a
 Size (old-locale-1.0.0.7.tar.gz) = 3384 bytes
-SHA1 (patch-old-locale.cabal) = 982475d5ac24471240bd276fa3a385e194edaa27



Home | Main Index | Thread Index | Old Index