[Midnightbsd-cvs] [MidnightBSD/mports] 123bb4: *: fix three libxml2 PORTREVISION bumps the script...

Lucas Holt noreply at github.com
Sun Sep 6 17:07:17 EDT 2026


  Branch: refs/heads/textproc/libxml2
  Home:   https://github.com/MidnightBSD/mports
  Commit: 123bb490cf8d60dde0d272b46b72db9237bcf5eb
      https://github.com/MidnightBSD/mports/commit/123bb490cf8d60dde0d272b46b72db9237bcf5eb
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2026-09-06 (Sun, 06 Sep 2026)

  Changed paths:
    M dns/bind9-devel/Makefile
    M dns/bind920/Makefile
    M sysutils/gconf-editor/Makefile

  Log Message:
  -----------
  *: fix three libxml2 PORTREVISION bumps the script got wrong

bump_revision.pl edits the first PORTREVISION line it finds, which is
wrong when a Makefile has more than one.

sysutils/gconf-editor already carried two unconditional PORTREVISION
lines, 3 on line 3 and 2 on line 5.  bmake takes the last assignment, so
the effective revision was 2 and the script's bump of the first line did
nothing.  Collapse them into a single line with the correct value, 3.

dns/bind920 and dns/bind9-devel set PORTREVISION in both arms of
.if defined(BIND_TOOLS_SLAVE).  The script bumped only the slave arm,
used by dns/bind-tools, and left the ports' own arm at 0.  LIB_DEPENDS
lists libxml2.so unconditionally, so both arms need the bump.

AI-Assisted-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
Co-Authored-By: Claude Opus 5 (1M context) <noreply at anthropic.com>
Claude-Session: https://claude.ai/code/session_01RfjmwisLNPFuZeaQCUJn4A
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