pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/hs-open-browser



Module Name:    pkgsrc
Committed By:   pho
Date:           Sun Apr 28 14:19:03 UTC 2024

Modified Files:
        pkgsrc/www/hs-open-browser: Makefile distinfo
Removed Files:
        pkgsrc/www/hs-open-browser/patches: patch-open-browser.cabal

Log Message:
www/hs-open-browser: Use HASKELL_DISABLE_EXECUTABLES; NFCI


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/hs-open-browser/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/hs-open-browser/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/www/hs-open-browser/patches/patch-open-browser.cabal

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

Modified files:

Index: pkgsrc/www/hs-open-browser/Makefile
diff -u pkgsrc/www/hs-open-browser/Makefile:1.6 pkgsrc/www/hs-open-browser/Makefile:1.7
--- pkgsrc/www/hs-open-browser/Makefile:1.6     Sun Apr 28 12:12:55 2024
+++ pkgsrc/www/hs-open-browser/Makefile Sun Apr 28 14:19:03 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2024/04/28 12:12:55 pho Exp $
+# $NetBSD: Makefile,v 1.7 2024/04/28 14:19:03 pho Exp $
 
 DISTNAME=      open-browser-0.2.1.0
 PKGREVISION=   4
@@ -8,6 +8,9 @@ MAINTAINER=     pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Open a web browser from Haskell
 LICENSE=       modified-bsd
 
+HASKELL_DISABLE_EXECUTABLES+=  \
+       example
+
 .include "../../mk/bsd.fast.prefs.mk"
 .if ${OPSYS} != "Darwin"
 DEPENDS+=      xdg-utils-[0-9]*:../../misc/xdg-utils

Index: pkgsrc/www/hs-open-browser/distinfo
diff -u pkgsrc/www/hs-open-browser/distinfo:1.2 pkgsrc/www/hs-open-browser/distinfo:1.3
--- pkgsrc/www/hs-open-browser/distinfo:1.2     Sun Apr 28 12:12:55 2024
+++ pkgsrc/www/hs-open-browser/distinfo Sun Apr 28 14:19:03 2024
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.2 2024/04/28 12:12:55 pho Exp $
+$NetBSD: distinfo,v 1.3 2024/04/28 14:19:03 pho Exp $
 
 BLAKE2s (open-browser-0.2.1.0.tar.gz) = 417691745051fc2383571f0a2a20f75c78abf870c508b7befa2a31172b0f1233
 SHA512 (open-browser-0.2.1.0.tar.gz) = 94ba71597c270b518742534b1b9b9a7ca0ede2eeb08a030b03cca6dbe6e5a2de363dc443bae907ca5c90b126aeb7dc5f5dd1eada95ca78a0ba1a8d472df4ada1
 Size (open-browser-0.2.1.0.tar.gz) = 2629 bytes
 SHA1 (patch-lib_Web_Browser.hs) = 2a97f353330220ae4278978f57d6e93b90216f7c
-SHA1 (patch-open-browser.cabal) = 210d93308d7de548fbb9ddb9a332ae2d4706aa51



Home | Main Index | Thread Index | Old Index