git: bf7ac02b5d0b - main - editors/gedit-plugins: fix fetching from MASTER_SITES

Neel Chauhan nc at FreeBSD.org
Sat May 29 16:11:48 UTC 2021


The branch main has been updated by nc:

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

commit bf7ac02b5d0bbeff8879a596a081d96238c42bb6
Author:     Neel Chauhan <nc at FreeBSD.org>
AuthorDate: 2021-05-29 16:02:58 +0000
Commit:     Neel Chauhan <nc at FreeBSD.org>
CommitDate: 2021-05-29 16:11:50 +0000

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

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


More information about the dev-commits-ports-all mailing list