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:
@@ -3,6 +3,8 @@
|
||||
|
||||
PORTNAME= em
|
||||
PORTVERSION= 7.7.4
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 0
|
||||
MASTER_SITE_SUBDIR= 17509/eng
|
||||
|
||||
MAINTAINER= franco@opnsense.org
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
|
||||
PORTNAME= ix
|
||||
PORTVERSION= 3.3.6
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 0
|
||||
MASTER_SITE_SUBDIR= 14688/eng
|
||||
|
||||
MAINTAINER= freebsd@intel.com
|
||||
|
||||
Reference in New Issue
Block a user