svn commit: r355789 - in head/security: sudosh sudosh2 sudosh3

Cy Schubert cy at FreeBSD.org
Fri May 30 05:54:14 UTC 2014


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 at 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 at 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 at 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


More information about the svn-ports-all mailing list