From owner-svn-ports-head@freebsd.org Thu Oct 6 20:18:32 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8CAF2BEC5C9; Thu, 6 Oct 2016 20:18:32 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5BF317B8; Thu, 6 Oct 2016 20:18:32 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u96KIVK5054320; Thu, 6 Oct 2016 20:18:31 GMT (envelope-from sbruno@FreeBSD.org) Received: (from sbruno@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u96KIVnU054319; Thu, 6 Oct 2016 20:18:31 GMT (envelope-from sbruno@FreeBSD.org) Message-Id: <201610062018.u96KIVnU054319@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sbruno set sender to sbruno@FreeBSD.org using -f From: Sean Bruno Date: Thu, 6 Oct 2016 20:18:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423442 - head/net/intel-ixl-kmod X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2016 20:18:32 -0000 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 Reviewed by: Franco Fichtner 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@intel.com +MAINTAINER?= freebsd@intel.com COMMENT?= 40 gigabit FreeBSD Base Driver for Intel(R) Network Connections LICENSE= BSD2CLAUSE