From owner-svn-ports-head@FreeBSD.ORG Mon Jun 1 13:20:26 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6E7278ED; Mon, 1 Jun 2015 13:20:26 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5C81D1438; Mon, 1 Jun 2015 13:20:26 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t51DKQQN074876; Mon, 1 Jun 2015 13:20:26 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t51DKP3l074874; Mon, 1 Jun 2015 13:20:25 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506011320.t51DKP3l074874@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 1 Jun 2015 13:20:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388229 - head/security/openscep X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Jun 2015 13:20:26 -0000 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