diff options
author | rm <rm@FreeBSD.org> | 2012-09-30 14:25:19 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-09-30 14:25:19 +0800 |
commit | e5b3448be130a3bd69e1a4683404efba5d6afc44 (patch) | |
tree | 3aa016350465b9652676a8ba08c9b11c944e9515 /security | |
parent | bec194c63f8a7aacb7b4e1786c91824712aef5b3 (diff) | |
download | freebsd-ports-gnome-e5b3448be130a3bd69e1a4683404efba5d6afc44.tar.gz freebsd-ports-gnome-e5b3448be130a3bd69e1a4683404efba5d6afc44.tar.zst freebsd-ports-gnome-e5b3448be130a3bd69e1a4683404efba5d6afc44.zip |
- pass maintainership to new volonteer
while here:
- trim Makefile header
- remove indifenite article from COMMENT
- remove deprecated attribution in pkg-descr
PR: 172163
Submitted by: Chris Petrik <c.petrik.sosa at gmail dot com>
Diffstat (limited to 'security')
-rw-r--r-- | security/scanssh/Makefile | 8 | ||||
-rw-r--r-- | security/sudoscript/Makefile | 8 |
2 files changed, 4 insertions, 12 deletions
diff --git a/security/scanssh/Makefile b/security/scanssh/Makefile index c26ce3172844..0e95d96461a8 100644 --- a/security/scanssh/Makefile +++ b/security/scanssh/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: scanssh -# Date created: 09 September 2000 -# Whom: kris@FreeBSD.org -# +# Created by: kris@FreeBSD.org # $FreeBSD$ -# PORTNAME= scanssh PORTVERSION= 2.1 @@ -11,7 +7,7 @@ PORTREVISION= 8 CATEGORIES= security net MASTER_SITES= http://www.monkey.org/~provos/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= c.petrik.sosa@gmail.com COMMENT= Scans networks for open proxies, SSH, web, and SMTP servers LIB_DEPENDS= dnet:${PORTSDIR}/net/libdnet \ diff --git a/security/sudoscript/Makefile b/security/sudoscript/Makefile index 18d23f4bb87e..d78a16a7dcdc 100644 --- a/security/sudoscript/Makefile +++ b/security/sudoscript/Makefile @@ -1,16 +1,12 @@ -# New ports collection makefile for: sudoscript -# Date created: 17 June, 2003 -# Whom: hbo@egbok.com -# +# Created by: hbo@egbok.com # $FreeBSD$ -# PORTNAME= sudoscript PORTVERSION= 2.1.2 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%202.1%20release/${PORTNAME}%20${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= c.petrik.sosa@gmail.com COMMENT= Audited shells in Perl with sudo(8) and script(1) MAN1= ss.1 sudoshell.1 |