From owner-svn-ports-head@freebsd.org Thu Feb 18 21:07:01 2021 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 626DC54EE30; Thu, 18 Feb 2021 21:07:01 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DhS2C5sYBz3mY1; Thu, 18 Feb 2021 21:06:59 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8C9701F351; Thu, 18 Feb 2021 21:06:59 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11IL6xrN014214; Thu, 18 Feb 2021 21:06:59 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11IL6u5t014196; Thu, 18 Feb 2021 21:06:56 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202102182106.11IL6u5t014196@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 18 Feb 2021 21:06:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: 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 ... X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: 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 textproc/discount www/clo... X-SVN-Commit-Revision: 565988 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2021 21:07:01 -0000 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@FreeBSD.org +MAINTAINER= ports@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@FreeBSD.org +MAINTAINER= ports@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@FreeBSD.org +MAINTAINER= ports@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@FreeBSD.org +MAINTAINER= ports@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@FreeBSD.org +MAINTAINER= ports@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@FreeBSD.org +MAINTAINER= ports@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@FreeBSD.org +MAINTAINER= ports@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@FreeBSD.org +MAINTAINER= ports@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@FreeBSD.org +MAINTAINER= ports@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@FreeBSD.org +MAINTAINER= ports@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@FreeBSD.org +MAINTAINER= ports@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@FreeBSD.org +MAINTAINER= ports@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@FreeBSD.org +MAINTAINER= ports@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@FreeBSD.org +MAINTAINER= ports@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@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Simple SELection Printer for X11 USES= xorg