pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
ioping: pkglint -Wall Looks fine.
Module Name: pkgsrc-wip
Committed By: miwarin <miwarin%gmail.com@localhost>
Pushed By: miwarin
Date: Sun Feb 18 18:59:53 2018 +0900
Changeset: d228a641864de247b22a0be2468b3fd005b812b5
Modified Files:
ioping/Makefile
Log Message:
ioping: pkglint -Wall Looks fine.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d228a641864de247b22a0be2468b3fd005b812b5
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
old mode 100644
new mode 100755
index 930cd61fa1..3a3d15c01a
--- a/ioping/Makefile
+++ b/ioping/Makefile
@@ -1,16 +1,18 @@
# $NetBSD$
+CATEGORIES= net
+
+COMMENT= Monitor I/O latency in real time
+LICENSE= gnu-gpl-v3
+
GITHUB_PROJECT= ioping
DISTNAME= v1.0
PKGNAME= ${GITHUB_PROJECT}-${DISTNAME}
-CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=koct9i/}
DIST_SUBDIR= ${GITHUB_PROJECT}
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