Date: Sat, 17 Dec 2016 15:47:22 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428771 - head/sysutils/ioping Message-ID: <201612171547.uBHFlMZe050516@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sat Dec 17 15:47:22 2016 New Revision: 428771 URL: https://svnweb.freebsd.org/changeset/ports/428771 Log: - Fix LICENSE - Add LICENSE_FILE - Mark BROKEN on 9.x Approved by: portmgr blanket Modified: head/sysutils/ioping/Makefile Modified: head/sysutils/ioping/Makefile ============================================================================== --- head/sysutils/ioping/Makefile Sat Dec 17 15:45:59 2016 (r428770) +++ head/sysutils/ioping/Makefile Sat Dec 17 15:47:22 2016 (r428771) @@ -9,7 +9,10 @@ CATEGORIES= sysutils MAINTAINER= olevole@olevole.ru COMMENT= Simple disk I/0 latency measuring tool -LICENSE= GPLv3 +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/LICENSE + +BROKEN_FreeBSD_9= does not build on FreeBSD 9.x: lack of mkostemp() USE_GITHUB= yes GH_ACCOUNT= koct9i
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612171547.uBHFlMZe050516>