From owner-svn-ports-all@freebsd.org Thu Oct 5 01:56:08 2017 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 482F9E27BC8; Thu, 5 Oct 2017 01:56:08 +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 EEEA87EBD4; Thu, 5 Oct 2017 01:56:07 +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 v951u7Lw073462; Thu, 5 Oct 2017 01:56:07 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v951u6Ui073460; Thu, 5 Oct 2017 01:56:06 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201710050156.v951u6Ui073460@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Thu, 5 Oct 2017 01:56:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451262 - in head: . security/krb5-appl X-SVN-Group: ports-head X-SVN-Commit-Author: cy X-SVN-Commit-Paths: in head: . security/krb5-appl X-SVN-Commit-Revision: 451262 X-SVN-Commit-Repository: ports 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.23 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: Thu, 05 Oct 2017 01:56:08 -0000 Author: cy Date: Thu Oct 5 01:56:06 2017 New Revision: 451262 URL: https://svnweb.freebsd.org/changeset/ports/451262 Log: Make the command rename options default. This avoids a conflict with net/bsdrcmds by default allowing end-users to install both ports. Users may deselect the options to use the original command names however they must also uninstall net/bsdrcmds to avoid the conflict. Modified: head/UPDATING head/security/krb5-appl/Makefile (contents, props changed) Modified: head/UPDATING ============================================================================== --- head/UPDATING Thu Oct 5 01:55:52 2017 (r451261) +++ head/UPDATING Thu Oct 5 01:56:06 2017 (r451262) @@ -5,6 +5,15 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20171004: + AFFECTS: users of security/krb5-appl + AUTHOR: cy@FreeBSD.org + + Configuration options to rename kerberos ftp, telnet, rlogin, rsh, and + rcp are now default to avoid conflicting with net/bsdrcmds packages + (in poudriere). Deselect the options to use the original command names + and also uninstall net/bsdrcmds to avoid the conflict. + 20171002: AFFECTS: users of x11-wm/cwm AUTHOR: tobik@FreeBSD.org Modified: head/security/krb5-appl/Makefile ============================================================================== --- head/security/krb5-appl/Makefile Thu Oct 5 01:55:52 2017 (r451261) +++ head/security/krb5-appl/Makefile Thu Oct 5 01:56:06 2017 (r451262) @@ -3,7 +3,7 @@ PORTNAME= krb5-appl PORTVERSION= 1.0.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= http://web.mit.edu/kerberos/dist/${PORTNAME}/${PORTVERSION:C/^[0-9]*\.[0-9]*/&X/:C/X\.[0-9]*$//:C/X//}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-signed @@ -31,7 +31,8 @@ MAKE_ARGS= INSTALL="${INSTALL}" PATCH_DIST_STRIP= -p1 OPTIONS_DEFINE= KRB5_RENAME_FTP KRB5_RENAME_TELNET KRB5_RENAME_RLOGIN KRB5_RENAME_RSH KRB5_RENAME_RCP -OPTIONS_DEFAULT= KRB5_PORT +OPTIONS_DEFAULT= KRB5_PORT KRB5_RENAME_FTP KRB5_RENAME_TELNET \ + KRB5_RENAME_RLOGIN KRB5_RENAME_RSH KRB5_RENAME_RCP OPTIONS_SINGLE= KRB5_VERSION OPTIONS_SINGLE_KRB5_VERSION= KRB5_PORT KRB5_113_PORT \ KRB5_114_PORT KRB5_115_PORT