svn commit: r450230 - head/security/libcryptui

Koop Mast kwm at FreeBSD.org
Wed Sep 20 19:48:39 UTC 2017


Author: kwm
Date: Wed Sep 20 19:48:38 2017
New Revision: 450230
URL: https://svnweb.freebsd.org/changeset/ports/450230

Log:
  Allow configure to accept gnupg 2.2.x
  
  Reported by:	pkg-fallout via antoine@

Modified:
  head/security/libcryptui/Makefile

Modified: head/security/libcryptui/Makefile
==============================================================================
--- head/security/libcryptui/Makefile	Wed Sep 20 19:04:01 2017	(r450229)
+++ head/security/libcryptui/Makefile	Wed Sep 20 19:48:38 2017	(r450230)
@@ -41,7 +41,7 @@ CONFIGURE_ARGS+=--disable-libnotify
 .endif
 
 post-patch:
-	@${REINPLACE_CMD} -e 's|"1.2 1.4 2.0"|"1.2 1.4 2.0 2.1"|g' \
+	@${REINPLACE_CMD} -e 's|"1.2 1.4 2.0"|"1.2 1.4 2.0 2.1 2.2"|g' \
 		${WRKSRC}/configure
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list