Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jul 2024 14:01:18 GMT
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 8b558ae6f09d - 2024Q3 - Revert "textproc/mgdiff: Fix MASTERSITES"
Message-ID:  <202407161401.46GE1IN5046802@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2024Q3 has been updated by cy:

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

commit 8b558ae6f09deca8af8e2499ebd7bbdef5dd41f6
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2024-07-16 13:54:53 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2024-07-16 14:00:53 +0000

    Revert "textproc/mgdiff: Fix MASTERSITES"
    
    Fails to fetch from new MASTERSITE.
    
    This reverts commit c959ac70e0d4d13041fcd40feae9169598a7ca2e.
    
    (cherry picked from commit 11a68470783d72369e1062b3d0e5203e564052f4)
---
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407161401.46GE1IN5046802>