diff options
author | Cy Schubert <cy@FreeBSD.org> | 2014-05-30 05:54:13 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2014-05-30 05:54:13 +0000 |
commit | cea50b6151341976348835410fb7c25c0c36d1c0 (patch) | |
tree | e8713788487bb7cec9a4e7a70f828cb1f44bae99 | |
parent | 322c5211e83f4f561eb3842839fe167c19fa2854 (diff) | |
download | ports-cea50b6151341976348835410fb7c25c0c36d1c0.tar.gz ports-cea50b6151341976348835410fb7c25c0c36d1c0.zip |
Notes
-rw-r--r-- | security/sudosh/Makefile | 3 | ||||
-rw-r--r-- | security/sudosh2/Makefile | 3 | ||||
-rw-r--r-- | security/sudosh3/Makefile | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/security/sudosh/Makefile b/security/sudosh/Makefile index 2fbcd789a3fd..b5fda5136b75 100644 --- a/security/sudosh/Makefile +++ b/security/sudosh/Makefile @@ -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 diff --git a/security/sudosh2/Makefile b/security/sudosh2/Makefile index df8c0ee8de0b..09477363083a 100644 --- a/security/sudosh2/Makefile +++ b/security/sudosh2/Makefile @@ -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 diff --git a/security/sudosh3/Makefile b/security/sudosh3/Makefile index 911720ed34ee..59de2311249b 100644 --- a/security/sudosh3/Makefile +++ b/security/sudosh3/Makefile @@ -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 |