Date: Sun, 3 Jul 2016 14:56:01 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417973 - in head/security: pinentry pinentry-qt4 Message-ID: <201607031456.u63Eu1cW099532@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Sun Jul 3 14:56:01 2016 New Revision: 417973 URL: https://svnweb.freebsd.org/changeset/ports/417973 Log: 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 MFH: 2016Q3 Modified: head/security/pinentry-qt4/Makefile head/security/pinentry/Makefile Modified: head/security/pinentry-qt4/Makefile ============================================================================== --- head/security/pinentry-qt4/Makefile Sun Jul 3 14:47:12 2016 (r417972) +++ head/security/pinentry-qt4/Makefile Sun Jul 3 14:56:01 2016 (r417973) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pinentry -PORTREVISION= 0 +PORTREVISION= 1 COMMENT= Qt 4 version of the GnuPG password dialog Modified: head/security/pinentry/Makefile ============================================================================== --- head/security/pinentry/Makefile Sun Jul 3 14:47:12 2016 (r417972) +++ head/security/pinentry/Makefile Sun Jul 3 14:56:01 2016 (r417973) @@ -3,7 +3,7 @@ PORTNAME= pinentry PORTVERSION= 0.9.7 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= security MASTER_SITES= GNUPG/pinentry
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607031456.u63Eu1cW099532>