diff options
author | rakuco <rakuco@FreeBSD.org> | 2016-07-03 22:56:01 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2016-07-03 22:56:01 +0800 |
commit | 723f46afcc56ce447993c9ec5cf872a5a70e8483 (patch) | |
tree | dff5a1d5f4c7db5191bd8fa7fed05b412d3f97f4 /security/pinentry | |
parent | 3e945ba7db5506b2870497620c53a44b472f6ae5 (diff) | |
download | freebsd-ports-gnome-723f46afcc56ce447993c9ec5cf872a5a70e8483.tar.gz freebsd-ports-gnome-723f46afcc56ce447993c9ec5cf872a5a70e8483.tar.zst freebsd-ports-gnome-723f46afcc56ce447993c9ec5cf872a5a70e8483.zip |
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
Diffstat (limited to 'security/pinentry')
-rw-r--r-- | security/pinentry/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pinentry/Makefile b/security/pinentry/Makefile index 37e208fa1241..b82ccca34840 100644 --- a/security/pinentry/Makefile +++ b/security/pinentry/Makefile @@ -3,7 +3,7 @@ PORTNAME= pinentry PORTVERSION= 0.9.7 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= security MASTER_SITES= GNUPG/pinentry |