- Update to 2.1.5a
PR: ports/175479 Submitted by: Po-Chien Lin <linpc@cs.nctu.edu.tw>
This commit is contained in:
parent
828712132a
commit
0ef4f8261a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=311501
3 changed files with 10 additions and 8 deletions
|
@ -2,9 +2,10 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= discount
|
||||
PORTVERSION= 2.1.1.3
|
||||
DISTVERSION= 2.1.5a
|
||||
CATEGORIES= textproc devel
|
||||
MASTER_SITES= http://www.pell.portland.or.us/~orc/Code/discount/
|
||||
MASTER_SITES= http://www.pell.portland.or.us/~orc/Code/discount/ \
|
||||
LOCAL/jlaffaye
|
||||
|
||||
MAINTAINER= jlaffaye@FreeBSD.org
|
||||
COMMENT= A C implementation of the Markdown markup language
|
||||
|
@ -53,8 +54,10 @@ SAMPLES_DESC= Install sample programs
|
|||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MEXTRA}
|
||||
CONFIGURE_ARGS+=--enable-dl-tag \
|
||||
--enable-all-features
|
||||
CONFIGURE_ARGS+=--with-dl=both \
|
||||
--with-fenced-code \
|
||||
--with-github-tags \
|
||||
--with-id-anchor
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MTAB8}
|
||||
|
@ -69,7 +72,6 @@ PLIST_FILES+= bin/makepage \
|
|||
MAN1+= makepage.1 \
|
||||
mkd2html.1 \
|
||||
theme.1
|
||||
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (discount-2.1.1.3.tar.bz2) = fdb1921bdb1d36b93a695adddd018c74f43d5ceb0b0b20efc4f0cd3a14554ef5
|
||||
SIZE (discount-2.1.1.3.tar.bz2) = 82474
|
||||
SHA256 (discount-2.1.5a.tar.bz2) = 10123d6535999e4e362e990fa77209471f6538e6c758e01d470eeb143048903e
|
||||
SIZE (discount-2.1.5a.tar.bz2) = 84003
|
||||
|
|
|
@ -11,4 +11,4 @@ utilize the markdown library.
|
|||
|
||||
It also does, by default, various smartypants-style substitutions.
|
||||
|
||||
WWW: http://www.pell.portland.or.us/~orc/Code/discount/
|
||||
WWW: http://www.pell.portland.or.us/~orc/Code/discount/
|
||||
|
|
Loading…
Reference in a new issue