git: b9b43ff51e31 - main - devel/bugzilla44: fix MASTER_SITES and deprecate.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 14 Apr 2025 13:48:56 UTC
The branch main has been updated by linimon: URL: https://cgit.FreeBSD.org/ports/commit/?id=b9b43ff51e3126f039e9cbf8bebdc40f8a381240 commit b9b43ff51e3126f039e9cbf8bebdc40f8a381240 Author: Mark Linimon <linimon@FreeBSD.org> AuthorDate: 2025-04-14 13:47:58 +0000 Commit: Mark Linimon <linimon@FreeBSD.org> CommitDate: 2025-04-14 13:48:52 +0000 devel/bugzilla44: fix MASTER_SITES and deprecate. --- devel/bugzilla44/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/devel/bugzilla44/Makefile b/devel/bugzilla44/Makefile index 8c02b7f84036..e4a63ffc0a67 100644 --- a/devel/bugzilla44/Makefile +++ b/devel/bugzilla44/Makefile @@ -1,8 +1,8 @@ PORTNAME= bugzilla PORTVERSION= 4.4.13 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel -MASTER_SITES= MOZILLA/webtools MOZILLA/webtools/archived +MASTER_SITES= MOZILLA/webtools/bugzilla/4.4-branch MAINTAINER= bz-ports@FreeBSD.org COMMENT= Bug-tracking system developed by Mozilla Project @@ -11,6 +11,9 @@ WWW= https://www.bugzilla.org/ LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Upstream support ended 20250103 +EXPIRATION_DATE= 2025-06-14 + # see Bugzilla/Install/Requirements.pm # PR 194782: silence Module::Pluggable deprecated warnings # PR 196060,196100: explicitly depend on textproc/p5-Text-Tabv