From owner-svn-ports-all@freebsd.org Mon Nov 23 11:42:12 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 980B2A35A29; Mon, 23 Nov 2015 11:42:12 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 663351A43; Mon, 23 Nov 2015 11:42:12 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tANBgB06044798; Mon, 23 Nov 2015 11:42:11 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tANBgB08044797; Mon, 23 Nov 2015 11:42:11 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201511231142.tANBgB08044797@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 23 Nov 2015 11:42:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402274 - head/security/putty X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Nov 2015 11:42:12 -0000 Author: marino Date: Mon Nov 23 11:42:11 2015 New Revision: 402274 URL: https://svnweb.freebsd.org/changeset/ports/402274 Log: security/putty: Fix krb5 dependency Due to using both and , the USES+= gssapi:mit directive was ignored and not included in the build dependency list. Remove
/ includes to fix.
  
  Approved by:	mandree (maintainer)

Modified:
  head/security/putty/Makefile

Modified: head/security/putty/Makefile
==============================================================================
--- head/security/putty/Makefile	Mon Nov 23 11:40:24 2015	(r402273)
+++ head/security/putty/Makefile	Mon Nov 23 11:42:11 2015	(r402274)
@@ -2,6 +2,7 @@
 
 PORTNAME=	putty
 PORTVERSION=	0.66
+PORTREVISION	1
 CATEGORIES=	security ipv6
 MASTER_SITES=	http://the.earth.li/~sgtatham/putty/${PORTVERSION}/ \
 		ftp://ftp.chiark.greenend.org.uk/users/sgtatham/putty-latest/
@@ -41,8 +42,6 @@ MAKE_ARGS+=	PUTTY_WITH_GTK=yes GTK_CONFI
 MAKE_ARGS+=	GTK_CONFIG=:
 .endif
 
-.include 
-
 .if ${PORT_OPTIONS:MGSSAPI}
 _COMPAT=		-DSTATIC_GSSAPI
 USES+=		gssapi:mit
@@ -71,4 +70,4 @@ post-patch:
 			      s,make,${MAKE_CMD},'\
 		${WRKSRC}/${MAKEFILE}
 
-.include 
+.include