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 /devel/gnatpython | |
parent | Remove -fPIC and fix the real problem where a variable is defined as an (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.
Diffstat (limited to 'devel/gnatpython')
-rw-r--r-- | devel/gnatpython/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/gnatpython/Makefile b/devel/gnatpython/Makefile index 808fbacf934e..26b97d33d92c 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= ports@FreeBSD.org +MAINTAINER= freebsd.contact@marino.st COMMENT= Python package used in Ada testsuites LICENSE= GPLv3 |