Date: Thu, 25 Jul 2013 11:13:50 +0000 (UTC) From: Hiroki Sato <hrs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323635 - head/security/trousers Message-ID: <201307251113.r6PBDocV093270@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307251113.r6PBDocV093270>