I receive an error message trying to execute the included shell script. Looking into it the script /usr/local/bin/liquibase appears to be very broken. There are also java dependencies that are missing from the package. [brian@brian-freebsd /usr/local/share/liquibase]$ liquibase /usr/local/bin/liquibase: 7: Syntax error: "done" unexpected
The launch script got utterly broken in ports r475607, but this version is known to have a few JARs missing so it won't start even if the launch script is fixed. It also should be updated to version 3.8.1, let me see if I can help.
A commit references this bug: Author: danfe Date: Fri Nov 15 06:39:46 UTC 2019 New revision: 517632 URL: https://svnweb.freebsd.org/changeset/ports/517632 Log: - Update to version 3.8.1 and install all requires JAR files - Fix the launch script which was badly damaged in r475607 - Untangle the installation routine (pessimized in r388739) Pointy hat to: joneum PR: 241950 Changes: head/databases/liquibase/Makefile head/databases/liquibase/distinfo head/databases/liquibase/files/patch-liquibase head/databases/liquibase/pkg-plist
Port should be fixed as of ports r517632, thanks for reporting! Please reopen this PR in case of any problems.