git: c959ac70e0d4 - main - textproc/mgdiff: Fix MASTERSITES

From: Cy Schubert <cy_at_FreeBSD.org>
Date: Tue, 16 Jul 2024 12:53:54 UTC
The branch main has been updated by cy:

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

commit c959ac70e0d4d13041fcd40feae9169598a7ca2e
Author:     Chris Hutchinson <portmaster@BSDforge.com>
AuthorDate: 2024-07-16 12:52:36 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2024-07-16 12:52:36 +0000

    textproc/mgdiff: Fix MASTERSITES
    
    PR:     280289
    MFH:    2024Q3
---
 textproc/mgdiff/Makefile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/textproc/mgdiff/Makefile b/textproc/mgdiff/Makefile
index 8dbf744a3bbc..848f80b477e1 100644
--- a/textproc/mgdiff/Makefile
+++ b/textproc/mgdiff/Makefile
@@ -1,9 +1,8 @@
 PORTNAME=	mgdiff
-PORTVERSION=	1.0
+DISTVERSION=	1.0
 PORTREVISION=	7
 CATEGORIES=	textproc
-MASTER_SITES=	XCONTRIB/applications
-DISTNAME=	${PORTNAME}
+MASTER_SITES=	https://codeberg.org/BSDforge/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/
 
 MAINTAINER=	portmaster@BSDforge.com
 COMMENT=	Graphical front end to the UNIX diff command