svn commit: r458820 - head/sysutils/mbgtools

Kurt Jaeger pi at FreeBSD.org
Fri Jan 12 11:49:01 UTC 2018


Author: pi
Date: Fri Jan 12 11:48:59 2018
New Revision: 458820
URL: https://svnweb.freebsd.org/changeset/ports/458820

Log:
  sysutils/mbgtools: Fix license information and portlint warnings
  
  PR:		222571
  Submitted by:	Yasuhiro KIMURA <yasu at utahime.org>
  Approved by:	gnn (maintainer timeout)

Modified:
  head/sysutils/mbgtools/Makefile

Modified: head/sysutils/mbgtools/Makefile
==============================================================================
--- head/sysutils/mbgtools/Makefile	Fri Jan 12 11:45:30 2018	(r458819)
+++ head/sysutils/mbgtools/Makefile	Fri Jan 12 11:48:59 2018	(r458820)
@@ -9,7 +9,7 @@ MASTER_SITES=	http://www.meinberg.de/download/drivers/
 MAINTAINER=	gnn at FreeBSD.org
 COMMENT=	Drivers and tools for Meinberg PTP/GPS cards
 
-LICENSE=	BSD
+LICENSE=	BSD2CLAUSE
 
 BROKEN_aarch64=		fails to compile: unused variables
 BROKEN_armv6=		fails to compile: implicit declaration of function 'cp15_pmccntr_get' is invalid in C99
@@ -17,8 +17,7 @@ BROKEN_mips64=		fails to compile: unused variables
 BROKEN_powerpc64=	fails to compile: warning: mbg_dbg_data defined but not used
 BROKEN_sparc64=		fails to compile: error in structure definitions
 
-USE_RC_SUBR=	mbgsvcd
-
 USES=		kmod uidfix
+USE_RC_SUBR=	mbgsvcd
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list