pkgsrc-WIP-changes archive

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

generand: Update to 0.1.2.8



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Fri Nov 29 07:56:06 2024 -0600
Changeset:	d5da9f1c2df6a676ba070e42288f197bd0595cf7

Modified Files:
	generand/Makefile
	generand/PLIST
	generand/distinfo

Log Message:
generand: Update to 0.1.2.8

Add --version flag

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

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

diffstat:
 generand/Makefile | 6 +++---
 generand/PLIST    | 2 +-
 generand/distinfo | 6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

diffs:
diff --git a/generand/Makefile b/generand/Makefile
index 47ba2da749..d82d6db4e5 100644
--- a/generand/Makefile
+++ b/generand/Makefile
@@ -1,15 +1,15 @@
 # $NetBSD$
 
-DISTNAME=	generand-0.1.2.7
+DISTNAME=	generand-0.1.2.8
 CATEGORIES=	biology
 MASTER_SITES=	${MASTER_SITE_GITHUB:=auerlab/}
-GITHUB_TAG=	1dfd3ba58537451f0ff43af97c2c8a1f101cc730
+GITHUB_TAG=	a715a8965d4cb44a9f195dc796c5c0fa871d1fd7
 
 OWNER=		bacon%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/auerlab/generand
 COMMENT=	Generate random genomic data in FASTA/FASTQ, SAM, or VCF format
 LICENSE=	2-clause-bsd
 
-MAKE_ENV+=	MANPREFIX=${PREFIX}/share
+MAKE_FLAGS+=	MANDIR=${PREFIX}/${PKGMANDIR} VERSION=${PKGVERSION}
 
 .include "../../mk/bsd.pkg.mk"
diff --git a/generand/PLIST b/generand/PLIST
index c051d8fd13..200b53897e 100644
--- a/generand/PLIST
+++ b/generand/PLIST
@@ -1,3 +1,3 @@
 @comment $NetBSD$
 bin/generand
-share/share/man/man1/generand.1
+man/man1/generand.1
diff --git a/generand/distinfo b/generand/distinfo
index c5bd5f7a8a..302910bcd8 100644
--- a/generand/distinfo
+++ b/generand/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (generand-0.1.2.7-1dfd3ba58537451f0ff43af97c2c8a1f101cc730.tar.gz) = 573fe8c07afd5e16d7c4e756d2bee8979009bca89422bc62a16d6fb911688e2a
-SHA512 (generand-0.1.2.7-1dfd3ba58537451f0ff43af97c2c8a1f101cc730.tar.gz) = 3e60763a3f4fc28c3e6fbe7e9485bf627e5ccb16718b3274f45fdc26a35042f34712cbc8d6411756bd4371ca18a537cebc5e841c21950b347ac41029a5f47fe7
-Size (generand-0.1.2.7-1dfd3ba58537451f0ff43af97c2c8a1f101cc730.tar.gz) = 7285 bytes
+BLAKE2s (generand-0.1.2.8-a715a8965d4cb44a9f195dc796c5c0fa871d1fd7.tar.gz) = ac0979290676a128245a979e060b0cb22008c00386c0de96d862bf70c9ba37c7
+SHA512 (generand-0.1.2.8-a715a8965d4cb44a9f195dc796c5c0fa871d1fd7.tar.gz) = f45b7110af9b1ed0da733f48a088e66989f7c05ea17e02f73c7f229ebd8d4c78c65fe3ebd76d757e9e8081bd467ff8b116e550234d18b5a5aa78d4194f73b01f
+Size (generand-0.1.2.8-a715a8965d4cb44a9f195dc796c5c0fa871d1fd7.tar.gz) = 7668 bytes


Home | Main Index | Thread Index | Old Index