Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 May 2014 05:54:13 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
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
Message-ID:  <201405300554.s4U5sD7K059062@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405300554.s4U5sD7K059062>