pkgsrc-WIP-changes archive

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

cut-and-run: Remove pre-build "make depend" and clean up



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Wed Dec 27 08:06:45 2023 -0600
Changeset:	167c077d2b40bc5c2dbd93831fc42bc562a6acf8

Modified Files:
	cut-and-run/DESCR
	cut-and-run/Makefile
	cut-and-run/distinfo

Log Message:
cut-and-run: Remove pre-build "make depend" and clean up

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=167c077d2b40bc5c2dbd93831fc42bc562a6acf8

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

diffstat:
 cut-and-run/DESCR    | 6 +++---
 cut-and-run/Makefile | 3 ---
 cut-and-run/distinfo | 2 +-
 3 files changed, 4 insertions(+), 7 deletions(-)

diffs:
diff --git a/cut-and-run/DESCR b/cut-and-run/DESCR
index a2e825eac1..ae82f16a5b 100644
--- a/cut-and-run/DESCR
+++ b/cut-and-run/DESCR
@@ -1,3 +1,3 @@
-Cut-and-run is a C program that splits a text file into chunks and feeds them
-to parallel processes using OpenMP threads to read each segment of the file in
-parallel.
+Cut-and-run is a C program that splits a text file into chunks and
+feeds them to parallel processes using OpenMP threads to read each
+segment of the file in parallel.
diff --git a/cut-and-run/Makefile b/cut-and-run/Makefile
index 8e4d11a21e..4e57f0360e 100644
--- a/cut-and-run/Makefile
+++ b/cut-and-run/Makefile
@@ -14,7 +14,4 @@ HOMEPAGE=	https://github.com/outpaddling/cut-and-run
 COMMENT=	Split a text file into segments and process in parallel
 LICENSE=	2-clause-bsd
 
-pre-build:
-	cd ${WRKSRC} && make depend
-
 .include "../../mk/bsd.pkg.mk"
diff --git a/cut-and-run/distinfo b/cut-and-run/distinfo
index 2f64b77ed2..7723cfb3dc 100644
--- a/cut-and-run/distinfo
+++ b/cut-and-run/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-RMD160 (cut-and-run-0.0.1.tar.gz) = ca60d86f3cfafcebba11d701f135f02236b6be02
+BLAKE2s (cut-and-run-0.0.1.tar.gz) = 63241ddc8bf447aceb94e6122a4b86e343d0b11528102a036af41932725b0610
 SHA512 (cut-and-run-0.0.1.tar.gz) = 60e59a39a6bbc0dc4910db192b307959f68d8ee8e90a4b33debd55d34aa7f62d36aa4011d6dad7f3ea3052fdd488ce9c7fe1769575ce290bd8a766f96336d135
 Size (cut-and-run-0.0.1.tar.gz) = 7089 bytes


Home | Main Index | Thread Index | Old Index