Skip to content

Commit d31afb7

Browse files
trustbytereneeotten
authored andcommitted
proguard: update to 7.9.1
1 parent 6946cde commit d31afb7

1 file changed

Lines changed: 13 additions & 9 deletions

File tree

java/proguard/Portfile

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22

33
PortSystem 1.0
44
PortGroup github 1.0
5+
PortGroup java 1.0
56

6-
github.setup Guardsquare proguard 7.4.1 v
7+
github.setup Guardsquare proguard 7.9.1 v
8+
github.tarball_from archive
79
revision 0
810

911
categories java
10-
platforms darwin
1112
license GPL-2
1213
maintainers nomaintainer
1314

@@ -23,18 +24,22 @@ long_description \
2324

2425
homepage https://www.guardsquare.com/en/products/proguard
2526

26-
github.tarball_from \
27-
releases
27+
checksums rmd160 15cef4c049dba6624308b58755932ce904bf1113 \
28+
sha256 cc4f25a3eb5a90ea6f2ae1ef0dbe7f95bc94ee91470a6ef6748edf1d4bd8c079 \
29+
size 1243855
2830

29-
checksums rmd160 adf7c7295a04bddf8e79f066381165d8755f7055 \
30-
sha256 d3a83be58eb2a4a9baf8c462d8c2774a9b473a4afc66c3aa0da83811ef5db889 \
31-
size 32076938
31+
java.version 21
32+
java.fallback openjdk11
3233

3334
depends_lib bin:java:kaffe
3435

36+
depends_build port:gradle8
37+
3538
use_configure no
3639

37-
build {}
40+
build.env-append GRADLE_USER_HOME=${worksrcpath}/.gradle
41+
build.cmd ${prefix}/bin/gradle
42+
build.target assemble
3843

3944
destroot {
4045
set javadir ${destroot}${prefix}/share/java
@@ -54,4 +59,3 @@ destroot {
5459
}
5560
}
5661

57-
livecheck.regex ${name}(\\d+(?:\\.\\d+))${extract.suffix}

0 commit comments

Comments
 (0)