Skip to content

Commit

Permalink
java/*: set github.tarball_from explicitly
Browse files Browse the repository at this point in the history
In preparation for changing the default.
  • Loading branch information
jmroot committed Jan 21, 2025
1 parent 7e32fed commit 85f0536
Show file tree
Hide file tree
Showing 12 changed files with 26 additions and 9 deletions.
3 changes: 2 additions & 1 deletion java/apktool/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ PortGroup java 1.0
PortGroup github 1.0

github.setup iBotPeaches Apktool 2.11.0 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name apktool

categories java devel
platforms darwin
supported_archs x86_64 arm64
license Apache-2
maintainers {i0ntempest @i0ntempest} openmaintainer
Expand Down
5 changes: 3 additions & 2 deletions java/appbundler/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,16 @@ PortGroup java 1.0
PortGroup github 1.0

github.setup TheInfiniteKind appbundler 7e74dfd242ca00c2a47f90ba26035b92a877a946
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name appbundler
version 20221218
categories java
platforms darwin
license GPL-2+
maintainers {nicos @NicosPavlov} openmaintainer

description Packages a Java application as a Mac app bundle.
long_description ${description} Oracle's Java Application Bundler is compatible \
long_description {*}${description} Oracle's Java Application Bundler is compatible \
with Java 7 or 8.

homepage https://github.com/TheInfiniteKind/appbundler/
Expand Down
4 changes: 2 additions & 2 deletions java/drip/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ PortGroup java 1.0
PortGroup github 1.0

github.setup ninjudd drip a4bd00df0199e78243847f06cc04ecaea31f8f08
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
version 0.2.4-17-ga4bd00d
categories java sysutils
license EPL-1
Expand All @@ -16,8 +18,6 @@ long_description \
startup times than the java command. The drip script is intended to be a \
drop-in replacement for the java command, only faster.

platforms darwin

checksums rmd160 e3a6cf4d74615b2d8a6c20034f5dd8ab63c09641 \
sha256 52c24100bcb85d0c5bf7ab679016cd467a762191daef4b63586279f6c1ce7162 \
size 17246
Expand Down
2 changes: 2 additions & 0 deletions java/gant/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ PortSystem 1.0
PortGroup github 1.0

github.setup Gant Gant 1.9.10
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name gant
categories java devel groovy
platforms any
Expand Down
2 changes: 2 additions & 0 deletions java/gng/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ PortSystem 1.0
PortGroup github 1.0

github.setup gdubw gng 1.0.5 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
revision 0

categories java devel
Expand Down
2 changes: 2 additions & 0 deletions java/google-java-format/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ PortSystem 1.0
PortGroup github 1.0

github.setup google google-java-format 1.25.0 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
revision 0

maintainers {@danchr danchr} openmaintainer
Expand Down
2 changes: 2 additions & 0 deletions java/hamcrest-core/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ PortGroup github 1.0


github.setup hamcrest JavaHamcrest 1.3 hamcrest-java-
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name hamcrest-core
categories java devel
license BSD
Expand Down
2 changes: 2 additions & 0 deletions java/java_memcached/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ PortSystem 1.0
PortGroup github 1.0

github.setup gwhalin Memcached-Java-Client 2.0.1 release_
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name java_memcached
categories java
platforms any
Expand Down
3 changes: 2 additions & 1 deletion java/jd-gui/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ PortGroup java 1.0
PortGroup github 1.0

github.setup java-decompiler jd-gui 1.6.6 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball

categories java devel
platforms darwin
supported_archs x86_64
license GPL-3
maintainers nomaintainer
Expand Down
4 changes: 3 additions & 1 deletion java/maven-completion/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ PortGroup github 1.0

name maven-completion
github.setup juven maven-bash-completion 216cd667b6119fe200c98b1ac2d030ac002be197
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
version 20200421
revision 0

Expand All @@ -16,7 +18,7 @@ license Apache-2
maintainers {mascguy @mascguy} openmaintainer

description Bash completions for Maven
long_description ${description}
long_description {*}${description}

checksums rmd160 60cd47833b3739b49480f62e97335cbf9f796762 \
sha256 82260455bc7df6f68e119e270a889c9db3e0a45a02f0da6dd0be6a6f9c41c505 \
Expand Down
3 changes: 2 additions & 1 deletion java/openjdk17-jetbrains/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ PortSystem 1.0
PortGroup github 1.0

github.setup JetBrains JetBrainsRuntime 17.0.12-b1087.25 jbr-release-
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name openjdk17-jetbrains
categories java devel
maintainers {danchr @danchr} openmaintainer
platforms {darwin}
# This port uses prebuilt binaries; 'NoMirror' makes sure MacPorts doesn't mirror/distribute these third-party binaries
license GPL-2 NoMirror
# This port uses prebuilt binaries for a particular architecture; they are not universal binaries
Expand Down
3 changes: 2 additions & 1 deletion java/openjdk21-jetbrains/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ PortSystem 1.0
PortGroup github 1.0

github.setup JetBrains JetBrainsRuntime 21.0.4-b589.6 jbr-release-
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name openjdk21-jetbrains
categories java devel
maintainers {danchr @danchr} openmaintainer
platforms {darwin}
# This port uses prebuilt binaries; 'NoMirror' makes sure MacPorts doesn't mirror/distribute these third-party binaries
license GPL-2 NoMirror
# This port uses prebuilt binaries for a particular architecture; they are not universal binaries
Expand Down

0 comments on commit 85f0536

Please sign in to comment.