git: 3c6881262015 - main - deskutils/gnome-todo: fix fetching from MASTER_SITES

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


The branch main has been updated by nc:

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

commit 3c6881262015e1424ecd65b9f796a24b5ee59712
Author:     Neel Chauhan <nc at FreeBSD.org>
AuthorDate: 2021-05-29 16:01:31 +0000
Commit:     Neel Chauhan <nc at FreeBSD.org>
CommitDate: 2021-05-29 16:10:47 +0000

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

diff --git a/deskutils/gnome-todo/Makefile b/deskutils/gnome-todo/Makefile
index 236f210eb7ca..76ce42a72246 100644
--- a/deskutils/gnome-todo/Makefile
+++ b/deskutils/gnome-todo/Makefile
@@ -3,7 +3,7 @@
 PORTNAME=	gnome-todo
 PORTVERSION=	40.0
 CATEGORIES=	deskutils 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