aboutsummaryrefslogtreecommitdiff
path: root/textproc/lowdown
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-12-20 08:40:48 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-12-20 08:40:48 +0000
commita5fbcc50cc888d7eb805e40e79f736c9fae4f211 (patch)
tree9466d14425095efa63b50bdf9a0fffd03edbd049 /textproc/lowdown
parenta534aff1ae7ecc92a31f2eb3e4cea99e3c21bcc0 (diff)
downloadports-a5fbcc50cc888d7eb805e40e79f736c9fae4f211.tar.gz
ports-a5fbcc50cc888d7eb805e40e79f736c9fae4f211.zip
textproc/lowdown: Unbreak by adding missing files to plist
While here, change MASTER_SITES and WWW to https. Reported by: poudriere build log Approved by: portmgr (unbreak)
Notes
Notes: svn path=/head/; revision=487861
Diffstat (limited to 'textproc/lowdown')
-rw-r--r--textproc/lowdown/Makefile2
-rw-r--r--textproc/lowdown/pkg-descr2
-rw-r--r--textproc/lowdown/pkg-plist2
3 files changed, 4 insertions, 2 deletions
diff --git a/textproc/lowdown/Makefile b/textproc/lowdown/Makefile
index cd99248400c1..b5ee2b520b3b 100644
--- a/textproc/lowdown/Makefile
+++ b/textproc/lowdown/Makefile
@@ -3,7 +3,7 @@
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
diff --git a/textproc/lowdown/pkg-descr b/textproc/lowdown/pkg-descr
index c15f0a2ba62a..f6a0f677416b 100644
--- a/textproc/lowdown/pkg-descr
+++ b/textproc/lowdown/pkg-descr
@@ -4,4 +4,4 @@ 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/
diff --git a/textproc/lowdown/pkg-plist b/textproc/lowdown/pkg-plist
index 4dc8d86d29f1..1d237729741b 100644
--- a/textproc/lowdown/pkg-plist
+++ b/textproc/lowdown/pkg-plist
@@ -5,11 +5,13 @@ 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