svn commit: r417990 - in branches/2016Q3/security: pinentry pinentry-qt4

Raphael Kubo da Costa rakuco at FreeBSD.org
Sun Jul 3 18:49:36 UTC 2016


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
 


More information about the svn-ports-all mailing list