View | Details | Raw Unified | Return to bug 247499
Collapse All | Expand All

(-)textproc/markdown/Makefile (-3 / +3 lines)
Lines 3-14 Link Here
3
3
4
PORTNAME=	markdown
4
PORTNAME=	markdown
5
PORTVERSION=	1.0.1
5
PORTVERSION=	1.0.1
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	textproc perl5
7
CATEGORIES=	textproc perl5
8
MASTER_SITES=	http://daringfireball.net/projects/downloads/
8
MASTER_SITES=	https://daringfireball.net/projects/markdown/
9
DISTNAME=	Markdown_${PORTVERSION}
9
DISTNAME=	Markdown_${PORTVERSION}
10
10
11
MAINTAINER=	ports@FreeBSD.org
11
MAINTAINER=	miguel@gocobachi.dev
12
COMMENT=	Text-to-HTML conversion tool for web writers
12
COMMENT=	Text-to-HTML conversion tool for web writers
13
13
14
LICENSE=	BSD3CLAUSE
14
LICENSE=	BSD3CLAUSE
(-)textproc/markdown/pkg-descr (-1 / +1 lines)
Lines 6-9 Link Here
6
software tool, written in Perl, that converts the plain text markup to
6
software tool, written in Perl, that converts the plain text markup to
7
HTML.
7
HTML.
8
8
9
WWW: http://daringfireball.net/projects/markdown/
9
WWW: https://daringfireball.net/projects/markdown

Return to bug 247499