svn commit: r417973 - in head/security: pinentry pinentry-qt4

Raphael Kubo da Costa rakuco at FreeBSD.org
Sun Jul 3 14:56:03 UTC 2016


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
 


More information about the svn-ports-all mailing list