Bug 241950 - databases/liquibase: problems with version 3.6.2
Summary: databases/liquibase: problems with version 3.6.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Alexey Dokuchaev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-11-13 17:08 UTC by openjdk
Modified: 2019-11-15 06:44 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description openjdk 2019-11-13 17:08:37 UTC
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
Comment 1 Alexey Dokuchaev freebsd_committer freebsd_triage 2019-11-15 06:01:00 UTC
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.
Comment 2 commit-hook freebsd_committer freebsd_triage 2019-11-15 06:40:13 UTC
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
Comment 3 Alexey Dokuchaev freebsd_committer freebsd_triage 2019-11-15 06:44:14 UTC
Port should be fixed as of ports r517632, thanks for reporting!  Please reopen this PR in case of any problems.