From owner-svn-ports-head@FreeBSD.ORG Sun Nov 3 17:13:13 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7369245A; Sun, 3 Nov 2013 17:13:13 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6159A2827; Sun, 3 Nov 2013 17:13:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA3HDDwK059923; Sun, 3 Nov 2013 17:13:13 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA3HDDt9059922; Sun, 3 Nov 2013 17:13:13 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201311031713.rA3HDDt9059922@svn.freebsd.org> From: Rene Ladan Date: Sun, 3 Nov 2013 17:13:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332629 - head/graphics/plasma-kmod X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Nov 2013 17:13:13 -0000 Author: rene Date: Sun Nov 3 17:13:12 2013 New Revision: 332629 URL: http://svnweb.freebsd.org/changeset/ports/332629 Log: - Convert to USES=kmod - Support staging - Remove indefinite article from COMMENT - Fold 2-line pkg-plist into Makefile Deleted: head/graphics/plasma-kmod/pkg-plist Modified: head/graphics/plasma-kmod/Makefile Modified: head/graphics/plasma-kmod/Makefile ============================================================================== --- head/graphics/plasma-kmod/Makefile Sun Nov 3 16:59:07 2013 (r332628) +++ head/graphics/plasma-kmod/Makefile Sun Nov 3 17:13:12 2013 (r332629) @@ -4,26 +4,19 @@ PORTNAME= plasma PORTVERSION= 0.1 PORTREVISION= 4 -CATEGORIES= graphics kld +CATEGORIES= graphics MASTER_SITES= SF/futurebsd/futurebsd/${PORTNAME} PKGNAMESUFFIX= -kmod MAINTAINER= ports@FreeBSD.org -COMMENT= A plasma-effect screensaver kernel module +COMMENT= Plasma-effect screensaver kernel module LICENSE= BSD -SSP_UNSAFE= kernel module does not support ssp +PLIST_FILES= ${KMODDIR}/plasma_saver.ko -NO_STAGE= yes -.include +USES= kmod uidfix -.if !exists(${SRC_BASE}/sys/dev/syscons/syscons.h) -IGNORE= requires kernel source (in ${SRC_BASE}) to build -.endif - -KMODDIR= /boot/modules -PLIST_SUB+= KMODDIR=${KMODDIR:C,^/,,} MAKE_ARGS= KMODDIR=${KMODDIR} -.include +.include