Index: head/textproc/lowdown/Makefile =================================================================== --- head/textproc/lowdown/Makefile (revision 453231) +++ head/textproc/lowdown/Makefile (revision 453232) @@ -1,18 +1,18 @@ # $FreeBSD$ PORTNAME= lowdown -PORTVERSION= 0.2.7 +PORTVERSION= 0.3.1 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 453231) +++ head/textproc/lowdown/distinfo (revision 453232) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506931108 -SHA256 (lowdown-0.2.7.tar.gz) = c96c105c231484843a8d38e8b7deb248ef7736810953b9289f613fef9d777de1 -SIZE (lowdown-0.2.7.tar.gz) = 72312 +TIMESTAMP = 1509451683 +SHA256 (lowdown-0.3.1.tar.gz) = 9e3796c7f819a3d28a8e304eac60da62e98fa996cae4131da971d8deaea44766 +SIZE (lowdown-0.3.1.tar.gz) = 87414 Index: head/textproc/lowdown/files/patch-test-capsicum.c =================================================================== --- head/textproc/lowdown/files/patch-test-capsicum.c (revision 453231) +++ head/textproc/lowdown/files/patch-test-capsicum.c (nonexistent) @@ -1,8 +0,0 @@ ---- 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 ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/textproc/lowdown/files/patch-main.c =================================================================== --- head/textproc/lowdown/files/patch-main.c (revision 453231) +++ head/textproc/lowdown/files/patch-main.c (revision 453232) @@ -1,11 +1,11 @@ ---- main.c.orig 2017-09-27 19:42:51 UTC +--- main.c.orig 2017-10-26 09:00:30 UTC +++ main.c @@ -20,7 +20,7 @@ #include #if HAVE_CAPSICUM # include -# include +# include #endif #if HAVE_ERR Index: head/textproc/lowdown/files/patch-tests.c =================================================================== --- head/textproc/lowdown/files/patch-tests.c (nonexistent) +++ head/textproc/lowdown/files/patch-tests.c (revision 453232) @@ -0,0 +1,11 @@ +--- tests.c.orig 2017-10-26 09:00:30 UTC ++++ tests.c +@@ -17,7 +17,7 @@ main(void) + } + #endif /* TEST_ARC4RANDOM */ + #if TEST_CAPSICUM +-#include ++#include + + int + main(void) Property changes on: head/textproc/lowdown/files/patch-tests.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 (revision 453231) +++ head/textproc/lowdown/pkg-plist (revision 453232) @@ -1,21 +1,22 @@ 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_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 man/man5/lowdown.5.gz