diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2021-05-14 21:22:28 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2021-05-14 21:28:39 +0000 |
commit | a7699c7f100df85e22d2dc8b7f63822eac1a2a09 (patch) | |
tree | a65c92da82742ece6286aab4a0eb1f32a8c253c3 | |
parent | a2a0c50c5ccd928b20c9af6a312acabcbc4c0c9b (diff) | |
download | ports-a7699c7f100df85e22d2dc8b7f63822eac1a2a09.tar.gz ports-a7699c7f100df85e22d2dc8b7f63822eac1a2a09.zip |
archivers/p7zip: Drop maintainership.
I have not had time to properly maintain this port in ages, and do not
think this will change in the foreseeable future.
Someone needs to push bug 228239 beyond the finishing line (there is
some confusion about whether the patch in Debian is enough or not), and
hopefully investigate whether a p7zip fork should be adopted, or
persuade the 7-Zip maintainer to publish the code for their Linux
version (see comment #11 in the PR I mentioned).
PR: 228239
-rw-r--r-- | archivers/p7zip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/p7zip/Makefile b/archivers/p7zip/Makefile index 514a2167dc4e..0f7b4b3c8d51 100644 --- a/archivers/p7zip/Makefile +++ b/archivers/p7zip/Makefile @@ -7,7 +7,7 @@ CATEGORIES= archivers MASTER_SITES= SF DISTNAME= ${PORTNAME}_${DISTVERSION}_src_all -MAINTAINER= rakuco@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT?= File archiver with high compression ratio LICENSE?= LGPL21 |