pkgsrc-WIP-changes archive

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

fastq-trim: Update to 0.1.3.8



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Wed Dec 4 17:31:37 2024 -0600
Changeset:	57bd6c32498ce3b2041444d8b68b97c720dc823f

Modified Files:
	fastq-trim/Makefile
	fastq-trim/distinfo

Log Message:
fastq-trim: Update to 0.1.3.8

Regenerate Makefile.depend without system headers

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

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

diffstat:
 fastq-trim/Makefile | 8 +++-----
 fastq-trim/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 8 deletions(-)

diffs:
diff --git a/fastq-trim/Makefile b/fastq-trim/Makefile
index 9e81d9c66b..4b50d41634 100644
--- a/fastq-trim/Makefile
+++ b/fastq-trim/Makefile
@@ -1,20 +1,18 @@
 # $NetBSD$
 
-DISTNAME=	fastq-trim-0.1.3
+DISTNAME=	fastq-trim-0.1.3.8
 CATEGORIES=	biology
 MASTER_SITES=	${MASTER_SITE_GITHUB:=outpaddling/}
+GITHUB_TAG=	56750198255ba409801574f67b168258651efadc
 
 OWNER=		bacon%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/outpaddling/Fastq-trim
 COMMENT=	Lightening fast sequence read trimmer
 LICENSE=	2-clause-bsd
 
-MAKE_ENV=	VERSION=${PKGVERSION}
+MAKE_FLAGS=	MANDIR=${PREFIX}/${PKGMANDIR} VERSION=${PKGVERSION}
 
 LDFLAGS.SunOS=	-lresolv
 
-pre-build:
-	(cd ${WRKSRC} && ${MAKE} PREFIX=${PREFIX} depend)
-
 .include "../../wip/biolibc/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/fastq-trim/distinfo b/fastq-trim/distinfo
index 98755fefb7..7542422d56 100644
--- a/fastq-trim/distinfo
+++ b/fastq-trim/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (fastq-trim-0.1.3.tar.gz) = f346e25b1c5d14a532e2611a1a6f3d6c9fef4454e0848f1adbe70e0ee5ee76b2
-SHA512 (fastq-trim-0.1.3.tar.gz) = 7fa94c7f4a97956fef98dbdd233b7628d1a49440fc8ba8e52e06e8e87343555ed325c4361f93865ad82863274018d625397d4b288d096196412865a22a106beb
-Size (fastq-trim-0.1.3.tar.gz) = 30596 bytes
+BLAKE2s (fastq-trim-0.1.3.8-56750198255ba409801574f67b168258651efadc.tar.gz) = bb7b6e43d15cf5af96a93491ffa8c81e9418aa3e5061dcfbc3a0781dd175cbad
+SHA512 (fastq-trim-0.1.3.8-56750198255ba409801574f67b168258651efadc.tar.gz) = 3758c73c9632f16a00a8c673d35f98c74373f159ddcc1068cd44ae6e42bed926f9c5ddd3cb41a14e7b6b7b0db882779ef322f57841bd28e223fd466c76532b28
+Size (fastq-trim-0.1.3.8-56750198255ba409801574f67b168258651efadc.tar.gz) = 29580 bytes


Home | Main Index | Thread Index | Old Index