Date: Tue, 1 Aug 2017 16:48:08 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447031 - in head/textproc/libcsv: . files Message-ID: <201708011648.v71Gm8GC026456@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Tue Aug 1 16:48:08 2017 New Revision: 447031 URL: https://svnweb.freebsd.org/changeset/ports/447031 Log: 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> Modified: head/textproc/libcsv/Makefile head/textproc/libcsv/files/patch-csv.3 Modified: head/textproc/libcsv/Makefile ============================================================================== --- head/textproc/libcsv/Makefile Tue Aug 1 16:45:32 2017 (r447030) +++ head/textproc/libcsv/Makefile Tue Aug 1 16:48:08 2017 (r447031) @@ -3,7 +3,7 @@ PORTNAME= libcsv PORTVERSION= 3.0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} Modified: head/textproc/libcsv/files/patch-csv.3 ============================================================================== --- head/textproc/libcsv/files/patch-csv.3 Tue Aug 1 16:45:32 2017 (r447030) +++ head/textproc/libcsv/files/patch-csv.3 Tue Aug 1 16:48:08 2017 (r447031) @@ -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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708011648.v71Gm8GC026456>