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
This commit is contained in:
Serhii (Sergey) Kozlov 2018-10-29 14:58:44 +00:00
parent 9dc4f34792
commit d52d9d673d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=483387
2 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,8 @@
PORTNAME= em
PORTVERSION= 7.7.4
PORTREVISION= 1
PORTEPOCH= 0
MASTER_SITE_SUBDIR= 17509/eng
MAINTAINER= franco@opnsense.org

View File

@ -3,6 +3,8 @@
PORTNAME= ix
PORTVERSION= 3.3.6
PORTREVISION= 1
PORTEPOCH= 0
MASTER_SITE_SUBDIR= 14688/eng
MAINTAINER= freebsd@intel.com