[Midnightbsd-cvs] [MidnightBSD/mports] f7c286: devel/jenkins: update to 2.580 (#816)

Lucas Holt noreply at github.com
Thu Sep 3 18:31:49 EDT 2026


  Branch: refs/heads/master
  Home:   https://github.com/MidnightBSD/mports
  Commit: f7c2860ab9af7ca47ebd72c366567a64d46d1a74
      https://github.com/MidnightBSD/mports/commit/f7c2860ab9af7ca47ebd72c366567a64d46d1a74
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2026-09-03 (Thu, 03 Sep 2026)

  Changed paths:
    M devel/jenkins/Makefile
    M devel/jenkins/distinfo

  Log Message:
  -----------
  devel/jenkins: update to 2.580 (#816)

## Summary

Updates the Jenkins weekly line from 2.570 to 2.580.

## Upstream packaging change

Jenkins stopped bundling detached plugins in the war. 2.570 shipped 48
`.hpi` files under `WEB-INF/detached-plugins/`; 2.580 ships none — the
directory is gone entirely. That accounts for the distfile shrinking
from 101MB to 53MB, which is a real upstream change rather than a
truncated download (verified against upstream's published
`jenkins.war.sha256`).

Practical effect: existing installs keep the plugins already present in
`JENKINS_HOME` and are unaffected. A **fresh** install now pulls those
plugins from the Jenkins update center on first run, so a new setup
needs network access to reach a usable state.

`JAVA_VERSION=21+` is unchanged and still correct.

## Validation

- `bmake makesum` — SHA256 `2b4f2ce6…` matches upstream's published
`jenkins.war.sha256` byte-for-byte
- `bmake package` — `jenkins-2.580.mport` built, fake-qa passed,
pkg-plist unchanged and still correct
- staged war smoke-tested: `java -jar .../jenkins.war --version` under
`openjdk21` reports `2.580`
- war manifest confirms `Jenkins-Version: 2.580`
- `portlint -AC`: 0 fatal errors (5 pre-existing warnings)

AI-Assisted-by: Claude Opus 5 <noreply at anthropic.com>

## Summary by Sourcery

Enhancements:
- Update the Jenkins weekly package to version 2.580 and its upstream
distribution metadata.

Signed-off-by: Lucas Holt <luke at foolishgames.com>



To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications



More information about the Midnightbsd-cvs mailing list