svn commit: r482811 - head/textproc/multimarkdown

Vinícius Zavam egypcio at FreeBSD.org
Tue Oct 23 06:59:49 UTC 2018


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 at FreeBSD.org
+MAINTAINER=	egypcio at 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
 


More information about the svn-ports-all mailing list