git: 6e16ce63b9a5 - main - games/gnome-sudoku: fix fetching from MASTER_SITES

Neel Chauhan nc at FreeBSD.org
Sat May 29 18:44:26 UTC 2021


The branch main has been updated by nc:

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

commit 6e16ce63b9a583375446c05202533e45195a1723
Author:     Neel Chauhan <nc at FreeBSD.org>
AuthorDate: 2021-05-29 18:44:16 +0000
Commit:     Neel Chauhan <nc at FreeBSD.org>
CommitDate: 2021-05-29 18:44:16 +0000

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

diff --git a/games/gnome-sudoku/Makefile b/games/gnome-sudoku/Makefile
index 946cd062ce1e..54139f46f91a 100644
--- a/games/gnome-sudoku/Makefile
+++ b/games/gnome-sudoku/Makefile
@@ -3,7 +3,7 @@
 PORTNAME=	gnome-sudoku
 PORTVERSION=	40.1
 CATEGORIES=	games 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