From owner-svn-ports-head@FreeBSD.ORG Thu Jul 25 11:13:51 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 252DBA4A; Thu, 25 Jul 2013 11:13:51 +0000 (UTC) (envelope-from hrs@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 ED5AC21C8; Thu, 25 Jul 2013 11:13:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6PBDort093274; Thu, 25 Jul 2013 11:13:50 GMT (envelope-from hrs@svn.freebsd.org) Received: (from hrs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6PBDocV093270; Thu, 25 Jul 2013 11:13:50 GMT (envelope-from hrs@svn.freebsd.org) Message-Id: <201307251113.r6PBDocV093270@svn.freebsd.org> From: Hiroki Sato Date: Thu, 25 Jul 2013 11:13:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323635 - head/security/trousers 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: Thu, 25 Jul 2013 11:13:51 -0000 Author: hrs Date: Thu Jul 25 11:13:50 2013 New Revision: 323635 URL: http://svnweb.freebsd.org/changeset/ports/323635 Log: - Add WWW: line to pkg-descr. - Style cleanups. - Take maintainership. Modified: head/security/trousers/Makefile head/security/trousers/pkg-descr head/security/trousers/pkg-plist (contents, props changed) Modified: head/security/trousers/Makefile ============================================================================== --- head/security/trousers/Makefile Thu Jul 25 10:49:53 2013 (r323634) +++ head/security/trousers/Makefile Thu Jul 25 11:13:50 2013 (r323635) @@ -7,30 +7,28 @@ PORTREVISION= 3 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= hrs@FreeBSD.org COMMENT= The open-source TCG Software Stack +LICENSE= CPL +LICENSE_NAME= Common Public License +LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + +USES= gmake iconv pkgconfig USE_GCC= any -USE_GMAKE= YES USE_OPENSSL= YES USE_LDCONFIG= YES -USES= pkgconfig iconv USE_AUTOTOOLS= autoconf automake libtool +USE_RC_SUBR= tcsd GNU_CONFIGURE= YES MAKE_JOBS_SAFE= YES - -USE_RC_SUBR= tcsd SUB_FILES= pkg-message SUB_LIST= USERS=${USERS} GROUPS=${GROUPS} USERS= _tss GROUPS= _tss -LICENSE= CPL -LICENSE_NAME= Common Public License -LICENSE_FILE= ${WRKSRC}/LICENSE -LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept - .include "Makefile.man" CONFIGURE_ARGS= --with-gui=none --enable-static \ Modified: head/security/trousers/pkg-descr ============================================================================== --- head/security/trousers/pkg-descr Thu Jul 25 10:49:53 2013 (r323634) +++ head/security/trousers/pkg-descr Thu Jul 25 11:13:50 2013 (r323635) @@ -1,2 +1,4 @@ TrouSerS is an CPL (Common Public License) licensed Trusted Computing Software Stack. It is mostly compliant with the TSS 1.2 specification. + +WWW: http://sourceforge.net/projects/trousers Modified: head/security/trousers/pkg-plist ============================================================================== --- head/security/trousers/pkg-plist Thu Jul 25 10:49:53 2013 (r323634) +++ head/security/trousers/pkg-plist Thu Jul 25 11:13:50 2013 (r323635) @@ -1,3 +1,4 @@ +@comment $FreeBSD$ @unexec cmp -s %D/etc/tcsd.conf %D/%%EXAMPLESDIR%%/tcsd.conf && rm -f %D/etc/tcsd.conf || true %%EXAMPLESDIR%%/tcsd.conf @exec [ -f %D/etc/tcsd.conf ] || cp -p %B/%f %D/etc/tcsd.conf