svn commit: r433964 - head/Tools/scripts

Rene Ladan rene at FreeBSD.org
Sun Feb 12 20:43:06 UTC 2017


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 at big.endian.de>
 # Created on:	May 22, 2000
-# MAINTAINER=	alex at FreeBSD.org
+# MAINTAINER=	portmgr at 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 at FreeBSD.org
+# MAINTAINER=	portmgr at 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 at FreeBSD.org
+# MAINTAINER=   portmgr at 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 at FreeBSD.org
+# MAINTAINER= portmgr at FreeBSD.org
 #
 
 # --------------------------------------------------------


More information about the svn-ports-all mailing list