summaryrefslogtreecommitdiff
path: root/textproc/libcsv
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2017-08-01 16:48:08 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2017-08-01 16:48:08 +0000
commit19024c2a04f924edbdc7d7b036fcbea47d65a921 (patch)
treee2ada159aa18dac2e511534595a588adb953d65b /textproc/libcsv
parent- net-p2p/bitcoin: fix path error in startup script files/bitcoin.in also (diff)
textproc/libcsv fix manpage
The headers are not installed with a prefix, so correct the manpage. PR: 220053 Submitted by: Bob Eager <bob@eager.cx>
Notes
Notes: svn path=/head/; revision=447031
Diffstat (limited to 'textproc/libcsv')
-rw-r--r--textproc/libcsv/Makefile2
-rw-r--r--textproc/libcsv/files/patch-csv.311
2 files changed, 10 insertions, 3 deletions
diff --git a/textproc/libcsv/Makefile b/textproc/libcsv/Makefile
index 65ac36c9e108..01f2b746ca56 100644
--- a/textproc/libcsv/Makefile
+++ b/textproc/libcsv/Makefile
@@ -3,7 +3,7 @@
PORTNAME= libcsv
PORTVERSION= 3.0.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= textproc
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
diff --git a/textproc/libcsv/files/patch-csv.3 b/textproc/libcsv/files/patch-csv.3
index 71f6ae0f8ddb..5e21b701e55f 100644
--- a/textproc/libcsv/files/patch-csv.3
+++ b/textproc/libcsv/files/patch-csv.3
@@ -1,11 +1,18 @@
--- csv.3.orig 2013-01-10 00:04:17 UTC
+++ csv.3
-@@ -1,4 +1,4 @@
+@@ -1,10 +1,10 @@
-.TH CSV 3 "9 January 2013"
-+.TH CSV 3 "2 January 2016"
++.TH CSV 3 "21 July 2017"
.SH NAME
csv \- CSV parser and writer library
.SH SYNOPSIS
+ .nf
+ .ft B
+-#include <libcsv/csv.h>
++#include <csv.h>
+ .LP
+ .fi
+ .ft B
@@ -36,6 +36,9 @@ void csv_free(struct csv_parser *\fIp\fB
unsigned char csv_get_delim(struct csv_parser *\fIp\fB);