From owner-svn-ports-all@FreeBSD.ORG Fri May 30 05:54:14 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1C1E0100; Fri, 30 May 2014 05:54:14 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 0994B2191; Fri, 30 May 2014 05:54:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4U5sDNI059066; Fri, 30 May 2014 05:54:13 GMT (envelope-from cy@svn.freebsd.org) Received: (from cy@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4U5sD7K059062; Fri, 30 May 2014 05:54:13 GMT (envelope-from cy@svn.freebsd.org) Message-Id: <201405300554.s4U5sD7K059062@svn.freebsd.org> From: Cy Schubert Date: Fri, 30 May 2014 05:54:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355789 - in head/security: sudosh sudosh2 sudosh3 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.18 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: Fri, 30 May 2014 05:54:14 -0000 Author: cy Date: Fri May 30 05:54:13 2014 New Revision: 355789 URL: http://svnweb.freebsd.org/changeset/ports/355789 QAT: https://qat.redports.org/buildarchive/r355789/ Log: Deprecate sudosh ports. Their function is already in sudo. Approved by: portmgr (implicit) Modified: head/security/sudosh/Makefile head/security/sudosh2/Makefile head/security/sudosh3/Makefile Modified: head/security/sudosh/Makefile ============================================================================== --- head/security/sudosh/Makefile Fri May 30 05:52:53 2014 (r355788) +++ head/security/sudosh/Makefile Fri May 30 05:54:13 2014 (r355789) @@ -10,6 +10,9 @@ MASTER_SITES= SF/${PORTNAME}/OldFiles MAINTAINER= cy@FreeBSD.org COMMENT= A sudo shell +DEPRECATED= Funcition replaced by sudo -s +EXPIRATION_DATE= 2014-07-01 + RUN_DEPENDS= sudo:${PORTSDIR}/security/sudo GNU_CONFIGURE= yes Modified: head/security/sudosh2/Makefile ============================================================================== --- head/security/sudosh2/Makefile Fri May 30 05:52:53 2014 (r355788) +++ head/security/sudosh2/Makefile Fri May 30 05:54:13 2014 (r355789) @@ -11,6 +11,9 @@ MAINTAINER= cy@FreeBSD.org COMMENT= Second version of the sudo shell CONFLICTS= sudosh-* +DEPRECATED= Funcition replaced by sudo -s +EXPIRATION_DATE= 2014-07-01 + RUN_DEPENDS= sudo:${PORTSDIR}/security/sudo GNU_CONFIGURE= yes Modified: head/security/sudosh3/Makefile ============================================================================== --- head/security/sudosh3/Makefile Fri May 30 05:52:53 2014 (r355788) +++ head/security/sudosh3/Makefile Fri May 30 05:54:13 2014 (r355789) @@ -11,6 +11,9 @@ MAINTAINER= cy@FreeBSD.org COMMENT= Third version of the sudo shell CONFLICTS= sudosh-* +DEPRECATED= Funcition replaced by sudo -s +EXPIRATION_DATE= 2014-07-01 + RUN_DEPENDS= sudo:${PORTSDIR}/security/sudo GNU_CONFIGURE= yes