diff options
author | Stefan Eßer <se@FreeBSD.org> | 2022-09-07 23:30:14 +0200 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2022-09-07 23:58:51 +0200 |
commit | fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 (patch) | |
tree | 4bfc4b617ac23047eb736c72fb80d2b4f9069605 /textproc/libcsv | |
parent | net/beanstalkd: update to 1.12 (diff) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
Diffstat (limited to 'textproc/libcsv')
-rw-r--r-- | textproc/libcsv/pkg-descr | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/textproc/libcsv/pkg-descr b/textproc/libcsv/pkg-descr index 97e648b85894..f4eb4fab830b 100644 --- a/textproc/libcsv/pkg-descr +++ b/textproc/libcsv/pkg-descr @@ -2,5 +2,3 @@ libcsv is a small, simple and fast CSV library written in pure ANSI C89 that can read and write CSV data. It provides a straight-forward interface using callback functions to handle parsed fields and rows and can parse improperly formatted CSV files. - -WWW: https://sourceforge.net/projects/libcsv/ |