Bug 296533 - www/mediawiki146: fix PKGNAMESUFFIX
Summary: www/mediawiki146: fix PKGNAMESUFFIX
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Vladimir Druzenko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-07-05 12:36 UTC by Martin Birgmeier
Modified: 2026-07-05 21:35 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Birgmeier 2026-07-05 12:36:46 UTC
This should be 146, not 145.

Patch:

diff --git a/www/mediawiki146/Makefile b/www/mediawiki146/Makefile
index fc1240950431..707e63e756de 100644
--- a/www/mediawiki146/Makefile
+++ b/www/mediawiki146/Makefile
@@ -3,7 +3,7 @@ PORTVERSION=    1.46.0
 CATEGORIES=    www
 MASTER_SITES=  https://releases.wikimedia.org/mediawiki/${PORTVERSION:R}/ \
                LOCAL/wen
-PKGNAMESUFFIX= 145${PHP_PKGNAMESUFFIX}
+PKGNAMESUFFIX= 146${PHP_PKGNAMESUFFIX}
 
 MAINTAINER=    wen@FreeBSD.org
 COMMENT=       Wiki engine used by Wikipedia

-- Martin
Comment 1 commit-hook freebsd_committer freebsd_triage 2026-07-05 21:15:45 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=203c1bbf8a94cbf5ac25adf5580c13bb8076af77

commit 203c1bbf8a94cbf5ac25adf5580c13bb8076af77
Author:     Martin Birgmeier <d8zNeCFG@aon.at>
AuthorDate: 2026-07-05 21:12:59 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2026-07-05 21:15:22 +0000

    www/mediawiki146: Fix PKGNAMESUFFIX: should be 146, not 145

    PR:             296533
    Approved by:    blanket (fix port)
    Sponsored by:   UNIS Labs

 www/mediawiki146/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 2 Vladimir Druzenko freebsd_committer freebsd_triage 2026-07-05 21:35:23 UTC
Thanks.