notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
liquibase Database Change Management
4.3.5 databases on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 4.3.5Version of this port present on the latest quarterly branch.
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2013-02-12 10:30:37
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
Also Listed In: java
License: APACHE20
WWW:
https://www.liquibase.org/
Description:
Liquibase is an open source (Apache 2.0 Licensed), database-independent library for tracking, managing and applying database changes. It is built on a simple premise: All database changes are stored in a human readable yet trackable form and checked into source control.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (14 items)
Collapse this list.
  1. /usr/local/share/licenses/liquibase-4.3.5/catalog.mk
  2. /usr/local/share/licenses/liquibase-4.3.5/LICENSE
  3. /usr/local/share/licenses/liquibase-4.3.5/APACHE20
  4. bin/liquibase
  5. share/liquibase/commons-cli-1.4.jar
  6. share/liquibase/h2-1.4.200.jar
  7. share/liquibase/jaxb-api-2.3.0.jar
  8. share/liquibase/jaxb-core-2.3.0.jar
  9. share/liquibase/jaxb-impl-2.3.0.jar
  10. share/liquibase/liquibase.jar
  11. share/liquibase/snakeyaml-1.27.jar
  12. @owner
  13. @group
  14. @mode
Collapse this list.
Dependency lines:
  • liquibase>0:databases/liquibase
To install the port:
cd /usr/ports/databases/liquibase/ && make install clean
To add the package, run one of these commands:
  • pkg install databases/liquibase
  • pkg install liquibase
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: liquibase
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1621844103 SHA256 (liquibase-4.3.5.tar.gz) = 5ce62afa9efa5c5b7b8f8a31302959a31e70b1a5ee579a2f701ea464984c0655 SIZE (liquibase-4.3.5.tar.gz) = 6873433

Packages (timestamps in pop-ups are UTC):
liquibase
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest4.3.54.3.5-4.3.54.3.5---
FreeBSD:13:quarterly4.3.54.3.54.3.54.3.54.3.5-4.3.54.3.5
FreeBSD:14:latest4.3.54.3.54.3.5-4.3.5--4.3.5
FreeBSD:14:quarterly4.3.54.3.5--4.3.5-4.3.54.3.5
FreeBSD:15:latest4.3.54.3.5n/a-n/a-4.3.54.3.5
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Runtime dependencies:
  1. java : java/openjdk8
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
databases_liquibase
USES:
cpe
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://github.com/liquibase/liquibase/releases/download/v4.3.5/
Collapse this list.

Number of commits found: 18

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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)
4.3.5
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
4.3.5
20 Jul 2022 14:21:07
commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
databases: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Choe, Cheng-Dae" whitekid
  *  "Mahdi Mokhtari <mokhi64@gmail.com>"
  *  "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
  *  <hvo.pm@xs4all.nl>
  *  <jsmith@resonatingmedia.com>
  *  <ports@c0decafe.net>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alan Snelson <Alan@Wave2.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
4.3.5
18 Mar 2022 13:23:47
commit hash: f44830e1a8f0d659a72b02f1ec529e29edb227f6commit hash: f44830e1a8f0d659a72b02f1ec529e29edb227f6commit hash: f44830e1a8f0d659a72b02f1ec529e29edb227f6commit hash: f44830e1a8f0d659a72b02f1ec529e29edb227f6 files touched by this commit
Bernhard Froehlich (decke) search for other commits by this committer
databases/liquibase: Add CPE information

Approved by:	portmgr (blanket)
4.3.5
09 Jun 2021 09:56:54
commit hash: d76d0ac67beb55f8b9dfcfda29d8e1d64fb33669commit hash: d76d0ac67beb55f8b9dfcfda29d8e1d64fb33669commit hash: d76d0ac67beb55f8b9dfcfda29d8e1d64fb33669commit hash: d76d0ac67beb55f8b9dfcfda29d8e1d64fb33669 files touched by this commit
Fernando Apesteguía (fernape) search for other commits by this committer
databases/liquibase: Update to 4.3.5

Accumulated changeLog:
https://github.com/liquibase/liquibase/blob/master/changelog.txt#L4

PR:	256425
Reported by:	meka@tilda.center
3.8.1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
3.8.1
15 Nov 2019 06:39:46
Revision:517632Original commit files touched by this commit
danfe search for other commits by this committer
- 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
3.6.2
28 Jul 2018 20:03:52
Revision:475607Original commit files touched by this commit
joneum search for other commits by this committer
databases/liquibase: Update to version 3.6.2

Changelog: https://github.com/liquibase/liquibase/blob/master/changelog.txt

PR:		229895
Submitted by:	Nathan <ndowens.fbsd@yandex.com> (maintainer)
3.4.1
02 Dec 2016 09:21:59
Revision:427548Original commit files touched by this commit
mat search for other commits by this committer
http://github.com redirects to https://github.com, spare everyone a redirect.

Sponsored by:	Absolight
3.4.1
09 Oct 2015 18:43:34
Revision:398950Original commit files touched by this commit
marino search for other commits by this committer
databases/liquibase: Upgrade version 3.3.2 => 3.4.1

PR was for version 3.3.5 but several releases have come since then
and the MASTER_SITES changed.  The latest version required an update
to the patch.

PR:		201839
Submitted by:	ports fury
3.3.2
07 Jun 2015 19:55:19
Revision:388739Original commit files touched by this commit
madpilot search for other commits by this committer
- Update to 3.3.2
- Move plist to Makefile variables

PR:		200297
Submitted by:	tkato432 at yahoo.com
2.0.5
20 Oct 2014 10:41:13
Revision:371255Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
2.0.5
30 Jun 2014 05:51:03
Revision:359802Original commit files touched by this commit
eadler search for other commits by this committer
multiple: reset gslin's maintainer
	By request of Gea-Suan Lin <gslin@gslin.org> - reset ports to ports@FreeBSD.

	Gea-Suan Lin's work is much appreciated.

Approved by:	portmgr (implicit) (not really, skipping NO_STAGE check)
2.0.5
16 May 2014 02:34:27
Revision:354187Original commit files touched by this commit
vanilla search for other commits by this committer
Support STAGEDIR.

Approved by:	portmgr@
2.0.5
21 Jan 2014 23:18:05
Revision:340671Original commit files touched by this commit
bapt search for other commits by this committer
Fix properties on pkg-plist
2.0.5
30 Dec 2013 20:55:19
Revision:338168Original commit files touched by this commit
ohauer search for other commits by this committer
- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20

- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4

PR:		ports/184785
Submitted by:	ohauer
Reviewed by:	tabthorpe
Approved by:	portmgr (tabthorpe@)
2.0.5
20 Sep 2013 16:13:49
Revision:327717Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
2.0.5
12 Feb 2013 10:30:27
Revision:312093Original commit files touched by this commit
miwi search for other commits by this committer
Liquibase is an open source (Apache 2.0 Licensed), database-independent
library for tracking, managing and applying database changes. It is built on
a simple premise: All database changes are stored in a human readable yet
trackable form and checked into source control.

WWW: http://www.liquibase.org/

PR:		ports/176032
Submitted by:	Gea-Suan Lin <gslin@gslin.org>

Number of commits found: 18