svn commit: r402274 - head/security/putty

John Marino marino at FreeBSD.org
Mon Nov 23 11:42:12 UTC 2015


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 <bsd.port.pre.mk> and <bsd.port.options.mk>, the
  USES+= gssapi:mit directive was ignored and not included in the build
  dependency list.  Remove <pre>/<post> 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 <bsd.port.pre.mk>
-
 .if ${PORT_OPTIONS:MGSSAPI}
 _COMPAT=		-DSTATIC_GSSAPI
 USES+=		gssapi:mit
@@ -71,4 +70,4 @@ post-patch:
 			      s,make,${MAKE_CMD},'\
 		${WRKSRC}/${MAKEFILE}
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list