From owner-svn-ports-all@freebsd.org Sun Jul 12 22:30:26 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C8E2A99B090; Sun, 12 Jul 2015 22:30:26 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.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 9F9E61A35; Sun, 12 Jul 2015 22:30:26 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6CMUQBb072580; Sun, 12 Jul 2015 22:30:26 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6CMUQQL072553; Sun, 12 Jul 2015 22:30:26 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201507122230.t6CMUQQL072553@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 12 Jul 2015 22:30:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391848 - head/security/pgp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Jul 2015 22:30:26 -0000 Author: amdmi3 Date: Sun Jul 12 22:30:25 2015 New Revision: 391848 URL: https://svnweb.freebsd.org/changeset/ports/391848 Log: - Switch to @sample - Drop @dirrm* from plist Modified: head/security/pgp/Makefile head/security/pgp/pkg-plist Modified: head/security/pgp/Makefile ============================================================================== --- head/security/pgp/Makefile Sun Jul 12 22:30:24 2015 (r391847) +++ head/security/pgp/Makefile Sun Jul 12 22:30:25 2015 (r391848) @@ -3,7 +3,7 @@ PORTNAME= pgp PORTVERSION= 2.6.3i -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= PACKETSTORM/crypt/pgp/V5.0 DISTNAME= pgp263is @@ -30,10 +30,8 @@ do-install: -${MKDIR} ${PGPLIB} cd ${WRKSRC}/.. && \ ${INSTALL_DATA} pgp.hlp doc/pgpdoc1.txt doc/pgpdoc2.txt ${PGPLIB}/ - ${INSTALL_DATA} ${WRKSRC}/../language.txt ${PGPLIB}/language.txt-dist - ${INSTALL_DATA} ${WRKSRC}/../config.txt ${PGPLIB}/config.txt-dist - -post-install: + ${INSTALL_DATA} ${WRKSRC}/../language.txt ${PGPLIB}/language.txt.sample + ${INSTALL_DATA} ${WRKSRC}/../config.txt ${PGPLIB}/config.txt.sample ${INSTALL_MAN} ${STAGEDIR}${PREFIX}/man/man1/pgp.1 ${STAGEDIR}${PREFIX}/man/man1/pgp2.1 .include Modified: head/security/pgp/pkg-plist ============================================================================== --- head/security/pgp/pkg-plist Sun Jul 12 22:30:24 2015 (r391847) +++ head/security/pgp/pkg-plist Sun Jul 12 22:30:25 2015 (r391848) @@ -4,10 +4,5 @@ man/man1/pgp2.1.gz share/pgp/pgp.hlp share/pgp/pgpdoc1.txt share/pgp/pgpdoc2.txt -@unexec if cmp -s %D/share/pgp/language.txt %D/share/pgp/language.txt-dist; then rm -f %D/share/pgp/language.txt; fi -share/pgp/language.txt-dist -@exec [ ! -f %B/language.txt ] && cp %B/%f %B/language.txt -@unexec if cmp -s %D/share/pgp/config.txt %D/share/pgp/config.txt-dist; then rm -f %D/share/pgp/config.txt; fi -share/pgp/config.txt-dist -@exec [ ! -f %B/config.txt ] && cp %B/%f %B/config.txt -@dirrm share/pgp +@sample share/pgp/language.txt.sample +@sample share/pgp/config.txt.sample