diff options
author | skozlov <skozlov@FreeBSD.org> | 2018-10-30 18:23:36 +0800 |
---|---|---|
committer | skozlov <skozlov@FreeBSD.org> | 2018-10-30 18:23:36 +0800 |
commit | d2364027b82796816a095adb04bc3bd9901182f3 (patch) | |
tree | 9a6a8aee0ad84335be7caeef69708da1563f43c8 /net | |
parent | c7357caf0fa065af95223bc9f5bb0a71272018e8 (diff) | |
download | freebsd-ports-gnome-d2364027b82796816a095adb04bc3bd9901182f3.tar.gz freebsd-ports-gnome-d2364027b82796816a095adb04bc3bd9901182f3.tar.zst freebsd-ports-gnome-d2364027b82796816a095adb04bc3bd9901182f3.zip |
net/intel-em-kmod: take maintainership
The permission from the maintainer is obtained in D17646.
Approved By: sbruno (mentor)
Differential Revision: https://reviews.freebsd.org/D17749
Diffstat (limited to 'net')
-rw-r--r-- | net/intel-em-kmod/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/intel-em-kmod/Makefile b/net/intel-em-kmod/Makefile index 4d3210177876..dc9d821b96c5 100644 --- a/net/intel-em-kmod/Makefile +++ b/net/intel-em-kmod/Makefile @@ -7,7 +7,7 @@ PORTREVISION= 1 PORTEPOCH= 0 MASTER_SITE_SUBDIR= 17509/eng -MAINTAINER= franco@opnsense.org +MAINTAINER= freebsd@intel.com COMMENT= Gigabit FreeBSD Base Drivers for Intel(R) Ethernet BROKEN_armv6= fails to compile: implicit declaration of function 'cp15_pmccntr_get' is invalid in C99 |