From owner-svn-doc-all@freebsd.org Fri Dec 22 19:44:56 2017 Return-Path: Delivered-To: svn-doc-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 1884FE85B70; Fri, 22 Dec 2017 19:44:56 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 D6FE8642E6; Fri, 22 Dec 2017 19:44:55 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBMJisPX008968; Fri, 22 Dec 2017 19:44:54 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBMJisBm008967; Fri, 22 Dec 2017 19:44:54 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201712221944.vBMJisBm008967@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Fri, 22 Dec 2017 19:44:54 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51331 - head/share/pgpkeys X-SVN-Group: doc-head X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: head/share/pgpkeys X-SVN-Commit-Revision: 51331 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2017 19:44:56 -0000 Author: gjb Date: Fri Dec 22 19:44:54 2017 New Revision: 51331 URL: https://svnweb.freebsd.org/changeset/doc/51331 Log: Ensure pgpkeyring.txt is always regenerated to prevent stale keys from existing on the website until a full, clean build is done. Sponsored by: The FreeBSD Foundation Modified: head/share/pgpkeys/Makefile Modified: head/share/pgpkeys/Makefile ============================================================================== --- head/share/pgpkeys/Makefile Fri Dec 22 17:48:44 2017 (r51330) +++ head/share/pgpkeys/Makefile Fri Dec 22 19:44:54 2017 (r51331) @@ -21,7 +21,7 @@ keyring.xml: .PHONY pgpkeyring: keyring.xml @${XSLTPROC} ${XSLTPROCOPTS} ${XSLPGP} keyring.xml -pgpkeyring.txt: +pgpkeyring.txt: .PHONY @${RM} -f ${.TARGET}.tmp || true @${MAKE} -C ${.CURDIR} pgpkeyring > ${.TARGET}.tmp ${MV} ${.TARGET}.tmp ${.TARGET}