git: 76585a941a4f - main - x11/yelp: fix fetching from MASTER_SITES

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


The branch main has been updated by nc:

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

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

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

diff --git a/x11/yelp/Makefile b/x11/yelp/Makefile
index e5324bb64506..f47b245cce0d 100644
--- a/x11/yelp/Makefile
+++ b/x11/yelp/Makefile
@@ -3,7 +3,7 @@
 PORTNAME=	yelp
 DISTVERSION=	40.0
 CATEGORIES=	x11 gnome
-MASTER_SITES=	GNOME
+MASTER_SITES=	GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
 DIST_SUBDIR=	gnome3
 
 MAINTAINER=	gnome at FreeBSD.org


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