From owner-svn-ports-head@freebsd.org Sat Oct 31 05:58:29 2015 Return-Path: Delivered-To: svn-ports-head@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 1D401A21306; Sat, 31 Oct 2015 05:58:29 +0000 (UTC) (envelope-from cy@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 D42D61EEC; Sat, 31 Oct 2015 05:58:28 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9V5wRja018788; Sat, 31 Oct 2015 05:58:27 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9V5wRZA018787; Sat, 31 Oct 2015 05:58:27 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201510310558.t9V5wRZA018787@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Sat, 31 Oct 2015 05:58:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r400565 - head/security/pam_krb5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Oct 2015 05:58:29 -0000 Author: cy Date: Sat Oct 31 05:58:27 2015 New Revision: 400565 URL: https://svnweb.freebsd.org/changeset/ports/400565 Log: Fix Kerberos selection option and USES. Modified: head/security/pam_krb5/Makefile Modified: head/security/pam_krb5/Makefile ============================================================================== --- head/security/pam_krb5/Makefile Sat Oct 31 05:37:04 2015 (r400564) +++ head/security/pam_krb5/Makefile Sat Oct 31 05:58:27 2015 (r400565) @@ -3,6 +3,7 @@ PORTNAME= pam_krb5 PORTVERSION= 4.7 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://archives.eyrie.org/software/kerberos/ \ http://archives.eyrie.org/software/ARCHIVE/pam-krb5/ @@ -25,7 +26,7 @@ MIT_DESC= Link against MIT Kerberos HEIMDAL_PORT_DESC= Link against Heimdal in ports Kerberos HEIMDAL_BASE_DESC= Link against Heimdal in base Kerberos -.include +.include .if ${PORT_OPTIONS:MHEIMDAL_BASE} USES+= gssapi:base @@ -56,4 +57,4 @@ MANDIR= ${STAGEDIR}${MANPREFIX}/man post-install: cd ${WRKSRC} && ${MAKE_CMD} install-man DESTDIR=${STAGEDIR} -.include +.include