aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
Diffstat (limited to 'textproc')
-rw-r--r--textproc/lowdown/Makefile2
-rw-r--r--textproc/lowdown/distinfo6
-rw-r--r--textproc/lowdown/files/patch-main.c11
-rw-r--r--textproc/lowdown/files/patch-test-capsicum.c8
-rw-r--r--textproc/lowdown/pkg-plist20
5 files changed, 43 insertions, 4 deletions
diff --git a/textproc/lowdown/Makefile b/textproc/lowdown/Makefile
index 8d1e14a4ae22..cc641f22c471 100644
--- a/textproc/lowdown/Makefile
+++ b/textproc/lowdown/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= lowdown
-PORTVERSION= 0.2.4
+PORTVERSION= 0.2.5
CATEGORIES= textproc
MASTER_SITES= http://kristaps.bsd.lv/lowdown/snapshots/
diff --git a/textproc/lowdown/distinfo b/textproc/lowdown/distinfo
index cad6e59f08ee..57883dfaad98 100644
--- a/textproc/lowdown/distinfo
+++ b/textproc/lowdown/distinfo
@@ -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
diff --git a/textproc/lowdown/files/patch-main.c b/textproc/lowdown/files/patch-main.c
new file mode 100644
index 000000000000..474d0db54241
--- /dev/null
+++ b/textproc/lowdown/files/patch-main.c
@@ -0,0 +1,11 @@
+--- main.c.orig 2017-09-27 19:42:51 UTC
++++ main.c
+@@ -20,7 +20,7 @@
+ #include <sys/param.h>
+ #if HAVE_CAPSICUM
+ # include <sys/resource.h>
+-# include <sys/capability.h>
++# include <sys/capsicum.h>
+ #endif
+
+ #if HAVE_ERR
diff --git a/textproc/lowdown/files/patch-test-capsicum.c b/textproc/lowdown/files/patch-test-capsicum.c
new file mode 100644
index 000000000000..ab3887b878a4
--- /dev/null
+++ b/textproc/lowdown/files/patch-test-capsicum.c
@@ -0,0 +1,8 @@
+--- test-capsicum.c.orig 2017-09-27 19:42:51 UTC
++++ test-capsicum.c
+@@ -1,4 +1,4 @@
+-#include <sys/capability.h>
++#include <sys/capsicum.h>
+
+ int
+ main(void)
diff --git a/textproc/lowdown/pkg-plist b/textproc/lowdown/pkg-plist
new file mode 100644
index 000000000000..5e24d84d3260
--- /dev/null
+++ b/textproc/lowdown/pkg-plist
@@ -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