diff options
author | Rene Ladan <rene@FreeBSD.org> | 2017-02-15 21:33:11 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2017-02-15 21:33:11 +0000 |
commit | 676b34a1277978cb6e30fb534c118f7adfff884d (patch) | |
tree | 697dbbe4c57c0e76ac58100f25226bf6ab79babe /lang/asis | |
parent | d8707ba967eb602799a7fbf210eddecffdce5a00 (diff) |
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.
Notes
Notes:
svn path=/head/; revision=434195
Diffstat (limited to 'lang/asis')
-rw-r--r-- | lang/asis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/asis/Makefile b/lang/asis/Makefile index ffdfe4208943..ecb97b9c473e 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= ports@FreeBSD.org +MAINTAINER= freebsd.contact@marino.st COMMENT= GNAT implementation of Ada Semantic Interface Specification LICENSE= GPLv2 |