From owner-svn-ports-all@freebsd.org Tue Oct 23 06:59:49 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ABADF106E412; Tue, 23 Oct 2018 06:59:49 +0000 (UTC) (envelope-from egypcio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 604228DB04; Tue, 23 Oct 2018 06:59:49 +0000 (UTC) (envelope-from egypcio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5B25B4754; Tue, 23 Oct 2018 06:59:49 +0000 (UTC) (envelope-from egypcio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9N6xn4d022311; Tue, 23 Oct 2018 06:59:49 GMT (envelope-from egypcio@FreeBSD.org) Received: (from egypcio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9N6xnlh022310; Tue, 23 Oct 2018 06:59:49 GMT (envelope-from egypcio@FreeBSD.org) Message-Id: <201810230659.w9N6xnlh022310@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: egypcio set sender to egypcio@FreeBSD.org using -f From: =?UTF-8?Q?Vin=c3=adcius_Zavam?= Date: Tue, 23 Oct 2018 06:59:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482811 - head/textproc/multimarkdown X-SVN-Group: ports-head X-SVN-Commit-Author: egypcio X-SVN-Commit-Paths: head/textproc/multimarkdown X-SVN-Commit-Revision: 482811 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Oct 2018 06:59:49 -0000 Author: egypcio Date: Tue Oct 23 06:59:48 2018 New Revision: 482811 URL: https://svnweb.freebsd.org/changeset/ports/482811 Log: 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 Modified: head/textproc/multimarkdown/Makefile Modified: head/textproc/multimarkdown/Makefile ============================================================================== --- head/textproc/multimarkdown/Makefile Tue Oct 23 06:36:00 2018 (r482810) +++ head/textproc/multimarkdown/Makefile Tue Oct 23 06:59:48 2018 (r482811) @@ -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