From owner-svn-ports-head@FreeBSD.ORG Mon Jan 27 12:30:11 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3331CECD; Mon, 27 Jan 2014 12:30:11 +0000 (UTC) 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 1ED591377; Mon, 27 Jan 2014 12:30:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0RCUAN9095023; Mon, 27 Jan 2014 12:30:10 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0RCUAMl095021; Mon, 27 Jan 2014 12:30:10 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201401271230.s0RCUAMl095021@svn.freebsd.org> From: Rene Ladan Date: Mon, 27 Jan 2014 12:30:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341389 - head/sysutils/pefs-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.17 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: Mon, 27 Jan 2014 12:30:11 -0000 Author: rene Date: Mon Jan 27 12:30:10 2014 New Revision: 341389 URL: http://svnweb.freebsd.org/changeset/ports/341389 QAT: https://qat.redports.org/buildarchive/r341389/ Log: - Support stage - Remove check for FreeBSD < 8 and include bsd.port.mk only once - Properly specify license (BSD2CLAUSE) Approved by: portmgr (infrastructure blanket) Modified: head/sysutils/pefs-kmod/Makefile head/sysutils/pefs-kmod/pkg-plist Modified: head/sysutils/pefs-kmod/Makefile ============================================================================== --- head/sysutils/pefs-kmod/Makefile Mon Jan 27 12:25:24 2014 (r341388) +++ head/sysutils/pefs-kmod/Makefile Mon Jan 27 12:30:10 2014 (r341389) @@ -10,22 +10,13 @@ PKGNAMESUFFIX= -kmod MAINTAINER= gleb@FreeBSD.org COMMENT= PEFS kernel level stacked cryptographic filesystem -LICENSE= BSD +LICENSE= BSD2CLAUSE MAKE_ENV= BINDIR="${PREFIX}/sbin" MANDIR="${MANPREFIX}/man/man" \ NO_MANCOMPRESS= -MAN8= pam_pefs.8 pefs.8 - ONLY_FOR_ARCHS= i386 amd64 # not tested on other archs -NO_STAGE= yes - -USES= kmod -.include - -.if ${OSVERSION} < 800000 -BROKEN= requires fairly recent FreeBSD-STABLE, or FreeBSD-CURRENT -.endif +USES= kmod uidfix -.include +.include Modified: head/sysutils/pefs-kmod/pkg-plist ============================================================================== --- head/sysutils/pefs-kmod/pkg-plist Mon Jan 27 12:25:24 2014 (r341388) +++ head/sysutils/pefs-kmod/pkg-plist Mon Jan 27 12:30:10 2014 (r341389) @@ -1,5 +1,7 @@ sbin/pefs lib/pam_pefs.so lib/pam_pefs.so.5 +man/man8/pam_pefs.8.gz +man/man8/pefs.8.gz @cwd /%%KMODDIR%% pefs.ko