From owner-svn-ports-branches@freebsd.org Sun Jul 3 18:49:36 2016 Return-Path: Delivered-To: svn-ports-branches@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 9B918B90814; Sun, 3 Jul 2016 18:49:36 +0000 (UTC) (envelope-from rakuco@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 689422E17; Sun, 3 Jul 2016 18:49:36 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u63InZmV087501; Sun, 3 Jul 2016 18:49:35 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u63InZ2A087499; Sun, 3 Jul 2016 18:49:35 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201607031849.u63InZ2A087499@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sun, 3 Jul 2016 18:49:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r417990 - in branches/2016Q3/security: pinentry pinentry-qt4 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2016 18:49:36 -0000 Author: rakuco Date: Sun Jul 3 18:49:35 2016 New Revision: 417990 URL: https://svnweb.freebsd.org/changeset/ports/417990 Log: MFH: r417973 Bump PORTREVISION in security/pinentry and pinentry-qt4 after r415872. r415872 changed the binary name that security/pinentry-qt4 installs without bumping PORTREVISION in the affected ports, so if security/pinentry gets rebuilt after this change but security/pinentry-qt4 is not the pinentry symlink will be broken. Similarly, if one builds security/pinentry-qt{4,5} without updating security/pinentry, the pinentry symlink will also be broken. PR: 209556 Approved by: ports-secteam (feld) Modified: branches/2016Q3/security/pinentry-qt4/Makefile branches/2016Q3/security/pinentry/Makefile Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/security/pinentry-qt4/Makefile ============================================================================== --- branches/2016Q3/security/pinentry-qt4/Makefile Sun Jul 3 18:44:39 2016 (r417989) +++ branches/2016Q3/security/pinentry-qt4/Makefile Sun Jul 3 18:49:35 2016 (r417990) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pinentry -PORTREVISION= 0 +PORTREVISION= 1 COMMENT= Qt 4 version of the GnuPG password dialog Modified: branches/2016Q3/security/pinentry/Makefile ============================================================================== --- branches/2016Q3/security/pinentry/Makefile Sun Jul 3 18:44:39 2016 (r417989) +++ branches/2016Q3/security/pinentry/Makefile Sun Jul 3 18:49:35 2016 (r417990) @@ -3,7 +3,7 @@ PORTNAME= pinentry PORTVERSION= 0.9.7 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= security MASTER_SITES= GNUPG/pinentry