pkgsrc-WIP-changes archive

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

within: Update to 1.1.3



Module Name:	pkgsrc-wip
Committed By:	Sijmen J. Mulder <ik%sjmulder.nl@localhost>
Pushed By:	sjmulder
Date:		Thu Dec 6 14:35:52 2018 +0100
Changeset:	853bd246f6957aebdde7b1f1a8e6e97cab4a7f51

Modified Files:
	within/Makefile
	within/distinfo

Log Message:
within: Update to 1.1.3

 - Fixed: wrong implicit permissions in make install.

And add MANPREFIX make flag.

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

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

diffstat:
 within/Makefile | 5 +++--
 within/distinfo | 8 ++++----
 2 files changed, 7 insertions(+), 6 deletions(-)

diffs:
diff --git a/within/Makefile b/within/Makefile
index d86ac1f945..fb148ede6e 100644
--- a/within/Makefile
+++ b/within/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	within-1.1.2
+DISTNAME=	within-1.1.3
 CATEGORIES=	sysutils parallel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=sjmulder/}
 
@@ -9,6 +9,7 @@ HOMEPAGE=	https://github.com/sjmulder/within
 COMMENT=	Run a command in other directories
 LICENSE=	gnu-agpl-v3
 
-TEST_TARGET=	check
+INSTALL_MAKE_FLAGS+=	MANPREFIX=${PREFIX}/${PKGMANDIR}
+TEST_TARGET=		check
 
 .include "../../mk/bsd.pkg.mk"
diff --git a/within/distinfo b/within/distinfo
index 74b9646642..8e15d438e4 100644
--- a/within/distinfo
+++ b/within/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (within-1.1.2.tar.gz) = 83854b5c57fc1472ce1b05eb3d817967fabf86e9
-RMD160 (within-1.1.2.tar.gz) = 3b2f26432030cadcac0bf23a1cd979ffd6002690
-SHA512 (within-1.1.2.tar.gz) = 3201c635648a54b9e40a86f28ec52cfc2934be84c57ad7656bb53c9ba7139c919a78d133547d2e2b07e58fa171ca579eb6077f07091c94eb237c157cf22e1812
-Size (within-1.1.2.tar.gz) = 19329 bytes
+SHA1 (within-1.1.3.tar.gz) = cef91cfa05d46e88d91928c145e0da68f6dfae08
+RMD160 (within-1.1.3.tar.gz) = 4270830724ed87b8258aca847654fc885bfbbfdf
+SHA512 (within-1.1.3.tar.gz) = 28df9cbd90902ad35c36d191f9f61300d2758d3e734777f2c3580f7f4289837a6e53cf961476d6d31a0562979fdae3881030204937437488848cb00533c98c36
+Size (within-1.1.3.tar.gz) = 19352 bytes


Home | Main Index | Thread Index | Old Index