aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-02-18 21:06:55 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2021-02-18 21:06:55 +0000
commit1f36e0d8e1e466320e9a4d51b5aedc5f82bdd34c (patch)
treecfbfb08288aa27f16d6dfe399ca892c647a79477
parent249b5ee32d0f93e5a3fd97379d9b485b1426169d (diff)
downloadports-1f36e0d8e1e466320e9a4d51b5aedc5f82bdd34c.tar.gz
ports-1f36e0d8e1e466320e9a4d51b5aedc5f82bdd34c.zip
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)
Notes
Notes: svn path=/head/; revision=565988
-rw-r--r--benchmarks/dbench/Makefile2
-rw-r--r--benchmarks/httperf/Makefile2
-rw-r--r--databases/cdb/Makefile2
-rw-r--r--databases/soci/Makefile2
-rw-r--r--devel/py-python-gflags/Makefile2
-rw-r--r--dns/dlint/Makefile2
-rw-r--r--irc/libircclient/Makefile2
-rw-r--r--multimedia/cclive/Makefile2
-rw-r--r--net-mgmt/whatmask/Makefile2
-rw-r--r--print/libharu/Makefile2
-rw-r--r--textproc/discount/Makefile2
-rw-r--r--www/closure-compiler/Makefile2
-rw-r--r--www/py-scgi/Makefile2
-rw-r--r--x11/bgs/Makefile2
-rw-r--r--x11/sselp/Makefile2
15 files changed, 15 insertions, 15 deletions
diff --git a/benchmarks/dbench/Makefile b/benchmarks/dbench/Makefile
index 13a2c17ba165..dd55c3b73c9b 100644
--- a/benchmarks/dbench/Makefile
+++ b/benchmarks/dbench/Makefile
@@ -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
diff --git a/benchmarks/httperf/Makefile b/benchmarks/httperf/Makefile
index 5a58fedc02bb..f2661d25c6fc 100644
--- a/benchmarks/httperf/Makefile
+++ b/benchmarks/httperf/Makefile
@@ -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
diff --git a/databases/cdb/Makefile b/databases/cdb/Makefile
index b950e8ff032b..6113d9ac1f6e 100644
--- a/databases/cdb/Makefile
+++ b/databases/cdb/Makefile
@@ -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
diff --git a/databases/soci/Makefile b/databases/soci/Makefile
index acaa342484eb..d73a5b6ee884 100644
--- a/databases/soci/Makefile
+++ b/databases/soci/Makefile
@@ -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
diff --git a/devel/py-python-gflags/Makefile b/devel/py-python-gflags/Makefile
index 932fa88f15cd..2bfbad4ee2e4 100644
--- a/devel/py-python-gflags/Makefile
+++ b/devel/py-python-gflags/Makefile
@@ -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
diff --git a/dns/dlint/Makefile b/dns/dlint/Makefile
index ae2d20db91a1..5a4c78987cba 100644
--- a/dns/dlint/Makefile
+++ b/dns/dlint/Makefile
@@ -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
diff --git a/irc/libircclient/Makefile b/irc/libircclient/Makefile
index e3e5f140d7ca..90ecc70b7368 100644
--- a/irc/libircclient/Makefile
+++ b/irc/libircclient/Makefile
@@ -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+
diff --git a/multimedia/cclive/Makefile b/multimedia/cclive/Makefile
index 90163a16c46d..956cf1f38724 100644
--- a/multimedia/cclive/Makefile
+++ b/multimedia/cclive/Makefile
@@ -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
diff --git a/net-mgmt/whatmask/Makefile b/net-mgmt/whatmask/Makefile
index 00a1e8cb939a..25612323f14f 100644
--- a/net-mgmt/whatmask/Makefile
+++ b/net-mgmt/whatmask/Makefile
@@ -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
diff --git a/print/libharu/Makefile b/print/libharu/Makefile
index 94d81d6e5aff..9e5ef62cfb57 100644
--- a/print/libharu/Makefile
+++ b/print/libharu/Makefile
@@ -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
diff --git a/textproc/discount/Makefile b/textproc/discount/Makefile
index f902baa72a64..dfbc85399d41 100644
--- a/textproc/discount/Makefile
+++ b/textproc/discount/Makefile
@@ -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
diff --git a/www/closure-compiler/Makefile b/www/closure-compiler/Makefile
index 47ff53eaf94e..f9919b9a8a5b 100644
--- a/www/closure-compiler/Makefile
+++ b/www/closure-compiler/Makefile
@@ -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
diff --git a/www/py-scgi/Makefile b/www/py-scgi/Makefile
index e29d2b8fdf18..881515080d4b 100644
--- a/www/py-scgi/Makefile
+++ b/www/py-scgi/Makefile
@@ -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
diff --git a/x11/bgs/Makefile b/x11/bgs/Makefile
index efe749c0121e..8da28f2ab6c0 100644
--- a/x11/bgs/Makefile
+++ b/x11/bgs/Makefile
@@ -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
diff --git a/x11/sselp/Makefile b/x11/sselp/Makefile
index 314644453dfa..7189c282178b 100644
--- a/x11/sselp/Makefile
+++ b/x11/sselp/Makefile
@@ -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