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 /misc | |
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 'misc')
-rw-r--r-- | misc/excel-writer/Makefile | 2 | ||||
-rw-r--r-- | misc/ini_file_manager/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/excel-writer/Makefile b/misc/excel-writer/Makefile index fa92062e97ea..1b2492cf8006 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= ports@FreeBSD.org +MAINTAINER= freebsd.contact@marino.st 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 b87a94b2aa7a..1152add0a761 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= ports@FreeBSD.org +MAINTAINER= freebsd.contact@marino.st COMMENT= Ini configuration file reader and manipulator package for Ada LICENSE= MIT |