Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 May 2021 16:11:45 GMT
From:      Neel Chauhan <nc@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c93564d4de7f - main - editors/gedit: fix fetching from MASTER_SITES
Message-ID:  <202105291611.14TGBjx0061413@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by nc:

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

commit c93564d4de7f434297459bd672a80a87f2cef5de
Author:     Neel Chauhan <nc@FreeBSD.org>
AuthorDate: 2021-05-29 16:02:21 +0000
Commit:     Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2021-05-29 16:11:49 +0000

    editors/gedit: fix fetching from MASTER_SITES
    
    PR:     256202
---
 editors/gedit/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile
index 145d395c61d5..e23e80146081 100644
--- a/editors/gedit/Makefile
+++ b/editors/gedit/Makefile
@@ -3,7 +3,7 @@
 PORTNAME=	gedit
 PORTVERSION=	40.1
 CATEGORIES=	editors gnome
-MASTER_SITES=	GNOME
+MASTER_SITES=	GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
 DIST_SUBDIR=	gnome
 
 MAINTAINER=	gnome@FreeBSD.org



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