pkgsrc-WIP-changes archive

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

ioping: improve github handling



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Wed Feb 28 10:50:54 2018 +0100
Changeset:	8bb48432c857323a258630339100b3c93387a445

Modified Files:
	ioping/Makefile

Log Message:
ioping: improve github handling

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

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

diffstat:
 ioping/Makefile | 14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

diffs:
diff --git a/ioping/Makefile b/ioping/Makefile
index 578bc6f1c8..92c6dd72c8 100755
--- a/ioping/Makefile
+++ b/ioping/Makefile
@@ -1,19 +1,14 @@
 # $NetBSD$
 
+DISTNAME=	ioping-1.0
 CATEGORIES=	net
-
-COMMENT=	Monitor I/O latency in real time
-LICENSE=	gnu-gpl-v3
-
-GITHUB_PROJECT=	ioping
-GITHUB_TAG=	v1.0
-DISTNAME=	${GITHUB_PROJECT}-${GITHUB_TAG:S/v//}
 MASTER_SITES=	${MASTER_SITE_GITHUB:=koct9i/}
+GITHUB_TAG=	v${PKGVERSION_NOREV}
 
 MAINTAINER=	miwarin%gmail.com@localhost
 HOMEPAGE=	https://github.com/koct9i/ioping/
-
-WRKSRC=	${WRKDIR}/${PKGNAME_NOREV:S/v//}
+COMMENT=	Monitor I/O latency in real time
+LICENSE=	gnu-gpl-v3
 
 USE_TOOLS+=	gmake
 
@@ -23,5 +18,4 @@ do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/ioping ${DESTDIR}${PREFIX}/bin
 	${INSTALL_MAN} ${WRKSRC}/ioping.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
 
-
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index