Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Jun 2015 13:20:25 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r388229 - head/security/openscep
Message-ID:  <201506011320.t51DKP3l074874@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Jun  1 13:20:25 2015
New Revision: 388229
URL: https://svnweb.freebsd.org/changeset/ports/388229

Log:
  - Strip library
  - Drop @dirrm* from plist

Modified:
  head/security/openscep/Makefile
  head/security/openscep/pkg-plist

Modified: head/security/openscep/Makefile
==============================================================================
--- head/security/openscep/Makefile	Mon Jun  1 13:20:18 2015	(r388228)
+++ head/security/openscep/Makefile	Mon Jun  1 13:20:25 2015	(r388229)
@@ -3,7 +3,7 @@
 
 PORTNAME=	openscep
 PORTVERSION=	0.4.2
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	security
 MASTER_SITES=	http://openscep.othello.ch/download/
 
@@ -51,6 +51,7 @@ post-patch:
 		${WRKSRC}/html/Makefile.in
 
 post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libscep.so
 	@${MKDIR} ${STAGEDIR}${CONF_DIR}
 	${INSTALL_DATA} ${WRKSRC}/openssl/openscep.cnf \
 		${STAGEDIR}${CONF_DIR}/openscep.cnf.sample

Modified: head/security/openscep/pkg-plist
==============================================================================
--- head/security/openscep/pkg-plist	Mon Jun  1 13:20:18 2015	(r388228)
+++ head/security/openscep/pkg-plist	Mon Jun  1 13:20:25 2015	(r388229)
@@ -92,6 +92,3 @@ www/openscep/scepxid.1.html
 www/openscep/title.html
 www/openscep/updatecrl.8.html
 www/openscep/welcome.html
-@dirrm www/cgi-bin/openscep
-@dirrm www/openscep
-@dirrmtry etc/openscep



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506011320.t51DKP3l074874>