diff options
author | rene <rene@FreeBSD.org> | 2017-02-16 05:33:11 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2017-02-16 05:33:11 +0800 |
commit | 9d0bac4bed4d0c3f913f24680f4b378a860c5ca5 (patch) | |
tree | 697dbbe4c57c0e76ac58100f25226bf6ab79babe /Mk/Uses | |
parent | 532c7a0d262f570cb330a070757a05c6bd5f0cda (diff) | |
download | freebsd-ports-gnome-9d0bac4bed4d0c3f913f24680f4b378a860c5ca5.tar.gz freebsd-ports-gnome-9d0bac4bed4d0c3f913f24680f4b378a860c5ca5.tar.zst freebsd-ports-gnome-9d0bac4bed4d0c3f913f24680f4b378a860c5ca5.zip |
Return the ports mistakenly reset to ports@ in r433856 to John Marino.
The mistake was completely on my part, I somehow connected the dots the
wrong way in my head.
The only exceptions (for now) are archivers/zstd and ports-mgmt/synth
which were already picked up by new volunteers in the mean time.
Diffstat (limited to 'Mk/Uses')
-rw-r--r-- | Mk/Uses/ada.mk | 2 | ||||
-rw-r--r-- | Mk/Uses/alias.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Mk/Uses/ada.mk b/Mk/Uses/ada.mk index 0ade2e689ed1..13441b4ce331 100644 --- a/Mk/Uses/ada.mk +++ b/Mk/Uses/ada.mk @@ -7,7 +7,7 @@ # Usage: USES=ada # Valid ARGS: 5, 6, run # -# MAINTAINER: ports@FreeBSD.org +# MAINTAINER: freebsd.contact@marino.st .if !defined(_INCLUDE_USES_ADA_MK) _INCLUDE_USES_ADA_MK= yes diff --git a/Mk/Uses/alias.mk b/Mk/Uses/alias.mk index e0ddb93166fc..a265fc104f1c 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: ports@FreeBSD.org +# MAINTAINER: freebsd.contact@marino.st .if !defined(_INCLUDE_USES_ALIAS_MK) _INCLUDE_USES_ALIAS_MK= yes |