pkgsrc-WIP-changes archive

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

within: Simplify Makefile, add TEST_TASK



Module Name:	pkgsrc-wip
Committed By:	Sijmen J. Mulder <ik%sjmulder.nl@localhost>
Pushed By:	sjmulder
Date:		Thu Dec 6 11:40:41 2018 +0100
Changeset:	b8ee08fbfa0903ccb905847e5aa7d72bcebbfea6

Modified Files:
	within/Makefile
	within/distinfo

Log Message:
within: Simplify Makefile, add TEST_TASK

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

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

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

diffs:
diff --git a/within/Makefile b/within/Makefile
index ee7f29067f..d86ac1f945 100644
--- a/within/Makefile
+++ b/within/Makefile
@@ -1,17 +1,14 @@
 # $NetBSD$
 
-GITHUB_PROJECT=	within
-DISTNAME=	1.1.2
-PKGNAME=	${GITHUB_PROJECT}-${DISTNAME}
+DISTNAME=	within-1.1.2
 CATEGORIES=	sysutils parallel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=sjmulder/}
-DIST_SUBDIR=	${GITHUB_PROJECT}
 
 MAINTAINER=	ik%sjmulder.nl@localhost
 HOMEPAGE=	https://github.com/sjmulder/within
 COMMENT=	Run a command in other directories
 LICENSE=	gnu-agpl-v3
 
-WRKSRC=	${WRKDIR}/within-1.1.2
+TEST_TARGET=	check
 
 .include "../../mk/bsd.pkg.mk"
diff --git a/within/distinfo b/within/distinfo
index 80637a540b..74b9646642 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.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


Home | Main Index | Thread Index | Old Index