Created attachment 168243 [details] Shar archive of the new mysqldump-secure port Please find attached a new port for the mysqldump-secure database backup utility. Mysqldump-secure is a POSIX compliant open-source backup tool for MySQL databases with strong security in mind. It will backup every available database (which is readable by the specified user) as a separate file with the possibility to opt out via blacklisting. Website: http://mysqldump-secure.org/
Can you make sure "portlint -A" passes please? There are many issues. Also, since this is from github, can you switch to USE_GITHUB please?
Also, USE_MYSQL is deprecated.
Created attachment 178399 [details] fix various issues
Can you review if this is OK? o pet "portlint -A": fix various quality issues o switch from deprecated USE_MYSQL to USES=mysql o compress man page (required) o install man page to the correct location where "man" can find it o switch to USE_GITHUB and fetch from github correctly o install config files with @sample so that upgrades work correctly
One more try: now passes poudriere testport.
Created attachment 178400 [details] fix various issues
Created attachment 178401 [details] fix various issues one more thing: update to latest version (0.16.3)
A commit references this bug: Author: lifanov Date: Sun Jan 1 18:42:05 UTC 2017 New revision: 430268 URL: https://svnweb.freebsd.org/changeset/ports/430268 Log: new port: databases/mysqldump-secure Mysqldump-secure is a POSIX compliant open-source backup tool for MySQL databases with strong security in mind. It will backup every available database (which is readable by the specified user) as a separate file with the possibility to opt out via blacklisting. PR: 208032 Submitted by: jsmith@resonatingmedia.com Reviewed by: matthew Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D9001 Changes: head/databases/Makefile head/databases/mysqldump-secure/ head/databases/mysqldump-secure/Makefile head/databases/mysqldump-secure/distinfo head/databases/mysqldump-secure/pkg-descr head/databases/mysqldump-secure/pkg-plist
Committed with changes, thanks!