Date: Sun, 12 Feb 2017 20:43:04 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433964 - head/Tools/scripts Message-ID: <201702122043.v1CKh4gY049348@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Sun Feb 12 20:43:04 2017 New Revision: 433964 URL: https://svnweb.freebsd.org/changeset/ports/433964 Log: Set maintainer of these scripts to portmgr as the previous maintainers retired. Modified: head/Tools/scripts/checksum.sh head/Tools/scripts/chkorigin.sh head/Tools/scripts/chkversion.pl head/Tools/scripts/tindex Modified: head/Tools/scripts/checksum.sh ============================================================================== --- head/Tools/scripts/checksum.sh Sun Feb 12 20:39:55 2017 (r433963) +++ head/Tools/scripts/checksum.sh Sun Feb 12 20:43:04 2017 (r433964) @@ -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> ..." Modified: head/Tools/scripts/chkorigin.sh ============================================================================== --- head/Tools/scripts/chkorigin.sh Sun Feb 12 20:39:55 2017 (r433963) +++ head/Tools/scripts/chkorigin.sh Sun Feb 12 20:43:04 2017 (r433964) @@ -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 Modified: head/Tools/scripts/chkversion.pl ============================================================================== --- head/Tools/scripts/chkversion.pl Sun Feb 12 20:39:55 2017 (r433963) +++ head/Tools/scripts/chkversion.pl Sun Feb 12 20:43:04 2017 (r433964) @@ -30,7 +30,7 @@ # # $FreeBSD$ # -# MAINTAINER= erwin@FreeBSD.org +# MAINTAINER= portmgr@FreeBSD.org # # PORTVERSION and PKGORIGIN auditing script # Modified: head/Tools/scripts/tindex ============================================================================== --- head/Tools/scripts/tindex Sun Feb 12 20:39:55 2017 (r433963) +++ head/Tools/scripts/tindex Sun Feb 12 20:43:04 2017 (r433964) @@ -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 # # --------------------------------------------------------
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702122043.v1CKh4gY049348>