git: 99434265ed00 - 2024Q3 - textproc/mgdiff: Fix MASTERSITES
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 16 Jul 2024 12:54:45 UTC
The branch 2024Q3 has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=99434265ed0025ede0c80de884d5ffd5c8498857 commit 99434265ed0025ede0c80de884d5ffd5c8498857 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:54:26 +0000 textproc/mgdiff: Fix MASTERSITES PR: 280289 MFH: 2024Q3 (cherry picked from commit c959ac70e0d4d13041fcd40feae9169598a7ca2e) --- 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