pkgsrc-WIP-changes archive

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

ioping: remove DIST_SUBDIR



Module Name:	pkgsrc-wip
Committed By:	miwarin <miwarin%gmail.com@localhost>
Pushed By:	miwarin
Date:		Wed Feb 28 00:32:09 2018 +0900
Changeset:	b599aad51e4f58edde592bf4f89a59c630b4cdfe

Modified Files:
	ioping/Makefile
	ioping/distinfo

Log Message:
ioping: remove DIST_SUBDIR

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

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

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

diffs:
diff --git a/ioping/Makefile b/ioping/Makefile
old mode 100644
new mode 100755
index 930cd61fa1..904ac646cc
--- a/ioping/Makefile
+++ b/ioping/Makefile
@@ -1,11 +1,10 @@
 # $NetBSD$
 
 GITHUB_PROJECT=	ioping
-DISTNAME=	v1.0
-PKGNAME=	${GITHUB_PROJECT}-${DISTNAME}
+GITHUB_TAG=	v1.0
+DISTNAME=	${GITHUB_PROJECT}-${GITHUB_TAG:S/v//}
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_GITHUB:=koct9i/}
-DIST_SUBDIR=	${GITHUB_PROJECT}
 
 MAINTAINER=	miwarin%gmail.com@localhost
 HOMEPAGE=	https://github.com/koct9i/ioping/
diff --git a/ioping/distinfo b/ioping/distinfo
index 22a02c6a06..e8204bde07 100644
--- a/ioping/distinfo
+++ b/ioping/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (ioping/v1.0.tar.gz) = e88495ca5c329ad333d5f305dc1f49745b61070e
-RMD160 (ioping/v1.0.tar.gz) = 62727f2cf1f484e0bb9e06f17b577d7ef1e1877a
-SHA512 (ioping/v1.0.tar.gz) = a6763ac800e98c819a74af80634ac723f413ffa183297918389e1e1f5fc83713b683d53b594f5bd20f11d168c21de5da9d42a215d78531ee8b619aff8b9b0b84
-Size (ioping/v1.0.tar.gz) = 28824 bytes
+SHA1 (ioping-1.0.tar.gz) = e88495ca5c329ad333d5f305dc1f49745b61070e
+RMD160 (ioping-1.0.tar.gz) = 62727f2cf1f484e0bb9e06f17b577d7ef1e1877a
+SHA512 (ioping-1.0.tar.gz) = a6763ac800e98c819a74af80634ac723f413ffa183297918389e1e1f5fc83713b683d53b594f5bd20f11d168c21de5da9d42a215d78531ee8b619aff8b9b0b84
+Size (ioping-1.0.tar.gz) = 28824 bytes


Home | Main Index | Thread Index | Old Index