Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jan 2018 11:48:59 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r458820 - head/sysutils/mbgtools
Message-ID:  <201801121148.w0CBmxnO000313@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801121148.w0CBmxnO000313>