Index: branches/2020Q3/textproc/markdown/Makefile =================================================================== --- branches/2020Q3/textproc/markdown/Makefile (revision 541292) +++ branches/2020Q3/textproc/markdown/Makefile (revision 541293) @@ -1,34 +1,34 @@ # Created by: Anton Berezin # $FreeBSD$ PORTNAME= markdown PORTVERSION= 1.0.1 PORTREVISION= 2 CATEGORIES= textproc perl5 -MASTER_SITES= http://daringfireball.net/projects/downloads/ +MASTER_SITES= https://daringfireball.net/projects/markdown/ DISTNAME= Markdown_${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miguel@gocobachi.dev COMMENT= Text-to-HTML conversion tool for web writers LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/License.text NO_BUILD= yes USES= shebangfix perl5 zip SHEBANG_FILES= Markdown.pl OPTIONS_DEFINE= DOCS PORTDOCS= Markdown-Readme.text PLIST_FILES= bin/markdown CONFLICTS_INSTALL= discount do-install: ${INSTALL_SCRIPT} ${WRKSRC}/Markdown.pl ${STAGEDIR}${PREFIX}/bin/markdown @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} "${WRKSRC}/Markdown Readme.text" ${STAGEDIR}${DOCSDIR}/Markdown-Readme.text .include Index: branches/2020Q3/textproc/markdown/pkg-descr =================================================================== --- branches/2020Q3/textproc/markdown/pkg-descr (revision 541292) +++ branches/2020Q3/textproc/markdown/pkg-descr (revision 541293) @@ -1,9 +1,9 @@ Markdown is a text-to-HTML conversion tool for web writers. Markdown allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML (or HTML). Thus, "Markdown" is two things: a plain text markup syntax, and a software tool, written in Perl, that converts the plain text markup to HTML. -WWW: http://daringfireball.net/projects/markdown/ +WWW: https://daringfireball.net/projects/markdown Index: branches/2020Q3 =================================================================== --- branches/2020Q3 (revision 541292) +++ branches/2020Q3 (revision 541293) Property changes on: branches/2020Q3 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r541292