svn commit: r565988 - in head: benchmarks/dbench benchmarks/httperf databases/cdb databases/soci devel/py-python-gflags dns/dlint irc/libircclient multimedia/cclive net-mgmt/whatmask print/libharu ...

Yuri Victorovich yuri at FreeBSD.org
Thu Feb 18 21:07:01 UTC 2021


Author: yuri
Date: Thu Feb 18 21:06:55 2021
New Revision: 565988
URL: https://svnweb.freebsd.org/changeset/ports/565988

Log:
  Maintainer reset for jlaffaye
  
  Reason: Many bug reports (including bug#253256) related to jlaffaye's ports timed out in the period from April 2020 to now.
  
  PR:		253256
  Approved by:	jlaffaye (maintainer's timeout 14 days)

Modified:
  head/benchmarks/dbench/Makefile
  head/benchmarks/httperf/Makefile
  head/databases/cdb/Makefile
  head/databases/soci/Makefile
  head/devel/py-python-gflags/Makefile
  head/dns/dlint/Makefile
  head/irc/libircclient/Makefile
  head/multimedia/cclive/Makefile
  head/net-mgmt/whatmask/Makefile
  head/print/libharu/Makefile
  head/textproc/discount/Makefile
  head/www/closure-compiler/Makefile
  head/www/py-scgi/Makefile
  head/x11/bgs/Makefile
  head/x11/sselp/Makefile

Modified: head/benchmarks/dbench/Makefile
==============================================================================
--- head/benchmarks/dbench/Makefile	Thu Feb 18 21:06:54 2021	(r565987)
+++ head/benchmarks/dbench/Makefile	Thu Feb 18 21:06:55 2021	(r565988)
@@ -7,7 +7,7 @@ PORTREVISION=	2
 CATEGORIES=	benchmarks
 MASTER_SITES=	SAMBA/tridge/dbench
 
-MAINTAINER=	jlaffaye at FreeBSD.org
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Simulation of the Ziff-Davis netbench benchmark
 
 LICENSE=	GPLv3

Modified: head/benchmarks/httperf/Makefile
==============================================================================
--- head/benchmarks/httperf/Makefile	Thu Feb 18 21:06:54 2021	(r565987)
+++ head/benchmarks/httperf/Makefile	Thu Feb 18 21:06:55 2021	(r565988)
@@ -5,7 +5,7 @@ PORTNAME=	httperf
 PORTVERSION=	0.9.1
 CATEGORIES=	benchmarks www
 
-MAINTAINER=	jlaffaye at FreeBSD.org
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Tool for measuring webserver performance
 
 LICENSE=	GPLv2

Modified: head/databases/cdb/Makefile
==============================================================================
--- head/databases/cdb/Makefile	Thu Feb 18 21:06:54 2021	(r565987)
+++ head/databases/cdb/Makefile	Thu Feb 18 21:06:55 2021	(r565988)
@@ -6,7 +6,7 @@ PORTVERSION=	0.75
 CATEGORIES=	databases
 MASTER_SITES=	http://cr.yp.to/cdb/
 
-MAINTAINER=	jlaffaye at FreeBSD.org
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Fast lookup database library & utilities
 
 ALL_TARGET=	it

Modified: head/databases/soci/Makefile
==============================================================================
--- head/databases/soci/Makefile	Thu Feb 18 21:06:54 2021	(r565987)
+++ head/databases/soci/Makefile	Thu Feb 18 21:06:55 2021	(r565988)
@@ -5,7 +5,7 @@ PORTNAME=	soci
 DISTVERSION=	4.0.1
 CATEGORIES=	databases
 
-MAINTAINER=	jlaffaye at FreeBSD.org
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	C++ Database Access Library
 
 LICENSE=	BSL

Modified: head/devel/py-python-gflags/Makefile
==============================================================================
--- head/devel/py-python-gflags/Makefile	Thu Feb 18 21:06:54 2021	(r565987)
+++ head/devel/py-python-gflags/Makefile	Thu Feb 18 21:06:55 2021	(r565988)
@@ -7,7 +7,7 @@ CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	jlaffaye at FreeBSD.org
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Commandline flags module for Python
 
 LICENSE=	BSD3CLAUSE

Modified: head/dns/dlint/Makefile
==============================================================================
--- head/dns/dlint/Makefile	Thu Feb 18 21:06:54 2021	(r565987)
+++ head/dns/dlint/Makefile	Thu Feb 18 21:06:55 2021	(r565988)
@@ -6,7 +6,7 @@ PORTVERSION=	1.4.1
 CATEGORIES=	dns
 MASTER_SITES=	https://BSDforge.com/projects/source/dns/dlint/
 
-MAINTAINER=	jlaffaye at FreeBSD.org
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Lint for DNS zones (Domain Name Server zone verification utility)
 
 USES=		shebangfix tar:xz

Modified: head/irc/libircclient/Makefile
==============================================================================
--- head/irc/libircclient/Makefile	Thu Feb 18 21:06:54 2021	(r565987)
+++ head/irc/libircclient/Makefile	Thu Feb 18 21:06:55 2021	(r565988)
@@ -6,7 +6,7 @@ DISTVERSION=	1.10
 CATEGORIES=	irc devel
 MASTER_SITES=	SF
 
-MAINTAINER=	jlaffaye at FreeBSD.org
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	IRC library to create IRC clients
 
 LICENSE=	LGPL3+

Modified: head/multimedia/cclive/Makefile
==============================================================================
--- head/multimedia/cclive/Makefile	Thu Feb 18 21:06:54 2021	(r565987)
+++ head/multimedia/cclive/Makefile	Thu Feb 18 21:06:55 2021	(r565988)
@@ -7,7 +7,7 @@ PORTREVISION=	12
 CATEGORIES=	multimedia net
 MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION:R}
 
-MAINTAINER=	jlaffaye at FreeBSD.org
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Lightweight command line video extraction tool
 
 LICENSE=	GPLv3

Modified: head/net-mgmt/whatmask/Makefile
==============================================================================
--- head/net-mgmt/whatmask/Makefile	Thu Feb 18 21:06:54 2021	(r565987)
+++ head/net-mgmt/whatmask/Makefile	Thu Feb 18 21:06:55 2021	(r565988)
@@ -7,7 +7,7 @@ PORTREVISION=	1
 CATEGORIES=	net-mgmt
 MASTER_SITES=	http://downloads.laffeycomputer.com/current_builds/whatmask/
 
-MAINTAINER=	jlaffaye at FreeBSD.org
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Convert between common subnet mask notations
 
 LICENSE=	GPLv2

Modified: head/print/libharu/Makefile
==============================================================================
--- head/print/libharu/Makefile	Thu Feb 18 21:06:54 2021	(r565987)
+++ head/print/libharu/Makefile	Thu Feb 18 21:06:55 2021	(r565988)
@@ -7,7 +7,7 @@ DISTVERSION=	2_3_0
 PORTREVISION=	1
 CATEGORIES=	print
 
-MAINTAINER=	jlaffaye at FreeBSD.org
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Haru Free PDF Library
 
 LIB_DEPENDS=	libpng.so:graphics/png

Modified: head/textproc/discount/Makefile
==============================================================================
--- head/textproc/discount/Makefile	Thu Feb 18 21:06:54 2021	(r565987)
+++ head/textproc/discount/Makefile	Thu Feb 18 21:06:55 2021	(r565988)
@@ -6,7 +6,7 @@ DISTVERSIONPREFIX=	v
 DISTVERSION=	2.2.6
 CATEGORIES=	textproc devel
 
-MAINTAINER=	jlaffaye at FreeBSD.org
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	C implementation of the Markdown markup language
 
 LICENSE=	BSD2CLAUSE

Modified: head/www/closure-compiler/Makefile
==============================================================================
--- head/www/closure-compiler/Makefile	Thu Feb 18 21:06:54 2021	(r565987)
+++ head/www/closure-compiler/Makefile	Thu Feb 18 21:06:55 2021	(r565988)
@@ -7,7 +7,7 @@ CATEGORIES=	www java
 MASTER_SITES=	http://dl.google.com/closure-compiler/
 DISTNAME=	compiler-${PORTVERSION}
 
-MAINTAINER=	jlaffaye at FreeBSD.org
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Closure Compiler
 
 LICENSE=	APACHE20

Modified: head/www/py-scgi/Makefile
==============================================================================
--- head/www/py-scgi/Makefile	Thu Feb 18 21:06:54 2021	(r565987)
+++ head/www/py-scgi/Makefile	Thu Feb 18 21:06:55 2021	(r565988)
@@ -7,7 +7,7 @@ CATEGORIES=	www python
 MASTER_SITES=	http://python.ca/scgi/releases/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	jlaffaye at FreeBSD.org
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Python server implementation of the Simple Common Gateway Protocol
 
 LICENSE=	MIT

Modified: head/x11/bgs/Makefile
==============================================================================
--- head/x11/bgs/Makefile	Thu Feb 18 21:06:54 2021	(r565987)
+++ head/x11/bgs/Makefile	Thu Feb 18 21:06:55 2021	(r565988)
@@ -6,7 +6,7 @@ DISTVERSIONPREFIX=	v
 DISTVERSION=	0.8
 CATEGORIES=	x11
 
-MAINTAINER=	jlaffaye at FreeBSD.org
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Simple X11 BackGround Setter using Imlib2
 
 LICENSE=	MIT

Modified: head/x11/sselp/Makefile
==============================================================================
--- head/x11/sselp/Makefile	Thu Feb 18 21:06:54 2021	(r565987)
+++ head/x11/sselp/Makefile	Thu Feb 18 21:06:55 2021	(r565988)
@@ -7,7 +7,7 @@ CATEGORIES=	x11
 MASTER_SITES=	http://dl.suckless.org/tools/ \
 		http://laffaye.free.fr/distfiles/
 
-MAINTAINER=	jlaffaye at FreeBSD.org
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Simple SELection Printer for X11
 
 USES=		xorg


More information about the svn-ports-all mailing list