Date: Mon, 29 Oct 2018 14:58:45 +0000 (UTC) From: "Serhii (Sergey) Kozlov" <skozlov@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483387 - in head/net: intel-em-kmod intel-ix-kmod Message-ID: <201810291458.w9TEwjBN051788@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: skozlov Date: Mon Oct 29 14:58:44 2018 New Revision: 483387 URL: https://svnweb.freebsd.org/changeset/ports/483387 Log: net/intel-{ix,em}-kmod: freeze PORTREVISION and PORTEPOCH PORTREVISION wasn't specified in net/intel-{ix,em}-kmod, which are slave ports of net/intel-ixl-kmod. Because of that when PORTREVISION was bumped in intel-ixl-kmod - it automatically appeared in the slave ports, which shouldn't happen. To avoid this in the future - explicitly specify PORTREVISION and PORTEPOCH in the slave ports. Sanity and compile tested using poudriere w/portlint. Approved By: sbruno (mentor), franco_opnsense.org (intel-em-kmod maintainer) Differential Revision: https://reviews.freebsd.org/D17646 Modified: head/net/intel-em-kmod/Makefile head/net/intel-ix-kmod/Makefile Modified: head/net/intel-em-kmod/Makefile ============================================================================== --- head/net/intel-em-kmod/Makefile Mon Oct 29 14:04:57 2018 (r483386) +++ head/net/intel-em-kmod/Makefile Mon Oct 29 14:58:44 2018 (r483387) @@ -3,6 +3,8 @@ PORTNAME= em PORTVERSION= 7.7.4 +PORTREVISION= 1 +PORTEPOCH= 0 MASTER_SITE_SUBDIR= 17509/eng MAINTAINER= franco@opnsense.org Modified: head/net/intel-ix-kmod/Makefile ============================================================================== --- head/net/intel-ix-kmod/Makefile Mon Oct 29 14:04:57 2018 (r483386) +++ head/net/intel-ix-kmod/Makefile Mon Oct 29 14:58:44 2018 (r483387) @@ -3,6 +3,8 @@ PORTNAME= ix PORTVERSION= 3.3.6 +PORTREVISION= 1 +PORTEPOCH= 0 MASTER_SITE_SUBDIR= 14688/eng MAINTAINER= freebsd@intel.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810291458.w9TEwjBN051788>