Created attachment 172048 [details] databases/dbixx shar file DbiXX SQL connectivity library is a C++ wrapper for LibDBI C library. It provides an object oriented, C++ friendly, exception safe interface to execute SQL queries in a safe manner. It is licensed under LGPL v2.1. WWW: http://cppcms.com/wikipp/en/page/ref_dbixx
Would you please remove pkg-plist and use PLIST_FILES in Makefile instead? You may also want to run portlint and re-order variables in Makefile.
(In reply to Babak Farrokhi from comment #1) Sure, I'll do it next week and provide a new shar file since I don't have access to my development machine at the moment.
Created attachment 195178 [details] databases/dbixx shar file OK, here is the new shar file that uses PLIST_FILES instead of pkg-plist as requested. And, no more complaints from portlint. Please let me know if there are any more issues. Thank you!
A commit references this bug: Author: farrokhi Date: Tue Jul 17 08:19:50 UTC 2018 New revision: 474784 URL: https://svnweb.freebsd.org/changeset/ports/474784 Log: new port: databases/dbixx: Tiny C++ wrapper around libdbi for database and SQL connectivity PR: 210766 Submitted by: Mohammad S. Babaei <info@babaei.net> Changes: head/databases/Makefile head/databases/dbixx/ head/databases/dbixx/Makefile head/databases/dbixx/distinfo head/databases/dbixx/pkg-descr
Committed. Thanks!