Index: head/textproc/lowdown/Makefile =================================================================== --- head/textproc/lowdown/Makefile (revision 450845) +++ head/textproc/lowdown/Makefile (revision 450846) @@ -1,18 +1,18 @@ # $FreeBSD$ PORTNAME= lowdown -PORTVERSION= 0.2.4 +PORTVERSION= 0.2.5 CATEGORIES= textproc MASTER_SITES= http://kristaps.bsd.lv/lowdown/snapshots/ MAINTAINER= bapt@FreeBSD.org COMMENT= Simple Markdown translator LICENSE= ISCL HAS_CONFIGURE= yes post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include Index: head/textproc/lowdown/distinfo =================================================================== --- head/textproc/lowdown/distinfo (revision 450845) +++ head/textproc/lowdown/distinfo (revision 450846) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505304326 -SHA256 (lowdown-0.2.4.tar.gz) = 4cc6ea072244fbad7b44faa3e028f336f3f6e9422fa9acc263d2c2c250e43a88 -SIZE (lowdown-0.2.4.tar.gz) = 64693 +TIMESTAMP = 1506596641 +SHA256 (lowdown-0.2.5.tar.gz) = 173febbb750e8944972c3e7b67d86c9b4d5b69d63362f30835db279aa72a4518 +SIZE (lowdown-0.2.5.tar.gz) = 67223 Index: head/textproc/lowdown/files/patch-main.c =================================================================== --- head/textproc/lowdown/files/patch-main.c (nonexistent) +++ head/textproc/lowdown/files/patch-main.c (revision 450846) @@ -0,0 +1,11 @@ +--- main.c.orig 2017-09-27 19:42:51 UTC ++++ main.c +@@ -20,7 +20,7 @@ + #include + #if HAVE_CAPSICUM + # include +-# include ++# include + #endif + + #if HAVE_ERR Property changes on: head/textproc/lowdown/files/patch-main.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/textproc/lowdown/files/patch-test-capsicum.c =================================================================== --- head/textproc/lowdown/files/patch-test-capsicum.c (nonexistent) +++ head/textproc/lowdown/files/patch-test-capsicum.c (revision 450846) @@ -0,0 +1,8 @@ +--- test-capsicum.c.orig 2017-09-27 19:42:51 UTC ++++ test-capsicum.c +@@ -1,4 +1,4 @@ +-#include ++#include + + int + main(void) Property changes on: head/textproc/lowdown/files/patch-test-capsicum.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/textproc/lowdown/pkg-plist =================================================================== --- head/textproc/lowdown/pkg-plist (nonexistent) +++ head/textproc/lowdown/pkg-plist (revision 450846) @@ -0,0 +1,20 @@ +bin/lowdown +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_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_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 Property changes on: head/textproc/lowdown/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property