pkgsrc-WIP-changes archive

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

Update to 0.3.1. From the changelog:



Module Name:	pkgsrc-wip
Committed By:	Amitai Schleier <schmonz-web-git%schmonz.com@localhost>
Pushed By:	schmonz
Date:		Mon Nov 16 10:10:47 2020 +0100
Changeset:	29793009ba24f9610a659f79e5cf2b66acf6b979

Modified Files:
	nq/Makefile
	nq/distinfo

Log Message:
Update to 0.3.1. From the changelog:

* Fix build on NetBSD, FreeBSD, OpenBSD, and macOS.
* nq: add `-c` to clean job file when the process succeeded.
* nq: avoid unnecessary quoting for the exec line.
* Bugfix when `-q` was used with empty command lines.
* fq: fix when `$NQDIR` is set and inotify is used.
  (Thanks to Sebastian Reuße)
* fq: `-q` erroneously was on by default.

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

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

diffstat:
 nq/Makefile | 13 +++++--------
 nq/distinfo |  8 ++++----
 2 files changed, 9 insertions(+), 12 deletions(-)

diffs:
diff --git a/nq/Makefile b/nq/Makefile
index 47a1ecafbe..0fbaf1d709 100644
--- a/nq/Makefile
+++ b/nq/Makefile
@@ -1,19 +1,16 @@
 # $NetBSD$
 
-GITHUB_TAG=	b975f8a0571797ee527d534d337b1b1063619d38
-DISTNAME=	nq-${GITHUB_TAG}
-CATEGORIES=	misc
+DISTNAME=	nq-0.3.1
+CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_GITHUB:=leahneukirchen/}
+GITHUB_TAG=	v${PKGVERSION_NOREV}
 
 MAINTAINER=	cfkoch%edgebsd.org@localhost
 HOMEPAGE=	https://github.com/leahneukirchen/nq
 COMMENT=	Command line queueing utility
 LICENSE=	public-domain
 
-EXTRACT_USING=	gtar
-
-WRKSRC=		${WRKDIR}/${PKGNAME_NOREV}
-INSTALL_ENV+=	MANDIR=${PREFIX}/${PKGMANDIR}
+INSTALL_MAKE_FLAGS+=	PREFIX=${PREFIX}
+INSTALL_MAKE_FLAGS+=	MANDIR=${PREFIX}/${PKGMANDIR}
 
 .include "../../mk/bsd.pkg.mk"
-
diff --git a/nq/distinfo b/nq/distinfo
index f19fcbc757..7872725641 100644
--- a/nq/distinfo
+++ b/nq/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (nq-b975f8a0571797ee527d534d337b1b1063619d38-b975f8a0571797ee527d534d337b1b1063619d38.tar.gz) = 505e9f1e90f22c48cf7345203ab755d77f5c53ba
-RMD160 (nq-b975f8a0571797ee527d534d337b1b1063619d38-b975f8a0571797ee527d534d337b1b1063619d38.tar.gz) = 2e769199a947d444596da651df793c713f14a851
-SHA512 (nq-b975f8a0571797ee527d534d337b1b1063619d38-b975f8a0571797ee527d534d337b1b1063619d38.tar.gz) = 6c555693725b12e61be8ba7c6b2249b67bc73c55b51980d89660dbc628e0c89d6323187ca56b452b9b360d5c72d6bedebdd021388e8548d0bd2f8b242f1e0c66
-Size (nq-b975f8a0571797ee527d534d337b1b1063619d38-b975f8a0571797ee527d534d337b1b1063619d38.tar.gz) = 10445 bytes
+SHA1 (nq-v0.3.1.tar.gz) = b37f02c1975dcce07232886c2ea4d50e13860820
+RMD160 (nq-v0.3.1.tar.gz) = 68e082937323d78d8b9a1775e3e9bd2c022f347b
+SHA512 (nq-v0.3.1.tar.gz) = 42a43eb90488e17439d12740268b66cf6ed6f255ee0377f2df02f97fe2cdd562726e06909fb8efa26e3740e885088083f0880d986bf3f58615a21f1ea4c11d87
+Size (nq-v0.3.1.tar.gz) = 11015 bytes


Home | Main Index | Thread Index | Old Index