Commits
Enrico M. Crisostomo authored and Enrico Maria Crisostomo committed ed497cbd47c
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup select 1.0 |
5 5 | |
6 6 | name flyway |
7 - | version 5.2.3 |
7 + | version 5.2.4 |
8 8 | |
9 9 | categories java devel |
10 10 | license Apache-2 |
11 11 | maintainers {emcrisostomo @emcrisostomo} openmaintainer |
12 12 | platforms darwin |
13 13 | supported_archs noarch |
14 14 | |
15 15 | description Database Migrations Made Easy. |
16 16 | long_description Flyway is an open-source database migration tool. \ |
17 17 | It strongly favors simplicity and convention over \ |
18 18 | configuration. |
19 19 | |
20 20 | homepage https://flywaydb.org/ |
21 21 | |
22 22 | master_sites https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/${version}/ |
23 23 | distname ${name}-commandline-${version} |
24 24 | worksrcdir ${name}-${version} |
25 25 | |
26 - | checksums rmd160 56fa6ff5747d86469430f8ab91e755286f1b75f5 \ |
27 - | sha256 be553d0a38060712eb43c0f5e999f9af8501c5e6070053fb680391078870b467 \ |
28 - | size 21833475 |
26 + | checksums rmd160 f183243cb374a850f1c9887c1972994f1b734740 \ |
27 + | sha256 ac42a414e316d7592c7035cd7fa14050ed02c77972196367ab8f11b9a9352a9a \ |
28 + | size 21838203 |
29 29 | |
30 30 | depends_run bin:java:kaffe |
31 31 | |
32 32 | use_configure no |
33 33 | |
34 34 | # The default build is a binary install of the jars. |
35 35 | build {} |
36 36 | |
37 37 | destroot { |
38 38 | set flywaydir ${destroot}${prefix}/share/java/${name} |