Skip to content

new PortGroup: maven-1.0#32311

Merged
herbygillot merged 1 commit intomacports:masterfrom
trustbyte:maven_1.0
May 1, 2026
Merged

new PortGroup: maven-1.0#32311
herbygillot merged 1 commit intomacports:masterfrom
trustbyte:maven_1.0

Conversation

@trustbyte
Copy link
Copy Markdown
Contributor

Description

Type(s)
  • bugfix
  • enhancement
  • security fix
Tested on

macOS 26.4.1 25E253 arm64
Xcode 26.3 17C529

Verification

Have you

  • followed our Commit Message Guidelines?
  • squashed and minimized your commits?
  • checked that there aren't other open pull requests for the same change?
  • referenced existing tickets on Trac with full URL in commit message?
  • checked your Portfile with port lint?
  • tried existing tests with sudo port test?
  • tried a full install with sudo port -vst install?
  • tested basic functionality of all binary files?
  • checked that the Portfile's most important variants haven't been broken?

@trustbyte
Copy link
Copy Markdown
Contributor Author

tested with byte-buddy like below and it works fine:

# -*- 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

PortSystem          1.0
PortGroup           maven 1.0
PortGroup           github 1.0

github.setup        raphw byte-buddy 1.18.8 byte-buddy-
github.tarball_from archive
revision            0
checksums           rmd160  f9617a1f051d07616680a5bb1cac23e81792c5a2 \
                    sha256  ed41bcd1e2390d0d1dda298f9e682b9ac30c20662f2c727087fe5f68dee55ee6 \
                    size    3409483

categories          java
license             Apache-2
maintainers         nomaintainer

description         Byte Buddy is a code generation and manipulation library.
long_description    ${description}

homepage            https://bytebuddy.net/

use_zip             yes

maven.gradle_home   ${name}
destroot {
    xinstall -m 0755 -d ${destroot}${prefix}/share/java
    xinstall -m 0644 ${worksrcpath}/${name}/target/${name}-${version}-jdk5.jar \
        ${destroot}${prefix}/share/java/${name}.jar
}

@trustbyte trustbyte marked this pull request as ready for review April 25, 2026 18:21
@herbygillot herbygillot merged commit 4940156 into macports:master May 1, 2026
3 checks passed
@trustbyte trustbyte deleted the maven_1.0 branch May 1, 2026 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

3 participants