aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Steinmetz <zi@FreeBSD.org>2021-09-21 13:47:01 +0000
committerRyan Steinmetz <zi@FreeBSD.org>2021-09-21 13:47:01 +0000
commit8703fc2c05e3229c7739725aa37b5dfc55b0a649 (patch)
tree2e9b882fe7691ac10d284c324ce7dbf1659fba84
parentdee3374991500b78587c7461a2ee6cea9b72e41f (diff)
downloadports-8703fc2c05e3229c7739725aa37b5dfc55b0a649.tar.gz
ports-8703fc2c05e3229c7739725aa37b5dfc55b0a649.zip
*/*: Reset MAINTAINER due to repeat fatal email bounces
-rw-r--r--archivers/lzma/Makefile2
-rw-r--r--comms/libirman/Makefile2
-rw-r--r--devel/guile-lib/Makefile2
-rw-r--r--devel/libburn/Makefile2
-rw-r--r--devel/libisofs/Makefile2
-rw-r--r--devel/libpo6/Makefile2
-rw-r--r--devel/libruin/Makefile2
-rw-r--r--devel/py-macholib/Makefile2
-rw-r--r--emulators/fs-uae-launcher/Makefile2
-rw-r--r--finance/cointop/Makefile2
-rw-r--r--ftp/ocaml-ocurl/Makefile2
-rw-r--r--net/uget/Makefile2
-rw-r--r--shells/wcd/Makefile2
-rw-r--r--sysutils/fusefs-unionfs/Makefile2
-rw-r--r--sysutils/xorriso/Makefile2
-rw-r--r--textproc/libunibreak/Makefile2
16 files changed, 16 insertions, 16 deletions
diff --git a/archivers/lzma/Makefile b/archivers/lzma/Makefile
index 1a0afcbe3a77..a888bfc84267 100644
--- a/archivers/lzma/Makefile
+++ b/archivers/lzma/Makefile
@@ -6,7 +6,7 @@ CATEGORIES= archivers
MASTER_SITES= SF/sevenzip/LZMA%20SDK/
DISTNAME= lzma${PORTVERSION:S/.//g}
-MAINTAINER= ndowens@yahoo.com
+MAINTAINER= ports@FreeBSD.org
COMMENT= High-ratio LZMA compressor
CONFLICTS= lzmautils-[0-9]* xz-[0-9]*
diff --git a/comms/libirman/Makefile b/comms/libirman/Makefile
index cdb53910f36d..b7cc6eab12cd 100644
--- a/comms/libirman/Makefile
+++ b/comms/libirman/Makefile
@@ -5,7 +5,7 @@ PORTVERSION= 0.5.2
CATEGORIES= comms
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}
-MAINTAINER= ndowens@yahoo.com
+MAINTAINER= ports@FreeBSD.org
COMMENT= Library for Evation's Irman infrared receiver
LICENSE= LGPL20
diff --git a/devel/guile-lib/Makefile b/devel/guile-lib/Makefile
index 05bc0130ff28..ab45eddf317a 100644
--- a/devel/guile-lib/Makefile
+++ b/devel/guile-lib/Makefile
@@ -6,7 +6,7 @@ PORTREVISION= 2
CATEGORIES= devel scheme
MASTER_SITES= SAVANNAH
-MAINTAINER= ndowens@yahoo.com
+MAINTAINER= ports@FreeBSD.org
COMMENT= Repository of useful code written in Guile Scheme
LICENSE= LGPL3 GPLv3
diff --git a/devel/libburn/Makefile b/devel/libburn/Makefile
index 2f39fe066de5..8e7fe410221e 100644
--- a/devel/libburn/Makefile
+++ b/devel/libburn/Makefile
@@ -5,7 +5,7 @@ PORTVERSION= 1.5.0
CATEGORIES= devel
MASTER_SITES= http://files.libburnia-project.org/releases/
-MAINTAINER= ndowens@yahoo.com
+MAINTAINER= ports@FreeBSD.org
COMMENT= Libburnia library to read/write optical discs
LICENSE= GPLv2
diff --git a/devel/libisofs/Makefile b/devel/libisofs/Makefile
index 3034a7c8e744..a7307ff5afb3 100644
--- a/devel/libisofs/Makefile
+++ b/devel/libisofs/Makefile
@@ -5,7 +5,7 @@ PORTVERSION= 1.5.0
CATEGORIES= devel
MASTER_SITES= http://files.libburnia-project.org/releases/
-MAINTAINER= ndowens@yahoo.com
+MAINTAINER= ports@FreeBSD.org
COMMENT= Libburnia ISO9660 filesystem creation library
LICENSE= GPLv2
diff --git a/devel/libpo6/Makefile b/devel/libpo6/Makefile
index 27f0124f19b0..3ad1808eafa9 100644
--- a/devel/libpo6/Makefile
+++ b/devel/libpo6/Makefile
@@ -5,7 +5,7 @@ PORTVERSION= 0.8.0
CATEGORIES= devel
MASTER_SITES= http://hyperdex.org/src/
-MAINTAINER= ndowens@yahoo.com
+MAINTAINER= ports@FreeBSD.org
COMMENT= POSIX wrappers for C++
LICENSE= BSD3CLAUSE
diff --git a/devel/libruin/Makefile b/devel/libruin/Makefile
index 3c7b7cfa8e7d..92e893b38882 100644
--- a/devel/libruin/Makefile
+++ b/devel/libruin/Makefile
@@ -6,7 +6,7 @@ PORTREVISION= 3
CATEGORIES= devel scheme
MASTER_SITES= SAVANNAH
-MAINTAINER= ndowens@yahoo.com
+MAINTAINER= ports@FreeBSD.org
COMMENT= Renderer for User Interfaces in Ncurses
LICENSE= GPLv3+
diff --git a/devel/py-macholib/Makefile b/devel/py-macholib/Makefile
index 17b30165ad54..76abf4cb30af 100644
--- a/devel/py-macholib/Makefile
+++ b/devel/py-macholib/Makefile
@@ -4,7 +4,7 @@ CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= ndowens@yahoo.com
+MAINTAINER= ports@FreeBSD.org
COMMENT= Used to analyze and edit Mach-O headers
LICENSE= MIT
diff --git a/emulators/fs-uae-launcher/Makefile b/emulators/fs-uae-launcher/Makefile
index dcee34c2a38c..66a691806f9d 100644
--- a/emulators/fs-uae-launcher/Makefile
+++ b/emulators/fs-uae-launcher/Makefile
@@ -6,7 +6,7 @@ PORTREVISION= 3
CATEGORIES= emulators
MASTER_SITES= https://fs-uae.net/stable/${PORTVERSION}/
-MAINTAINER= ndowens@yahoo.com
+MAINTAINER= ports@FreeBSD.org
COMMENT= GUI launcher for the FS-UAE Amiga emulator
LICENSE= GPLv2+
diff --git a/finance/cointop/Makefile b/finance/cointop/Makefile
index 345c559358cf..01ece2e63417 100644
--- a/finance/cointop/Makefile
+++ b/finance/cointop/Makefile
@@ -3,7 +3,7 @@ DISTVERSIONPREFIX= v
DISTVERSION= 1.5.4
CATEGORIES= finance
-MAINTAINER= ndowens@yahoo.com
+MAINTAINER= ports@FreeBSD.org
COMMENT= Cryptocurrency coin stats
LICENSE= APACHE20
diff --git a/ftp/ocaml-ocurl/Makefile b/ftp/ocaml-ocurl/Makefile
index 5bc0a8b5b41d..84abeee0c15a 100644
--- a/ftp/ocaml-ocurl/Makefile
+++ b/ftp/ocaml-ocurl/Makefile
@@ -5,7 +5,7 @@ PORTVERSION= 0.8.2
CATEGORIES= ftp
PKGNAMEPREFIX= ocaml-
-MAINTAINER= ndowens@yahoo.com
+MAINTAINER= ports@FreeBSD.org
COMMENT= Interface for OCaml to the curl lib
LICENSE= MIT
diff --git a/net/uget/Makefile b/net/uget/Makefile
index 08616955cf1c..3ca8349143e4 100644
--- a/net/uget/Makefile
+++ b/net/uget/Makefile
@@ -6,7 +6,7 @@ PORTREVISION= 4
CATEGORIES= net
MASTER_SITES= SF/urlget/${PORTNAME}%20%28stable%29/${PORTVERSION}
-MAINTAINER= ndowens@yahoo.com
+MAINTAINER= ports@FreeBSD.org
COMMENT= Lightweight and full-featured graphical download manager
LICENSE= LGPL21+
diff --git a/shells/wcd/Makefile b/shells/wcd/Makefile
index 40a925030c25..ecd4d1721f71 100644
--- a/shells/wcd/Makefile
+++ b/shells/wcd/Makefile
@@ -5,7 +5,7 @@ PORTVERSION= 6.0.3
CATEGORIES= shells
MASTER_SITES= SF
-MAINTAINER= ndowens@yahoo.com
+MAINTAINER= ports@FreeBSD.org
COMMENT= Command-line program to change directory fast
LICENSE= GPLv2
diff --git a/sysutils/fusefs-unionfs/Makefile b/sysutils/fusefs-unionfs/Makefile
index 21cd0b8aabb3..093c1906b3c3 100644
--- a/sysutils/fusefs-unionfs/Makefile
+++ b/sysutils/fusefs-unionfs/Makefile
@@ -6,7 +6,7 @@ DISTVERSIONPREFIX= v
CATEGORIES= sysutils
PKGNAMEPREFIX= fusefs-
-MAINTAINER= ndowens@yahoo.com
+MAINTAINER= ports@FreeBSD.org
COMMENT= FUSE based implementation of the well-known unionfs
LICENSE= BSD3CLAUSE
diff --git a/sysutils/xorriso/Makefile b/sysutils/xorriso/Makefile
index b4b6c52e9d21..966454ef5bae 100644
--- a/sysutils/xorriso/Makefile
+++ b/sysutils/xorriso/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= sysutils
MASTER_SITES= http://files.libburnia-project.org/releases/
DISTNAME= libisoburn-${PORTVERSION}
-MAINTAINER= ndowens@yahoo.com
+MAINTAINER= ports@FreeBSD.org
COMMENT= ISO image manipulation tool based on Libburnia
LICENSE= GPLv2+
diff --git a/textproc/libunibreak/Makefile b/textproc/libunibreak/Makefile
index cb77b83b7360..d8aa8e3150b4 100644
--- a/textproc/libunibreak/Makefile
+++ b/textproc/libunibreak/Makefile
@@ -6,7 +6,7 @@ PORTEPOCH= 1
CATEGORIES= textproc
MASTER_SITES= https://github.com/adah1972/${PORTNAME}/releases/download/${PORTNAME}_${PORTVERSION:C/\./_/}/
-MAINTAINER= ndowens@yahoo.com
+MAINTAINER= ports@FreeBSD.org
COMMENT= Implementation of the line and word breaking algorithm for Unicode
LICENSE= ZLIB