Bug 283482 - irc/unreal: Update to 6.1.9.1
Summary: irc/unreal: Update to 6.1.9.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Daniel Engberg
URL: https://github.com/unrealircd/unreali...
Keywords:
Depends on:
Blocks:
 
Reported: 2024-12-22 01:37 UTC by Daniel Engberg
Modified: 2024-12-23 21:10 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (tanawts)


Attachments
Patch for unreal (1.21 KB, patch)
2024-12-22 01:37 UTC, Daniel Engberg
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Engberg freebsd_committer freebsd_triage 2024-12-22 01:37:53 UTC
Created attachment 256033 [details]
Patch for unreal

* Replace PORTVERSION with DISTVERSION for consistency
* Drop USES= localbase , works fine without

Compile tested on FreeBSD 14.1-RELEASE (amd64) (make, make check-plist)

Poudriere testport OK 13.3-RELEASE (amd64)
Poudriere testport OK 14.1-RELEASE (amd64)
Comment 1 tanawts 2024-12-22 21:55:00 UTC
Thanks Daniel.

The patch compiles, installs, and tests clean.

Appreciate the support!
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-12-23 21:09:07 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4d72412a28a6dc2e12959368263e792d2cff4605

commit 4d72412a28a6dc2e12959368263e792d2cff4605
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-12-23 21:05:47 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-12-23 21:08:39 +0000

    irc/unreal: Update to 6.1.9.1

    * Replace PORTVERSION with DISTVERSION for consistency
    * Drop USES= localbase

    Changelog:
    https://github.com/unrealircd/unrealircd/blob/fb9aa72f782110096c7fd072c886db8ee2881022/doc/RELEASE-NOTES.md

    PR:             283482
    Reviewed by:    tanawts@gmail.com (maintainer)

 irc/unreal/Makefile | 6 +++---
 irc/unreal/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)
Comment 3 Daniel Engberg freebsd_committer freebsd_triage 2024-12-23 21:10:13 UTC
Committed, thanks!