git: 11a68470783d - main - Revert "textproc/mgdiff: Fix MASTERSITES"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 16 Jul 2024 13:57:38 UTC
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=11a68470783d72369e1062b3d0e5203e564052f4 commit 11a68470783d72369e1062b3d0e5203e564052f4 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2024-07-16 13:54:53 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2024-07-16 13:55:43 +0000 Revert "textproc/mgdiff: Fix MASTERSITES" Fails to fetch from new MASTERSITE. This reverts commit c959ac70e0d4d13041fcd40feae9169598a7ca2e. --- textproc/mgdiff/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/textproc/mgdiff/Makefile b/textproc/mgdiff/Makefile index 848f80b477e1..8dbf744a3bbc 100644 --- a/textproc/mgdiff/Makefile +++ b/textproc/mgdiff/Makefile @@ -1,8 +1,9 @@ PORTNAME= mgdiff -DISTVERSION= 1.0 +PORTVERSION= 1.0 PORTREVISION= 7 CATEGORIES= textproc -MASTER_SITES= https://codeberg.org/BSDforge/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ +MASTER_SITES= XCONTRIB/applications +DISTNAME= ${PORTNAME} MAINTAINER= portmaster@BSDforge.com COMMENT= Graphical front end to the UNIX diff command