Index: head/textproc/lowdown/Makefile =================================================================== --- head/textproc/lowdown/Makefile (revision 487860) +++ head/textproc/lowdown/Makefile (revision 487861) @@ -1,21 +1,21 @@ # $FreeBSD$ PORTNAME= lowdown PORTVERSION= 0.4.1 CATEGORIES= textproc -MASTER_SITES= http://kristaps.bsd.lv/lowdown/snapshots/ +MASTER_SITES= https://kristaps.bsd.lv/lowdown/snapshots/ MAINTAINER= bapt@FreeBSD.org COMMENT= Simple Markdown translator LICENSE= ISCL BUILD_DEPENDS= ${LOCALBASE}/lib/libdiff.a:textproc/libdiff HAS_CONFIGURE= yes post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}-diff .include Index: head/textproc/lowdown/pkg-descr =================================================================== --- head/textproc/lowdown/pkg-descr (revision 487860) +++ head/textproc/lowdown/pkg-descr (revision 487861) @@ -1,7 +1,7 @@ lowdown is just another Markdown translator. It can output traditional HTML or a document for your troff type-setter of choice, such as groff(1), Heirloom troff, or even mandoc(1). lowdown doesn't require XSLT, Python, or even Perl - it's just clean, secure, open source C code with no dependencies. Its canonical documentation is the lowdown(1) manpage. -WWW: http://kristaps.bsd.lv/lowdown/ +WWW: https://kristaps.bsd.lv/lowdown/ Index: head/textproc/lowdown/pkg-plist =================================================================== --- head/textproc/lowdown/pkg-plist (revision 487860) +++ head/textproc/lowdown/pkg-plist (revision 487861) @@ -1,22 +1,24 @@ bin/lowdown bin/lowdown-diff include/lowdown.h lib/liblowdown.a man/man1/lowdown.1.gz man/man3/lowdown.3.gz man/man3/lowdown_buf.3.gz +man/man3/lowdown_buf_diff.3.gz man/man3/lowdown_doc_free.3.gz man/man3/lowdown_doc_new.3.gz man/man3/lowdown_doc_parse.3.gz man/man3/lowdown_errstr.3.gz man/man3/lowdown_file.3.gz +man/man3/lowdown_file_diff.3.gz man/man3/lowdown_html_free.3.gz man/man3/lowdown_html_new.3.gz man/man3/lowdown_html_rndr.3.gz man/man3/lowdown_nroff_free.3.gz man/man3/lowdown_nroff_new.3.gz man/man3/lowdown_nroff_rndr.3.gz man/man3/lowdown_tree_free.3.gz man/man3/lowdown_tree_new.3.gz man/man3/lowdown_tree_rndr.3.gz man/man5/lowdown.5.gz