From 650704aa95250c5935e36ad876c8761a9e4e117e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Zavam?= Date: Tue, 23 Oct 2018 06:59:48 +0000 Subject: per comment #2 on PR 231098, I'll take this port's maintainership (approved by PR's original reporter). while here, silent portlint; extra item placed in the USES/USE_x section, for example, "GH_ACCOUNT". PR: 231098 Submitted by: Yasuhiro KIMURA Reviewed by: mat Approved by: rene (mentor), Yasuhiro KIMURA Differential Revision: https://reviews.freebsd.org/D17562 --- textproc/multimarkdown/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'textproc') diff --git a/textproc/multimarkdown/Makefile b/textproc/multimarkdown/Makefile index b8306e9e9d3b..c3cc90a1c4f8 100644 --- a/textproc/multimarkdown/Makefile +++ b/textproc/multimarkdown/Makefile @@ -6,7 +6,7 @@ DISTVERSION= 6.4.0 CATEGORIES= textproc DIST_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= egypcio@googlemail.com COMMENT= Extended Markdown processor with more features, written in C LICENSE= BSD3CLAUSE MIT GPLv2+ ZLIB @@ -17,6 +17,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl USES= cmake compiler:c11 localbase:ldflags USE_GITHUB= yes + GH_ACCOUNT= fletcher GH_PROJECT= MultiMarkdown-6 -- cgit v1.2.3