svn commit: r487861 - head/textproc/lowdown

Yuri Victorovich yuri at FreeBSD.org
Thu Dec 20 08:40:50 UTC 2018


Author: yuri
Date: Thu Dec 20 08:40:48 2018
New Revision: 487861
URL: https://svnweb.freebsd.org/changeset/ports/487861

Log:
  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)

Modified:
  head/textproc/lowdown/Makefile
  head/textproc/lowdown/pkg-descr
  head/textproc/lowdown/pkg-plist

Modified: head/textproc/lowdown/Makefile
==============================================================================
--- head/textproc/lowdown/Makefile	Thu Dec 20 08:39:45 2018	(r487860)
+++ head/textproc/lowdown/Makefile	Thu Dec 20 08:40:48 2018	(r487861)
@@ -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 at FreeBSD.org
 COMMENT=	Simple Markdown translator

Modified: head/textproc/lowdown/pkg-descr
==============================================================================
--- head/textproc/lowdown/pkg-descr	Thu Dec 20 08:39:45 2018	(r487860)
+++ head/textproc/lowdown/pkg-descr	Thu Dec 20 08:40:48 2018	(r487861)
@@ -4,4 +4,4 @@ troff, or even mandoc(1). lowdown doesn't require XSLT
 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/

Modified: head/textproc/lowdown/pkg-plist
==============================================================================
--- head/textproc/lowdown/pkg-plist	Thu Dec 20 08:39:45 2018	(r487860)
+++ head/textproc/lowdown/pkg-plist	Thu Dec 20 08:40:48 2018	(r487861)
@@ -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


More information about the svn-ports-all mailing list