aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Mk/Uses/ada.mk2
-rw-r--r--Mk/Uses/alias.mk2
-rw-r--r--archivers/zip-ada/Makefile2
-rw-r--r--databases/adabase/Makefile2
-rw-r--r--databases/apq-mysql/Makefile2
-rw-r--r--databases/apq-odbc/Makefile2
-rw-r--r--databases/apq-pgsql/Makefile2
-rw-r--r--databases/apq/Makefile2
-rw-r--r--devel/ada-util/Makefile2
-rw-r--r--devel/adabooch/Makefile2
-rw-r--r--devel/adacurses/Makefile2
-rw-r--r--devel/adaid/Makefile2
-rw-r--r--devel/ahven/Makefile2
-rw-r--r--devel/alog/Makefile2
-rw-r--r--devel/aunit/Makefile2
-rw-r--r--devel/florist-gpl/Makefile2
-rw-r--r--devel/gnatcoll/Makefile2
-rw-r--r--devel/gnatpython/Makefile2
-rw-r--r--devel/gprbuild/Makefile2
-rw-r--r--devel/gps/Makefile2
-rw-r--r--devel/libspark2012/Makefile2
-rw-r--r--devel/matreshka/Makefile2
-rw-r--r--devel/pcsc-ada/Makefile2
-rw-r--r--devel/pragmarcs/Makefile2
-rw-r--r--devel/sdl_gnat/Makefile2
-rw-r--r--dns/ironsides/Makefile2
-rw-r--r--graphics/generic_image_decoder/Makefile2
-rw-r--r--lang/adacontrol/Makefile2
-rw-r--r--lang/asis/Makefile2
-rw-r--r--lang/gcc5-aux/Makefile2
-rw-r--r--lang/gcc6-aux/Makefile2
-rw-r--r--lang/gnat_util/Makefile2
-rw-r--r--lang/gnatcross-aarch64/Makefile2
-rw-r--r--lang/gnatcross-binutils-aarch64/Makefile2
-rw-r--r--lang/gnatcross-sysroot-aarch64/Makefile2
-rw-r--r--lang/gnatdroid-binutils-x86/Makefile2
-rw-r--r--lang/gnatdroid-binutils/Makefile2
-rw-r--r--lang/gnatdroid-sysroot-x86/Makefile2
-rw-r--r--lang/gnatdroid-sysroot/Makefile2
-rw-r--r--lang/gnatdroid-x86/Makefile2
-rw-r--r--lang/lua-ada/Makefile2
-rw-r--r--math/opensolaris-libm/Makefile2
-rw-r--r--math/plplot-ada/Makefile2
-rw-r--r--misc/excel-writer/Makefile2
-rw-r--r--misc/ini_file_manager/Makefile2
-rw-r--r--net/adasockets/Makefile2
-rw-r--r--net/anet/Makefile2
-rw-r--r--net/polyorb/Makefile2
-rw-r--r--ports-mgmt/genpatch/Makefile2
-rw-r--r--security/libadacrypt/Makefile2
-rw-r--r--security/libsparkcrypto/Makefile2
-rw-r--r--shells/sparforte/Makefile2
-rw-r--r--textproc/adabrowse/Makefile2
-rw-r--r--textproc/opentoken/Makefile2
-rw-r--r--textproc/py-sphinxcontrib-adadomain/Makefile2
-rw-r--r--textproc/templates_parser/Makefile2
-rw-r--r--textproc/xml_ez_out/Makefile2
-rw-r--r--textproc/xmlada/Makefile2
-rw-r--r--www/aws-demos/Makefile2
-rw-r--r--www/aws/Makefile2
-rw-r--r--x11-toolkits/gtkada/Makefile2
-rw-r--r--x11-toolkits/gtkada3/Makefile2
62 files changed, 62 insertions, 62 deletions
diff --git a/Mk/Uses/ada.mk b/Mk/Uses/ada.mk
index 13441b4ce331..0ade2e689ed1 100644
--- a/Mk/Uses/ada.mk
+++ b/Mk/Uses/ada.mk
@@ -7,7 +7,7 @@
# Usage: USES=ada
# Valid ARGS: 5, 6, run
#
-# MAINTAINER: freebsd.contact@marino.st
+# MAINTAINER: ports@FreeBSD.org
.if !defined(_INCLUDE_USES_ADA_MK)
_INCLUDE_USES_ADA_MK= yes
diff --git a/Mk/Uses/alias.mk b/Mk/Uses/alias.mk
index a265fc104f1c..e0ddb93166fc 100644
--- a/Mk/Uses/alias.mk
+++ b/Mk/Uses/alias.mk
@@ -8,7 +8,7 @@
# Usage: USES=alias or USES=alias:ARGS
# Valid ARGS: 9 (default), 10, 11
#
-# MAINTAINER: freebsd.contact@marino.st
+# MAINTAINER: ports@FreeBSD.org
.if !defined(_INCLUDE_USES_ALIAS_MK)
_INCLUDE_USES_ALIAS_MK= yes
diff --git a/archivers/zip-ada/Makefile b/archivers/zip-ada/Makefile
index 428bd0177725..ca3726d4de57 100644
--- a/archivers/zip-ada/Makefile
+++ b/archivers/zip-ada/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= archivers
MASTER_SITES= SF/unzip-ada/
DISTNAME= zipada${PORTVERSION}
-MAINTAINER= freebsd.contact@marino.st
+MAINTAINER= ports@FreeBSD.org
COMMENT= Zip compressed archive file format library written in Ada
LICENSE= MIT
diff --git a/databases/adabase/Makefile b/databases/adabase/Makefile
index b3557dcfc5aa..644b21e81dfb 100644
--- a/databases/adabase/Makefile
+++ b/databases/adabase/Makefile
@@ -6,7 +6,7 @@ PORTVERSION= 3.1
DISTVERSIONPREFIX= v
CATEGORIES= databases
-MAINTAINER= freebsd.contact@marino.st
+MAINTAINER= ports@FreeBSD.org
COMMENT= Thick database bindings for Ada
LICENSE= ISCL
diff --git a/databases/apq-mysql/Makefile b/databases/apq-mysql/Makefile
index fd9eec21e46e..3f4f0d627a1f 100644
--- a/databases/apq-mysql/Makefile
+++ b/databases/apq-mysql/Makefile
@@ -7,7 +7,7 @@ PORTREVISION= ${DRV_MYSQL_PR}
CATEGORIES= databases
MASTER_SITES= LOCAL/marino
-MAINTAINER= freebsd.contact@marino.st
+MAINTAINER= ports@FreeBSD.org
COMMENT= APQ Ada95 MySQL database driver
LICENSE= GPLv2 GMGPL
diff --git a/databases/apq-odbc/Makefile b/databases/apq-odbc/Makefile
index a723614e3e4d..b552422debe4 100644
--- a/databases/apq-odbc/Makefile
+++ b/databases/apq-odbc/Makefile
@@ -7,7 +7,7 @@ PORTREVISION= ${DRV_ODBC_PR}
CATEGORIES= databases
MASTER_SITES= LOCAL/marino
-MAINTAINER= freebsd.contact@marino.st
+MAINTAINER= ports@FreeBSD.org
COMMENT= APQ Ada95 ODBC database driver
LICENSE= GPLv2 GMGPL
diff --git a/databases/apq-pgsql/Makefile b/databases/apq-pgsql/Makefile
index c64da39d534a..48951088d002 100644
--- a/databases/apq-pgsql/Makefile
+++ b/databases/apq-pgsql/Makefile
@@ -7,7 +7,7 @@ PORTREVISION= ${DRV_PGSQL_PR}
CATEGORIES= databases
MASTER_SITES= LOCAL/marino
-MAINTAINER= freebsd.contact@marino.st
+MAINTAINER= ports@FreeBSD.org
COMMENT= APQ Ada95 PostgreSQL database driver
LICENSE= GPLv2 GMGPL
diff --git a/databases/apq/Makefile b/databases/apq/Makefile
index 6d84e43c0563..6c5de7ea3402 100644
--- a/databases/apq/Makefile
+++ b/databases/apq/Makefile
@@ -7,7 +7,7 @@ PORTREVISION= ${BASE_PORTREV}
CATEGORIES= databases
MASTER_SITES= LOCAL/marino
-MAINTAINER= freebsd.contact@marino.st
+MAINTAINER= ports@FreeBSD.org
COMMENT= APQ Ada95 database base library
LICENSE= GPLv2 GMGPL
diff --git a/devel/ada-util/Makefile b/devel/ada-util/Makefile
index 392f1bc3e1c8..60e44769f969 100644
--- a/devel/ada-util/Makefile
+++ b/devel/ada-util/Makefile
@@ -6,7 +6,7 @@ PORTVERSION= 1.8.0
PORTREVISION= 3
CATEGORIES= devel
-MAINTAINER= freebsd.contact@marino.st
+MAINTAINER= ports@FreeBSD.org
COMMENT= Utility library for Ada 2005 applications
LICENSE= APACHE20
diff --git a/devel/adabooch/Makefile b/devel/adabooch/Makefile
index 48c4b5e88eb4..da325f0de17b 100644
--- a/devel/adabooch/Makefile
+++ b/devel/adabooch/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= devel
MASTER_SITES= SF/booch95/booch95/${PORTVERSION}
DISTNAME= bc-${PORTVERSION}
-MAINTAINER= freebsd.contact@marino.st
+MAINTAINER= ports@FreeBSD.org
COMMENT= Ada 95 Booch Components
LICENSE= GPLv2 GMGPL
diff --git a/devel/adacurses/Makefile b/devel/adacurses/Makefile
index 7e75a4ba9cbe..468c6535ec43 100644
--- a/devel/adacurses/Makefile
+++ b/devel/adacurses/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= devel
MASTER_SITES= ftp://invisible-island.net/AdaCurses/
DISTNAME= AdaCurses-${PORTVERSION}
-MAINTAINER= freebsd.contact@marino.st
+MAINTAINER= ports@FreeBSD.org
COMMENT= Ada95 bindings for ncurses
LICENSE= MIT
diff --git a/devel/adaid/Makefile b/devel/adaid/Makefile
index dd4f98c7bf95..7cae01114124 100644
--- a/devel/adaid/Makefile
+++ b/devel/adaid/Makefile
@@ -6,7 +6,7 @@ PORTVERSION= 0.0.1
DISTVERSIONPREFIX= v
CATEGORIES= devel
-MAINTAINER= freebsd.contact@marino.st
+MAINTAINER= ports@FreeBSD.org
COMMENT= Simple Ada library for generating UUIDs
LICENSE= BSD2CLAUSE
diff --git a/devel/ahven/Makefile b/devel/ahven/Makefile
index 54292630143f..b5bec4021172 100644
--- a/devel/ahven/Makefile
+++ b/devel/ahven/Makefile
@@ -7,7 +7,7 @@ PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= http://www.ahven-framework.com/releases/
-MAINTAINER= freebsd.contact@marino.st
+MAINTAINER= ports@FreeBSD.org
COMMENT= Ada unit test framework
LICENSE= ISCL
diff --git a/devel/alog/Makefile b/devel/alog/Makefile
index 34a420194a5d..fd11c0924b5e 100644
--- a/devel/alog/Makefile
+++ b/devel/alog/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= devel
MASTER_SITES= http://www.codelabs.ch/download/
DISTNAME= libalog-${PORTVERSION}
-MAINTAINER= freebsd.contact@marino.st
+MAINTAINER= ports@FreeBSD.org
COMMENT= Stackable logging framework for Ada
LICENSE= LGPL21
diff --git a/devel/aunit/Makefile b/devel/aunit/Makefile
index a26f88336170..0dce393e7513 100644
--- a/devel/aunit/Makefile
+++ b/devel/aunit/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= devel
MASTER_SITES= http://downloads.dragonlace.net/src/
DISTNAME= aunit-gpl-${PORTVERSION}-src
-MAINTAINER= freebsd.contact@marino.st
+MAINTAINER= ports@FreeBSD.org
COMMENT= Ada unit testing framework
LICENSE= GPLv3
diff --git a/devel/florist-gpl/Makefile b/devel/florist-gpl/Makefile
index da4a3bf7fc9a..7f3e4dcaa18d 100644
--- a/devel/florist-gpl/Makefile
+++ b/devel/florist-gpl/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= devel
MASTER_SITES= http://downloads.dragonlace.net/src/
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
-MAINTAINER= freebsd.contact@marino.st
+MAINTAINER= ports@FreeBSD.org
COMMENT= POSIX Ada binding, IEEE Standards 1003.5(b,c)
LICENSE= GPLv3
diff --git a/devel/gnatcoll/Makefile b/devel/gnatcoll/Makefile
index 5dca7851a50c..24497db417fc 100644
--- a/devel/gnatcoll/Makefile
+++ b/devel/gnatcoll/Makefile
@@ -5,7 +5,7 @@ PORTNAME= gnatcoll
PORTVERSION= 2016 # branch: gpl-for-gps-2016
CATEGORIES= devel
-MAINTAINER= freebsd.contact@marino.st
+MAINTAINER= ports@FreeBSD.org
COMMENT= GNAT Component Collection from Adacore
LICENSE= GPLv3
diff --git a/devel/gnatpython/Makefile b/devel/gnatpython/Makefile
index 26b97d33d92c..808fbacf934e 100644
--- a/devel/gnatpython/Makefile
+++ b/devel/gnatpython/Makefile
@@ -6,7 +6,7 @@ PORTVERSION= ${SNAPSHOT}
CATEGORIES= devel
MASTER_SITES= http://downloads.dragonlace.net/src/
-MAINTAINER= freebsd.contact@marino.st
+MAINTAINER= ports@FreeBSD.org
COMMENT= Python package used in Ada testsuites
LICENSE= GPLv3
diff --git a/devel/gprbuild/Makefile b/devel/gprbuild/Makefile
index 6e11a9e801fb..b65e59e53b5f 100644
--- a/devel/gprbuild/Makefile
+++ b/devel/gprbuild/Makefile
@@ -5,7 +5,7 @@ PORTNAME= gprbuild
PORTVERSION= ${SNAPSHOT}
CATEGORIES= devel
-MAINTAINER= freebsd.contact@marino.st
+MAINTAINER= ports@FreeBSD.org
COMMENT= Adacore multi-language software build tool
LICENSE= GPLv3
diff --git a/devel/gps/Makefile b/devel/gps/Makefile
index 46e65730d4e8..c45cec4bb8b8 100644
--- a/devel/gps/Makefile
+++ b/devel/gps/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= http://downloads.dragonlace.net/src/
DISTNAME= gps-gpl-${PORTVERSION}-src
PKGNAMESUFFIX= -ide
-MAINTAINER= freebsd.contact@marino.st
+MAINTAINER= ports@FreeBSD.org
COMMENT= GNAT Programming Studio - IDE for Ada and many other languages
LICENSE= GPLv3
diff --git a/devel/libspark2012/Makefile b/devel/libspark2012/Makefile
index 5c75b8cec163..76aacad85de2 100644
--- a/devel/libspark2012/Makefile
+++ b/devel/libspark2012/Makefile
@@ -7,7 +7,7 @@ PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= http://downloads.dragonlace.net/src/
-MAINTAINER= freebsd.contact@marino.st
+MAINTAINER= ports@FreeBSD.org
COMMENT= SPARK 2012 Spark.Ada library
LICENSE= GPLv3
diff --git a/devel/matreshka/Makefile b/devel/matreshka/Makefile
index 6eeece5836ec..d3b1c343d44c 100644
--- a/devel/matreshka/Makefile
+++ b/devel/matreshka/Makefile
@@ -7,7 +7,7 @@ PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://forge.ada-ru.org/matreshka/downloads/
-MAINTAINER= freebsd.contact@marino.st
+MAINTAINER= ports@FreeBSD.org
COMMENT= Ada framework for information systems development
LICENSE= BSD3CLAUSE
diff --git a/devel/pcsc-ada/Makefile b/devel/pcsc-ada/Makefile
index 9f2af5b60653..6b673a736702 100644
--- a/devel/pcsc-ada/Makefile
+++ b/devel/pcsc-ada/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= devel
MASTER_SITES= http://www.codelabs.ch/download/
DISTNAME= libpcscada-${PORTVERSION}
-MAINTAINER= freebsd.contact@marino.st
+MAINTAINER= ports@FreeBSD.org
COMMENT= Ada binding to PC/SC middleware (Smart card interface)
LICENSE= LGPL21
diff --git a/devel/pragmarcs/Makefile b/devel/pragmarcs/Makefile
index 7ec205b25f7a..10cf58a85046 100644
--- a/devel/pragmarcs/Makefile
+++ b/devel/pragmarcs/Makefile
@@ -5,7 +5,7 @@ PORTNAME= pragmarcs
PORTVERSION= 20161207
CATEGORIES= devel
-MAINTAINER= freebsd.contact@marino.st
+MAINTAINER= ports@FreeBSD.org
COMMENT= PragmAda Reusable Components
LICENSE= GPLv2 GMGPL
diff --git a/devel/sdl_gnat/Makefile b/devel/sdl_gnat/Makefile
index 4001a9d1d10f..8a85933d0bde 100644
--- a/devel/sdl_gnat/Makefile
+++ b/devel/sdl_gnat/Makefile
@@ -7,7 +7,7 @@ PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= http://downloads.dragonlace.net/src/
-MAINTAINER= freebsd.contact@marino.st
+MAINTAINER= ports@FreeBSD.org
COMMENT= Ada thin bindings for SDL (GPLv3)
LICENSE= GPLv3
diff --git a/dns/ironsides/Makefile b/dns/ironsides/Makefile
index 7d890d5594fd..461ede2590c0 100644
--- a/dns/ironsides/Makefile
+++ b/dns/ironsides/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= dns
MASTER_SITES= http://ironsides.martincarlisle.com/
DISTNAME= ironsides_authoritative-${SNAPSHOT}
-MAINTAINER= freebsd.contact@marino.st
+MAINTAINER= ports@FreeBSD.org
COMMENT= Authoritative DNS server formally verified by SPARK/Ada
LICENSE= Ironsides
diff --git a/graphics/generic_image_decoder/Makefile b/graphics/generic_image_decoder/Makefile
index d33ab66c0450..74b6db2585d4 100644
--- a/graphics/generic_image_decoder/Makefile
+++ b/graphics/generic_image_decoder/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= graphics
MASTER_SITES= http://sourceforge.net/projects/${SFPATH}/
DISTNAME= gid-${PORTVERSION}
-MAINTAINER= freebsd.contact@marino.st
+MAINTAINER= ports@FreeBSD.org
COMMENT= Ada library for decoding various image formats inc. animations
LICENSE= MIT
diff --git a/lang/adacontrol/Makefile b/lang/adacontrol/Makefile
index 6b2fb630fcea..bbeb22ba255c 100644
--- a/lang/adacontrol/Makefile
+++ b/lang/adacontrol/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= lang
MASTER_SITES= SF/adacontrol
DISTNAME= adactl-${PORTVERSION}-src
-MAINTAINER= freebsd.contact@marino.st
+MAINTAINER= ports@FreeBSD.org
COMMENT= Tool for detecting use or non-use of specific Ada constructs
LICENSE= GPLv2 GMGPL
diff --git a/lang/asis/Makefile b/lang/asis/Makefile
index ecb97b9c473e..ffdfe4208943 100644
--- a/lang/asis/Makefile
+++ b/lang/asis/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= lang
MASTER_SITES= http://downloads.dragonlace.net/src/
DISTNAME= ${PORTNAME}-gpl-${PORTVERSION}-src
-MAINTAINER= freebsd.contact@marino.st
+MAINTAINER= ports@FreeBSD.org
COMMENT= GNAT implementation of Ada Semantic Interface Specification
LICENSE= GPLv2
diff --git a/lang/gcc5-aux/Makefile b/lang/gcc5-aux/Makefile
index 34f9b80b652d..b0f81214c028 100644
--- a/lang/gcc5-aux/Makefile
+++ b/lang/gcc5-aux/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= http://downloads.dragonlace.net/src/:boot \
LOCAL/marino:boot GCC/${MS_SUBDIR}
DISTFILES= ${IDENTIFICATION}.tar.bz2
-MAINTAINER= freebsd.contact@marino.st
+MAINTAINER= ports@FreeBSD.org
COMMENT= Version of GCC ${GCC_BRANCH} with full Ada support
LICENSE= GPLv3 GPLv3RLE
diff --git a/lang/gcc6-aux/Makefile b/lang/gcc6-aux/Makefile
index 8a110f132384..dcb072300ac5 100644
--- a/lang/gcc6-aux/Makefile
+++ b/lang/gcc6-aux/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= http://downloads.dragonlace.net/src/:boot \
LOCAL/marino:boot GCC/${MS_SUBDIR}
DISTFILES= ${IDENTIFICATION}.tar.bz2
-MAINTAINER= freebsd.contact@marino.st
+MAINTAINER= ports@FreeBSD.org
COMMENT= Version of GCC ${GCC_BRANCH} with full Ada support
LICENSE= GPLv3 GPLv3RLE
diff --git a/lang/gnat_util/Makefile b/lang/gnat_util/Makefile
index 3d93b8863f5c..0e6ca7c2e291 100644
--- a/lang/gnat_util/Makefile
+++ b/lang/gnat_util/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= lang
MASTER_SITES= GCC/${MS_SUBDIR}
DISTNAME= ${IDENTIFICATION}
-MAINTAINER= freebsd.contact@marino.st
+MAINTAINER= ports@FreeBSD.org
COMMENT= Library used to build GNAT tools such as ASIS
LICENSE= GPLv3 GPLv3RLE
diff --git a/lang/gnatcross-aarch64/Makefile b/lang/gnatcross-aarch64/Makefile
index 1c427f69e23c..4122ef7310db 100644
--- a/lang/gnatcross-aarch64/Makefile
+++ b/lang/gnatcross-aarch64/Makefile
@@ -5,7 +5,7 @@ PORTNAME= aarch64
PORTREVISION= ${ARM64_PR}
PKGNAMEPREFIX= gnatcross-
-MAINTAINER= freebsd.contact@marino.st
+MAINTAINER= ports@FreeBSD.org
COMMENT= C/Ada cross-compiler, target: ${LABEL_TARGET}
LABEL_TARGET= FreeBSD/ARM64
diff --git a/lang/gnatcross-binutils-aarch64/Makefile b/lang/gnatcross-binutils-aarch64/Makefile
index 3d71eedfb8da..92f22c7f2e9b 100644
--- a/lang/gnatcross-binutils-aarch64/Makefile
+++ b/lang/gnatcross-binutils-aarch64/Makefile
@@ -5,7 +5,7 @@ PORTREVISION= 0
PKGNAMEPREFIX= gnatcross-
PKGNAMESUFFIX= -aarch64
-MAINTAINER= freebsd.contact@marino.st
+MAINTAINER= ports@FreeBSD.org
COMMENT= Infrastructure for C/Ada FreeBSD cross-compiler (aarch64)
BRANCH2= # Assume aarch64 will always be only CPU for FreeBSD/ARM64
diff --git a/lang/gnatcross-sysroot-aarch64/Makefile b/lang/gnatcross-sysroot-aarch64/Makefile
index e7ba9cab9162..9ee0564f4b2d 100644
--- a/lang/gnatcross-sysroot-aarch64/Makefile
+++ b/lang/gnatcross-sysroot-aarch64/Makefile
@@ -9,7 +9,7 @@ PKGNAMEPREFIX= gnatcross-
PKGNAMESUFFIX= -aarch64
DIST_SUBDIR= gnatcross/arm64-aarch64/${RELEASE}
-MAINTAINER= freebsd.contact@marino.st
+MAINTAINER= ports@FreeBSD.org
COMMENT= FreeBSD sysroots for C/Ada cross-compiler (${ARCH})
NO_BUILD= yes
diff --git a/lang/gnatdroid-binutils-x86/Makefile b/lang/gnatdroid-binutils-x86/Makefile
index 3eb61377dea5..457813d355dd 100644
--- a/lang/gnatdroid-binutils-x86/Makefile
+++ b/lang/gnatdroid-binutils-x86/Makefile
@@ -4,7 +4,7 @@
PORTREVISION= 0
PKGNAMESUFFIX= -x86
-MAINTAINER= freebsd.contact@marino.st
+MAINTAINER= ports@FreeBSD.org
COMMENT= Infrastructure for C/Ada Android cross-compiler (x86)
BRANCH2= x86_32
diff --git a/lang/gnatdroid-binutils/Makefile b/lang/gnatdroid-binutils/Makefile
index 6a5803d0bf8b..8c752a2d967f 100644
--- a/lang/gnatdroid-binutils/Makefile
+++ b/lang/gnatdroid-binutils/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= lang
MASTER_SITES= SOURCEWARE/binutils/releases
PKGNAMEPREFIX?= gnatdroid-
-MAINTAINER?= freebsd.contact@marino.st
+MAINTAINER?= ports@FreeBSD.org
COMMENT?= Infrastructure for C/Ada Android cross-compiler (ARMv7)
LICENSE= GPLv3 LGPL3
diff --git a/lang/gnatdroid-sysroot-x86/Makefile b/lang/gnatdroid-sysroot-x86/Makefile
index e107d59caa09..9d52c7450674 100644
--- a/lang/gnatdroid-sysroot-x86/Makefile
+++ b/lang/gnatdroid-sysroot-x86/Makefile
@@ -10,7 +10,7 @@ PKGNAMESUFFIX= -x86
DISTNAME= android-${API}-x86
DIST_SUBDIR= gnatdroid-ndk11
-MAINTAINER= freebsd.contact@marino.st
+MAINTAINER= ports@FreeBSD.org
COMMENT= Android sysroots for C/Ada Android cross-compiler (x86)
ONLY_FOR_ARCHS= i386 amd64
diff --git a/lang/gnatdroid-sysroot/Makefile b/lang/gnatdroid-sysroot/Makefile
index 7e1ee743ae90..a5bff100a911 100644
--- a/lang/gnatdroid-sysroot/Makefile
+++ b/lang/gnatdroid-sysroot/Makefile
@@ -9,7 +9,7 @@ PKGNAMEPREFIX= gnatdroid-
DISTNAME= android-${API}-arm
DIST_SUBDIR= gnatdroid-ndk11
-MAINTAINER= freebsd.contact@marino.st
+MAINTAINER= ports@FreeBSD.org
COMMENT= Android sysroots for C/Ada Android cross-compiler
ONLY_FOR_ARCHS= i386 amd64
diff --git a/lang/gnatdroid-x86/Makefile b/lang/gnatdroid-x86/Makefile
index 9dedbb86d057..f16ddbb7a3a4 100644
--- a/lang/gnatdroid-x86/Makefile
+++ b/lang/gnatdroid-x86/Makefile
@@ -4,7 +4,7 @@
PORTNAME= x86
PORTREVISION= ${X86_PR}
-MAINTAINER= freebsd.contact@marino.st
+MAINTAINER= ports@FreeBSD.org
COMMENT= C/Ada cross-compiler, target: Android x86
DROID_TARGET= i686-aux-linux-android
diff --git a/lang/lua-ada/Makefile b/lang/lua-ada/Makefile
index 8ee70165b5c3..b8cc0fb4a131 100644
--- a/lang/lua-ada/Makefile
+++ b/lang/lua-ada/Makefile
@@ -6,7 +6,7 @@ PORTVERSION= 1.0 # made-up; no version info on GH
PORTREVISION= 1
CATEGORIES= lang
-MAINTAINER= freebsd.contact@marino.st
+MAINTAINER= ports@FreeBSD.org
COMMENT= Ada binding for Lua
LICENSE= GPLv3 GPLv3RLE
diff --git a/math/opensolaris-libm/Makefile b/math/opensolaris-libm/Makefile
index 326f842afb6f..61c6f44e5faf 100644
--- a/math/opensolaris-libm/Makefile
+++ b/math/opensolaris-libm/Makefile
@@ -7,7 +7,7 @@ PORTREVISION= 2
DISTVERSIONPREFIX= v
CATEGORIES= math
-MAINTAINER= freebsd.contact@marino.st
+MAINTAINER= ports@FreeBSD.org
COMMENT= C99 Math and vector libraries from OpenSolaris snv_33
LICENSE= CDDL
diff --git a/math/plplot-ada/Makefile b/math/plplot-ada/Makefile
index ec1e6f717654..08d307218ee0 100644
--- a/math/plplot-ada/Makefile
+++ b/math/plplot-ada/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= math
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20Source
PKGNAMESUFFIX= -ada
-MAINTAINER= freebsd.contact@marino.st
+MAINTAINER= ports@FreeBSD.org
COMMENT= Ada bindings for PLplot
LICENSE= LGPL3
diff --git a/misc/excel-writer/Makefile b/misc/excel-writer/Makefile
index 1b2492cf8006..fa92062e97ea 100644
--- a/misc/excel-writer/Makefile
+++ b/misc/excel-writer/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= misc
MASTER_SITES= http://sourceforge.net/projects/${SFPATH}/
DISTNAME= excel_writer_${PORTVERSION}
-MAINTAINER= freebsd.contact@marino.st
+MAINTAINER= ports@FreeBSD.org
COMMENT= Ada package for easily creating Excel files with basic formats
LICENSE= MIT
diff --git a/misc/ini_file_manager/Makefile b/misc/ini_file_manager/Makefile
index 1152add0a761..b87a94b2aa7a 100644
--- a/misc/ini_file_manager/Makefile
+++ b/misc/ini_file_manager/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= misc
MASTER_SITES= http://sourceforge.net/projects/${SFPATH}/
DISTNAME= ini-files-${PORTVERSION}
-MAINTAINER= freebsd.contact@marino.st
+MAINTAINER= ports@FreeBSD.org
COMMENT= Ini configuration file reader and manipulator package for Ada
LICENSE= MIT
diff --git a/net/adasockets/Makefile b/net/adasockets/Makefile
index 1f77ea84be53..13745cdb6d0f 100644
--- a/net/adasockets/Makefile
+++ b/net/adasockets/Makefile
@@ -6,7 +6,7 @@ PORTVERSION= 1.10.1
CATEGORIES= net
MASTER_SITES= http://www.rfc1149.net/download/adasockets/
-MAINTAINER= freebsd.contact@marino.st
+MAINTAINER= ports@FreeBSD.org
COMMENT= IPv4 socket library for Ada (TCP, UDP, and multicast)
LICENSE= GPLv2 GMGPL
diff --git a/net/anet/Makefile b/net/anet/Makefile
index b60d94babe83..8a005d4b4aa2 100644
--- a/net/anet/Makefile
+++ b/net/anet/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= net
MASTER_SITES= http://www.codelabs.ch/download/
DISTNAME= libanet-${PORTVERSION}
-MAINTAINER= freebsd.contact@marino.st
+MAINTAINER= ports@FreeBSD.org
COMMENT= Networking library for Ada
LICENSE= GPLv2 GMGPL
diff --git a/net/polyorb/Makefile b/net/polyorb/Makefile
index 3ee3871603a1..665cecf72257 100644
--- a/net/polyorb/Makefile
+++ b/net/polyorb/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= net
MASTER_SITES= http://downloads.dragonlace.net/src/
DISTNAME= polyorb-gpl-${YEAR}-src
-MAINTAINER= freebsd.contact@marino.st
+MAINTAINER= ports@FreeBSD.org
COMMENT= CORBA, SOAP, Ada 95 Distributed System Annex middleware
LICENSE= GPLv3
diff --git a/ports-mgmt/genpatch/Makefile b/ports-mgmt/genpatch/Makefile
index 91814fbd976d..c80c30101360 100644
--- a/ports-mgmt/genpatch/Makefile
+++ b/ports-mgmt/genpatch/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= ports-mgmt
MASTER_SITES= # none
DISTFILES= # none
-MAINTAINER= freebsd.contact@marino.st
+MAINTAINER= ports@FreeBSD.org
COMMENT= Single patch generator tool compatible with makepatch format
LICENSE= BSD2CLAUSE
diff --git a/security/libadacrypt/Makefile b/security/libadacrypt/Makefile
index d5d7a542acbd..90d17c6c74f1 100644
--- a/security/libadacrypt/Makefile
+++ b/security/libadacrypt/Makefile
@@ -6,7 +6,7 @@ PORTVERSION= 20151019
PORTREVISION= 1
CATEGORIES= security
-MAINTAINER= freebsd.contact@marino.st
+MAINTAINER= ports@FreeBSD.org
COMMENT= Crypto library for Ada with a nice API
LICENSE= GMGPL
diff --git a/security/libsparkcrypto/Makefile b/security/libsparkcrypto/Makefile
index 6256cb261944..343e1c8d8681 100644
--- a/security/libsparkcrypto/Makefile
+++ b/security/libsparkcrypto/Makefile
@@ -7,7 +7,7 @@ PORTREVISION= 4
CATEGORIES= security
MASTER_SITES= http://senier.net/libsparkcrypto/
-MAINTAINER= freebsd.contact@marino.st
+MAINTAINER= ports@FreeBSD.org
COMMENT= Cryptographic library implemented in SPARK
LICENSE= BSD3CLAUSE
diff --git a/shells/sparforte/Makefile b/shells/sparforte/Makefile
index 46a6064d3e35..772cdc9b00b3 100644
--- a/shells/sparforte/Makefile
+++ b/shells/sparforte/Makefile
@@ -6,7 +6,7 @@ PORTVERSION= 2.0.2
DISTVERSIONPREFIX= v
CATEGORIES= shells lang
-MAINTAINER= freebsd.contact@marino.st
+MAINTAINER= ports@FreeBSD.org
COMMENT= Shell and scripting language for mission-critical, scalable projects
LICENSE= GPLv2 GMGPL
diff --git a/textproc/adabrowse/Makefile b/textproc/adabrowse/Makefile
index e3f3cf9bbb60..a4babcedbea2 100644
--- a/textproc/adabrowse/Makefile
+++ b/textproc/adabrowse/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= textproc
MASTER_SITES= http://home.datacomm.ch/t_wolf/tw/ada95/adabrowse/
DISTNAME= ${PORTNAME}_${PORTVERSION}_src
-MAINTAINER= freebsd.contact@marino.st
+MAINTAINER= ports@FreeBSD.org
COMMENT= HTML generator for Ada 95 library unit specifications
LICENSE= GPLv2
diff --git a/textproc/opentoken/Makefile b/textproc/opentoken/Makefile
index f1f7b5639bd7..d20c6b9ff9cb 100644
--- a/textproc/opentoken/Makefile
+++ b/textproc/opentoken/Makefile
@@ -7,7 +7,7 @@ PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://stephe-leake.org/ada/
-MAINTAINER= freebsd.contact@marino.st
+MAINTAINER= ports@FreeBSD.org
COMMENT= Lexical analyser and parser for the Ada language
LICENSE= GPLv3 GPLv3RLE
diff --git a/textproc/py-sphinxcontrib-adadomain/Makefile b/textproc/py-sphinxcontrib-adadomain/Makefile
index 06c4e01feb60..1c56ac9d91a6 100644
--- a/textproc/py-sphinxcontrib-adadomain/Makefile
+++ b/textproc/py-sphinxcontrib-adadomain/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= https://pypi.python.org/packages/source/s/${PORTNAME}/ \
LOCAL/marino
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= freebsd.contact@marino.st
+MAINTAINER= ports@FreeBSD.org
COMMENT= Sphinx Adadomain Extension
LICENSE= BSD2CLAUSE
diff --git a/textproc/templates_parser/Makefile b/textproc/templates_parser/Makefile
index 7f0b3990c077..0c4e3dbb8acb 100644
--- a/textproc/templates_parser/Makefile
+++ b/textproc/templates_parser/Makefile
@@ -5,7 +5,7 @@ PORTNAME= templates_parser
PORTVERSION= 17.0.0
CATEGORIES= textproc
-MAINTAINER= freebsd.contact@marino.st
+MAINTAINER= ports@FreeBSD.org
COMMENT= Web page template engine module for the Ada Web Server
LICENSE= GPLv3+
diff --git a/textproc/xml_ez_out/Makefile b/textproc/xml_ez_out/Makefile
index 09c2b683fa0f..f7e5749a78b0 100644
--- a/textproc/xml_ez_out/Makefile
+++ b/textproc/xml_ez_out/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= textproc
MASTER_SITES= http://www.mckae.com/xml_ezout/
DISTNAME= ${PORTNAME}_${PORTVERSION}
-MAINTAINER= freebsd.contact@marino.st
+MAINTAINER= ports@FreeBSD.org
COMMENT= Library for emitting XML from Ada programs
LICENSE= GPLv2 GMGPL
diff --git a/textproc/xmlada/Makefile b/textproc/xmlada/Makefile
index dd2ccc400533..f24e7704a9a9 100644
--- a/textproc/xmlada/Makefile
+++ b/textproc/xmlada/Makefile
@@ -5,7 +5,7 @@ PORTNAME= xmlada
PORTVERSION= 17.0.0
CATEGORIES= textproc
-MAINTAINER= freebsd.contact@marino.st
+MAINTAINER= ports@FreeBSD.org
COMMENT= Adacore XML suite for the Ada language
LICENSE= GPLv3
diff --git a/www/aws-demos/Makefile b/www/aws-demos/Makefile
index 139302ac18e8..b5643036d099 100644
--- a/www/aws-demos/Makefile
+++ b/www/aws-demos/Makefile
@@ -6,7 +6,7 @@ PORTVERSION= 17.1
CATEGORIES= www
PKGNAMESUFFIX= -demos
-MAINTAINER= freebsd.contact@marino.st
+MAINTAINER= ports@FreeBSD.org
COMMENT= Adacore Ada Web Server demos
LICENSE= GPLv3 GPLv3RLE
diff --git a/www/aws/Makefile b/www/aws/Makefile
index eaa44ee26295..27d016611479 100644
--- a/www/aws/Makefile
+++ b/www/aws/Makefile
@@ -5,7 +5,7 @@ PORTNAME= aws
PORTVERSION= 17.1
CATEGORIES= www
-MAINTAINER= freebsd.contact@marino.st
+MAINTAINER= ports@FreeBSD.org
COMMENT= Adacore Ada Web Server and framework
LICENSE= GPLv3 GPLv3RLE
diff --git a/x11-toolkits/gtkada/Makefile b/x11-toolkits/gtkada/Makefile
index 6c637190514c..8fd07e17ace5 100644
--- a/x11-toolkits/gtkada/Makefile
+++ b/x11-toolkits/gtkada/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= http://downloads.dragonlace.net/src/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
gtkada-rm-${PORTVERSION}${EXTRACT_SUFX}
-MAINTAINER= freebsd.contact@marino.st
+MAINTAINER= ports@FreeBSD.org
COMMENT= Ada graphical toolkit based on Gtk2+
LICENSE= GPLv2
diff --git a/x11-toolkits/gtkada3/Makefile b/x11-toolkits/gtkada3/Makefile
index eafb8266acfb..0231fb4c371b 100644
--- a/x11-toolkits/gtkada3/Makefile
+++ b/x11-toolkits/gtkada3/Makefile
@@ -6,7 +6,7 @@ PORTVERSION= 3.14.2
CATEGORIES= x11-toolkits
PKGNAMESUFFIX= 3
-MAINTAINER= freebsd.contact@marino.st
+MAINTAINER= ports@FreeBSD.org
COMMENT= Ada graphical toolkit based on Gtk3 components
LICENSE= GPLv3