svn commit: r447031 - in head/textproc/libcsv: . files

Tobias C. Berner tcberner at FreeBSD.org
Tue Aug 1 16:48:10 UTC 2017


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 at 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);


More information about the svn-ports-all mailing list