svn commit: r323635 - head/security/trousers
Hiroki Sato
hrs at FreeBSD.org
Thu Jul 25 11:13:51 UTC 2013
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 at FreeBSD.org
+MAINTAINER= hrs at 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 @@
+ at 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
More information about the svn-ports-head
mailing list