svn commit: r483387 - in head/net: intel-em-kmod intel-ix-kmod

Serhii (Sergey) Kozlov skozlov at FreeBSD.org
Mon Oct 29 14:58:46 UTC 2018


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 at 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 at intel.com


More information about the svn-ports-head mailing list