[Midnightbsd-cvs] mports [18062] trunk/security/trousers: update plist..

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Mar 7 16:07:57 EST 2015


Revision: 18062
          http://svnweb.midnightbsd.org/mports/?rev=18062
Author:   laffer1
Date:     2015-03-07 16:07:56 -0500 (Sat, 07 Mar 2015)
Log Message:
-----------
update plist.. more to do

Modified Paths:
--------------
    trunk/security/trousers/Makefile
    trunk/security/trousers/pkg-plist

Modified: trunk/security/trousers/Makefile
===================================================================
--- trunk/security/trousers/Makefile	2015-03-07 21:07:36 UTC (rev 18061)
+++ trunk/security/trousers/Makefile	2015-03-07 21:07:56 UTC (rev 18062)
@@ -2,7 +2,7 @@
 
 PORTNAME=	trousers
 PORTVERSION=	0.3.10
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	security
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
 
@@ -14,7 +14,7 @@
 LICENSE_FILE=	${WRKSRC}/LICENSE
 LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
-USES=		gmake iconv libtool pkgconfig
+USES=		alias gmake iconv libtool pkgconfig
 USE_OPENSSL=	YES
 USE_LDCONFIG=	YES
 USE_AUTOTOOLS= 	libtoolize aclocal autoconf automake
@@ -24,7 +24,10 @@
 GNU_CONFIGURE=	YES
 CONFIGURE_ARGS=	--with-gui=none --enable-static \
 		--localstatedir=${PREFIX}/var \
-		--with-tssuser=${USERS} --with-tssgroup=${GROUPS} RANLIB=:
+		--with-tssuser=${USERS} \
+		--with-tssgroup=${GROUPS} \
+		--with-openssl=${OPENSSLBASE} \
+		RANLIB=:
 MAKE_ENV=	ICONV_LIB=${ICONV_LIB} \
 		ICONV_PREFIX=${ICONV_PREFIX}
 SUB_FILES=	pkg-message

Modified: trunk/security/trousers/pkg-plist
===================================================================
--- trunk/security/trousers/pkg-plist	2015-03-07 21:07:36 UTC (rev 18061)
+++ trunk/security/trousers/pkg-plist	2015-03-07 21:07:56 UTC (rev 18062)
@@ -125,12 +125,7 @@
 @mode 0600
 etc/tcsd.conf.dist
 @exec [ -f %D/etc/tcsd.conf ] || cp -p %D/etc/tcsd.conf.dist %D/etc/tcsd.conf
- at mode 0700
- at dirrmtry var/lib/tpm
 @owner
 @group
 @mode
- at dirrmtry var/lib
- at dirrmtry var
- at dirrm include/tss
- at dirrm include/trousers
+ at dir(_tss,_tss,0700) var/lib/tpm



More information about the Midnightbsd-cvs mailing list