svn commit: r423442 - head/net/intel-ixl-kmod

Sean Bruno sbruno at FreeBSD.org
Thu Oct 6 20:18:32 UTC 2016


Author: sbruno
Date: Thu Oct  6 20:18:31 2016
New Revision: 423442
URL: https://svnweb.freebsd.org/changeset/ports/423442

Log:
  Change MAINTAINER variable to support using this as a master port
  for other slave ports.
  
  PR:	212828
  Submitted by:	 Sergey Kozlov <kozlov.sergey.404 at gmail.com>
  Reviewed by:	Franco Fichtner <franco at opnsense.org>

Modified:
  head/net/intel-ixl-kmod/Makefile

Modified: head/net/intel-ixl-kmod/Makefile
==============================================================================
--- head/net/intel-ixl-kmod/Makefile	Thu Oct  6 20:15:36 2016	(r423441)
+++ head/net/intel-ixl-kmod/Makefile	Thu Oct  6 20:18:31 2016	(r423442)
@@ -10,7 +10,7 @@ MASTER_SITE_SUBDIR?=	25160/eng
 PKGNAMEPREFIX=	intel-
 PKGNAMESUFFIX=	-kmod
 
-MAINTAINER=	freebsd at intel.com
+MAINTAINER?=	freebsd at intel.com
 COMMENT?=	40 gigabit FreeBSD Base Driver for Intel(R) Network Connections
 
 LICENSE=	BSD2CLAUSE


More information about the svn-ports-all mailing list