diff options
author | rene <rene@FreeBSD.org> | 2017-02-13 04:43:04 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2017-02-13 04:43:04 +0800 |
commit | 0867755575cfa04a36d62f513a56e115b743caf5 (patch) | |
tree | 7b5aed38068776400bb9ff4c26870ca5e43d534d /Tools/scripts | |
parent | 78871005d41e575249f3f3404ade39f0a754614d (diff) | |
download | freebsd-ports-gnome-0867755575cfa04a36d62f513a56e115b743caf5.tar.gz freebsd-ports-gnome-0867755575cfa04a36d62f513a56e115b743caf5.tar.zst freebsd-ports-gnome-0867755575cfa04a36d62f513a56e115b743caf5.zip |
Set maintainer of these scripts to portmgr as the previous maintainers retired.
Diffstat (limited to 'Tools/scripts')
-rwxr-xr-x | Tools/scripts/checksum.sh | 2 | ||||
-rwxr-xr-x | Tools/scripts/chkorigin.sh | 2 | ||||
-rwxr-xr-x | Tools/scripts/chkversion.pl | 2 | ||||
-rwxr-xr-x | Tools/scripts/tindex | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/Tools/scripts/checksum.sh b/Tools/scripts/checksum.sh index 4c27185e0d4d..7970d6aeeb28 100755 --- a/Tools/scripts/checksum.sh +++ b/Tools/scripts/checksum.sh @@ -2,7 +2,7 @@ # # Created by: Alexander Langer <alex@big.endian.de> # Created on: May 22, 2000 -# MAINTAINER= alex@FreeBSD.org +# MAINTAINER= portmgr@FreeBSD.org if [ -z $1 ]; then echo "Usage: $0 <portname> ..." diff --git a/Tools/scripts/chkorigin.sh b/Tools/scripts/chkorigin.sh index bfaa90bb4aba..6fd821214152 100755 --- a/Tools/scripts/chkorigin.sh +++ b/Tools/scripts/chkorigin.sh @@ -30,7 +30,7 @@ # # $FreeBSD$ # -# MAINTAINER= erwin@FreeBSD.org +# MAINTAINER= portmgr@FreeBSD.org # # PKGORIGIN connects packaged or installed ports to the directory they # originally came from. Although often overlooked, they are extremly diff --git a/Tools/scripts/chkversion.pl b/Tools/scripts/chkversion.pl index a83e0b34f9f2..6fb6bc390575 100755 --- a/Tools/scripts/chkversion.pl +++ b/Tools/scripts/chkversion.pl @@ -30,7 +30,7 @@ # # $FreeBSD$ # -# MAINTAINER= erwin@FreeBSD.org +# MAINTAINER= portmgr@FreeBSD.org # # PORTVERSION and PKGORIGIN auditing script # diff --git a/Tools/scripts/tindex b/Tools/scripts/tindex index d8509f55333b..54e6d04f2166 100755 --- a/Tools/scripts/tindex +++ b/Tools/scripts/tindex @@ -9,7 +9,7 @@ # on the most recent 'svn update', and put those committers "on the hook". # These committers all stay on the hook until INDEX is buildable again. # -# MAINTAINER= erwin@FreeBSD.org +# MAINTAINER= portmgr@FreeBSD.org # # -------------------------------------------------------- |