Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Oct 2018 06:59:49 +0000 (UTC)
From:      =?UTF-8?Q?Vin=c3=adcius_Zavam?= <egypcio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r482811 - head/textproc/multimarkdown
Message-ID:  <201810230659.w9N6xnlh022310@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810230659.w9N6xnlh022310>