pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wip/cabal2pkg: Update to 0.1.0.4
Module Name: pkgsrc-wip
Committed By: PHO <pho%cielonegro.org@localhost>
Pushed By: pho
Date: Thu Jan 9 21:54:21 2025 +0900
Changeset: 0db4bedb21453998a6d17066c55e457e74b04bd5
Modified Files:
cabal2pkg/Makefile
cabal2pkg/distinfo
Log Message:
wip/cabal2pkg: Update to 0.1.0.4
## 0.1.0.4 -- 2025-01-09
* Fixed an issue where setting a command name (as opposed to a command
path) to `MAKE` during build causes it to be searched from `PATH`.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0db4bedb21453998a6d17066c55e457e74b04bd5
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
cabal2pkg/Makefile | 5 ++++-
cabal2pkg/distinfo | 6 +++---
2 files changed, 7 insertions(+), 4 deletions(-)
diffs:
diff --git a/cabal2pkg/Makefile b/cabal2pkg/Makefile
index e8d8b140ff..0911b1f6dd 100644
--- a/cabal2pkg/Makefile
+++ b/cabal2pkg/Makefile
@@ -1,6 +1,6 @@
# $NetBSD$
-DISTNAME= cabal2pkg-0.1.0.3
+DISTNAME= cabal2pkg-0.1.0.4
PKGNAME= ${DISTNAME}
CATEGORIES= pkgtools
MASTER_SITES= ${MASTER_SITE_GITHUB:=depressed-pho/}
@@ -17,6 +17,9 @@ LICENSE= unlicense
# i.e. while we are updating the tree.
HASKELL_ENABLE_DYNAMIC_EXECUTABLE= no
+# cabal2pkg needs to invoke ${MAKE} at runtime.
+ALL_ENV+= MAKE=${MAKE:Q}
+
INSTALLATION_DIRS+= ${PKGMANDIR}/man8
post-install:
${INSTALL_MAN} "${WRKSRC}/doc/cabal2pkg.8" "${DESTDIR}${PREFIX}/${PKGMANDIR}/man8"
diff --git a/cabal2pkg/distinfo b/cabal2pkg/distinfo
index 5d40b874da..19923fdfc0 100644
--- a/cabal2pkg/distinfo
+++ b/cabal2pkg/distinfo
@@ -1,5 +1,5 @@
$NetBSD$
-BLAKE2s (cabal2pkg-0.1.0.3.tar.gz) = c0f0843436cb9b4931e9d1feb481b7865aef75b5f83bbf819c668d469d964600
-SHA512 (cabal2pkg-0.1.0.3.tar.gz) = 75760837a889d02db28fbae0dfef97619474268192ced9e834b483dbe4ac5f4dc16f05205cab819ddc2b43538518fc425ebf5085ef3d2c81081011b35005cd79
-Size (cabal2pkg-0.1.0.3.tar.gz) = 65861 bytes
+BLAKE2s (cabal2pkg-0.1.0.4.tar.gz) = d6eae9dc79290aeabcaba3d2c6db0e67eec760d1456dba3cbc896f4a5f1c0788
+SHA512 (cabal2pkg-0.1.0.4.tar.gz) = 4ba8390e516723a2c33db5ae1f058dc3b922fa3aa2ae7f6c4ab0a56810c870719164a297cb9a52ba0b817c504578ca5eaa82c66f203ed1f3c0ac3d96e5b2f393
+Size (cabal2pkg-0.1.0.4.tar.gz) = 65966 bytes
Home |
Main Index |
Thread Index |
Old Index