Date: Fri, 20 Jul 2018 09:29:59 +0000 (UTC) From: Mateusz Piotrowski <0mp@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474998 - in head: graphics/drm-next-kmod graphics/drm-stable-kmod graphics/gpu-firmware-kmod multimedia/pwcbsd net/userfw sysutils/scprotect Message-ID: <201807200929.w6K9Tx7Y046064@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: 0mp Date: Fri Jul 20 09:29:59 2018 New Revision: 474998 URL: https://svnweb.freebsd.org/changeset/ports/474998 Log: 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 Modified: head/graphics/drm-next-kmod/Makefile head/graphics/drm-stable-kmod/Makefile head/graphics/gpu-firmware-kmod/Makefile head/multimedia/pwcbsd/Makefile head/net/userfw/Makefile head/sysutils/scprotect/Makefile Modified: head/graphics/drm-next-kmod/Makefile ============================================================================== --- head/graphics/drm-next-kmod/Makefile Fri Jul 20 09:19:20 2018 (r474997) +++ head/graphics/drm-next-kmod/Makefile Fri Jul 20 09:29:59 2018 (r474998) @@ -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 Modified: head/graphics/drm-stable-kmod/Makefile ============================================================================== --- head/graphics/drm-stable-kmod/Makefile Fri Jul 20 09:19:20 2018 (r474997) +++ head/graphics/drm-stable-kmod/Makefile Fri Jul 20 09:29:59 2018 (r474998) @@ -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 Modified: head/graphics/gpu-firmware-kmod/Makefile ============================================================================== --- head/graphics/gpu-firmware-kmod/Makefile Fri Jul 20 09:19:20 2018 (r474997) +++ head/graphics/gpu-firmware-kmod/Makefile Fri Jul 20 09:29:59 2018 (r474998) @@ -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 Modified: head/multimedia/pwcbsd/Makefile ============================================================================== --- head/multimedia/pwcbsd/Makefile Fri Jul 20 09:19:20 2018 (r474997) +++ head/multimedia/pwcbsd/Makefile Fri Jul 20 09:29:59 2018 (r474998) @@ -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 Modified: head/net/userfw/Makefile ============================================================================== --- head/net/userfw/Makefile Fri Jul 20 09:19:20 2018 (r474997) +++ head/net/userfw/Makefile Fri Jul 20 09:29:59 2018 (r474998) @@ -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/ Modified: head/sysutils/scprotect/Makefile ============================================================================== --- head/sysutils/scprotect/Makefile Fri Jul 20 09:19:20 2018 (r474997) +++ head/sysutils/scprotect/Makefile Fri Jul 20 09:29:59 2018 (r474998) @@ -3,7 +3,7 @@ PORTNAME= scprotect PORTVERSION= 20091116 -CATEGORIES= sysutils kld +CATEGORIES= sysutils MASTER_SITES= http://dindin.ru/download/ MAINTAINER= ports@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807200929.w6K9Tx7Y046064>