Remove redundant kld from CATEGORIES if a port uses kmod.
"USES=kmod" already adds kld to CATEGORIES so it is unnecessary to set CATEGORIES to kld explicitly. PR: 228543 Reviewed by: krion (mentor) Approved by: krion (mentor) Differential Revision: https://reviews.freebsd.org/D16359
This commit is contained in:
parent
bc5a846270
commit
34df8bdb31
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=474998
6 changed files with 6 additions and 6 deletions
|
@ -4,7 +4,7 @@
|
|||
PORTNAME= drm-next-kmod
|
||||
PORTVERSION= 4.11.g20180619
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics kld
|
||||
CATEGORIES= graphics
|
||||
|
||||
MAINTAINER= jmd@FreeBSD.org
|
||||
COMMENT= DRM modules for the linuxkpi-based KMS components
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
PORTNAME= drm-stable-kmod
|
||||
PORTVERSION= g20180619
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics kld
|
||||
CATEGORIES= graphics
|
||||
|
||||
MAINTAINER= jmd@FreeBSD.org
|
||||
COMMENT= DRM modules for the linuxkpi-based KMS components
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
PORTNAME= gpu-firmware-kmod
|
||||
PORTVERSION= g20180319
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics kld
|
||||
CATEGORIES= graphics
|
||||
|
||||
MAINTAINER= jmd@FreeBSD.org
|
||||
COMMENT= Firmware modules for the linuxkpi-based KMS components
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
PORTNAME= pwcbsd
|
||||
PORTVERSION= 1.4.1
|
||||
PORTREVISION= 12
|
||||
CATEGORIES= multimedia sysutils kld
|
||||
CATEGORIES= multimedia sysutils
|
||||
MASTER_SITES= http://raaf.atspace.org/ \
|
||||
http://www.bsd-geek.de/FreeBSD/distfiles/ \
|
||||
LOCAL/miwi
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
PORTNAME= userfw
|
||||
PORTVERSION= 0.1.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net kld
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://userfw.net/files/release/ \
|
||||
http://imax.in.ua/files/ \
|
||||
http://projects.ukrweb.net/files/
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= scprotect
|
||||
PORTVERSION= 20091116
|
||||
CATEGORIES= sysutils kld
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://dindin.ru/download/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
|
Loading…
Reference in a new issue