diff options
author | zi <zi@FreeBSD.org> | 2012-12-07 00:39:07 +0800 |
---|---|---|
committer | zi <zi@FreeBSD.org> | 2012-12-07 00:39:07 +0800 |
commit | 504a814c70767b8d6f0c54c90af3976bd0907e2b (patch) | |
tree | 4432d8d9ec369f1ca6e3e6868602841bfaab85da /shells | |
parent | 3fb090f3650d7e9fdec897bffb07c61688fdc86c (diff) | |
download | freebsd-ports-gnome-504a814c70767b8d6f0c54c90af3976bd0907e2b.tar.gz freebsd-ports-gnome-504a814c70767b8d6f0c54c90af3976bd0907e2b.tar.zst freebsd-ports-gnome-504a814c70767b8d6f0c54c90af3976bd0907e2b.zip |
- Reset MAINTAINER on ports with addresses that have unrecoverable bounces.
Reported by: portscout
Feature safe: yes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/fish/Makefile | 2 | ||||
-rw-r--r-- | shells/scponly/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/shells/fish/Makefile b/shells/fish/Makefile index c774d9e51049..f59453413cfd 100644 --- a/shells/fish/Makefile +++ b/shells/fish/Makefile @@ -11,7 +11,7 @@ PORTREVISION= 9 CATEGORIES= shells MASTER_SITES= SF -MAINTAINER= rfarmer@predatorlabs.net +MAINTAINER= ports@FreeBSD.org COMMENT= A user friendly command line shell USE_AUTOTOOLS= autoconf diff --git a/shells/scponly/Makefile b/shells/scponly/Makefile index f1844dc4b96c..3fd8caf46590 100644 --- a/shells/scponly/Makefile +++ b/shells/scponly/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}-snapshots DISTNAME= ${PORTNAME}-20110526 EXTRACT_SUFX= .tgz -MAINTAINER= rfarmer@predatorlabs.net +MAINTAINER= ports@FreeBSD.org COMMENT= A tiny shell that only permits scp and sftp MAN8= scponly.8 |