svn commit: r388229 - head/security/openscep

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Jun 1 13:20:26 UTC 2015


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
- at dirrm www/cgi-bin/openscep
- at dirrm www/openscep
- at dirrmtry etc/openscep


More information about the svn-ports-all mailing list