aboutsummaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2018-12-03 21:38:04 +0000
committerRene Ladan <rene@FreeBSD.org>2018-12-03 21:38:04 +0000
commitc5292f38d23616908d667ad64dbce2e6885f65e6 (patch)
tree9ca7e965b0b7016b14cc0907bd6a893849bd8658 /Tools
parentffa269905942b474b4147b0836f6ecea3252f87a (diff)
downloadports-c5292f38d23616908d667ad64dbce2e6885f65e6.tar.gz
ports-c5292f38d23616908d667ad64dbce2e6885f65e6.zip
Return a bunch of tools formerly maintained by sobomax@ to the pool.
Notes
Notes: svn path=/head/; revision=486557
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/scripts/checkcats.py2
-rwxr-xr-xTools/scripts/checknewver.sh2
-rwxr-xr-xTools/scripts/distclean.sh4
-rwxr-xr-xTools/scripts/gnomedepends.py2
-rwxr-xr-xTools/scripts/patchtool.py2
5 files changed, 5 insertions, 7 deletions
diff --git a/Tools/scripts/checkcats.py b/Tools/scripts/checkcats.py
index 12bfa26f9f80..c00812c8cc01 100755
--- a/Tools/scripts/checkcats.py
+++ b/Tools/scripts/checkcats.py
@@ -14,7 +14,7 @@
#
# $FreeBSD$
#
-# MAINTAINER= sobomax@FreeBSD.org <- any unapproved commits to this file are
+# MAINTAINER= portmgr@FreeBSD.org <- any unapproved commits to this file are
# highly discouraged!!!
#
diff --git a/Tools/scripts/checknewver.sh b/Tools/scripts/checknewver.sh
index 9752e191ed0a..14c67786532e 100755
--- a/Tools/scripts/checknewver.sh
+++ b/Tools/scripts/checknewver.sh
@@ -14,7 +14,7 @@
#
# $FreeBSD$
#
-# MAINTAINER= sobomax@FreeBSD.org
+# MAINTAINER= ports@FreeBSD.org
display_warn () {
if [ x"${SILENT}" != x"yes" ]; then
diff --git a/Tools/scripts/distclean.sh b/Tools/scripts/distclean.sh
index ca56e36c88dc..52b7e956dd23 100755
--- a/Tools/scripts/distclean.sh
+++ b/Tools/scripts/distclean.sh
@@ -16,7 +16,7 @@
#
# $FreeBSD: /tmp/pcvs/ports/Tools/scripts/distclean.sh,v 1.18 2010-11-18 11:28:05 pav Exp $
#
-# MAINTAINER= sobomax@FreeBSD.org
+# MAINTAINER= ports@FreeBSD.org
PATH=/sbin:/bin:/usr/bin
@@ -26,8 +26,6 @@ cleanup() {
exit 1
}
-echo "Distfiles clean utility by Maxim Sobolev <sobomax@FreeBSD.org>."
-
PORTSDIR=${PORTSDIR:-/usr/ports}
if [ ! -d ${PORTSDIR} ]; then
echo "Ports directory ${PORTSDIR} does not exist."
diff --git a/Tools/scripts/gnomedepends.py b/Tools/scripts/gnomedepends.py
index d83173b11326..c3ae2cbf3412 100755
--- a/Tools/scripts/gnomedepends.py
+++ b/Tools/scripts/gnomedepends.py
@@ -15,7 +15,7 @@
#
# $FreeBSD$
#
-# MAINTAINER= sobomax@FreeBSD.org
+# MAINTAINER= gnome@FreeBSD.org
#
# TODO:
# - analyse actual {RUN,LIB}_DEPENDS and give an advice about what should be
diff --git a/Tools/scripts/patchtool.py b/Tools/scripts/patchtool.py
index aa837588bb69..0c1d24f06842 100755
--- a/Tools/scripts/patchtool.py
+++ b/Tools/scripts/patchtool.py
@@ -16,7 +16,7 @@
#
# $FreeBSD$
#
-# MAINTAINER= sobomax@FreeBSD.org <- any unapproved commits to this file are
+# MAINTAINER= ports@FreeBSD.org <- any unapproved commits to this file are
# highly discouraged!!!
#