pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
ioping: FIX pkglint -Wall
Module Name: pkgsrc-wip
Committed By: miwarin <miwarin%gmail.com@localhost>
Pushed By: miwarin
Date: Wed Feb 28 00:34:00 2018 +0900
Changeset: 1586a31a9b3f68a25097ad05182cfb89de7294a9
Modified Files:
ioping/Makefile
Log Message:
ioping: FIX pkglint -Wall
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1586a31a9b3f68a25097ad05182cfb89de7294a9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
ioping/Makefile | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diffs:
diff --git a/ioping/Makefile b/ioping/Makefile
index 904ac646cc..578bc6f1c8 100755
--- a/ioping/Makefile
+++ b/ioping/Makefile
@@ -1,15 +1,17 @@
# $NetBSD$
+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//}
-CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=koct9i/}
MAINTAINER= miwarin%gmail.com@localhost
HOMEPAGE= https://github.com/koct9i/ioping/
-COMMENT= Monitor I/O latency in real time
-LICENSE= gnu-gpl-v3
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV:S/v//}
Home |
Main Index |
Thread Index |
Old Index