git: 76bc47bce3b4 - main - math/gnome-calculator: fix fetching from MASTER_SITES
Neel Chauhan
nc at FreeBSD.org
Sat May 29 16:11:49 UTC 2021
The branch main has been updated by nc:
URL: https://cgit.FreeBSD.org/ports/commit/?id=76bc47bce3b474f50dcb8a529c55d2717ac828a5
commit 76bc47bce3b474f50dcb8a529c55d2717ac828a5
Author: Neel Chauhan <nc at FreeBSD.org>
AuthorDate: 2021-05-29 16:03:51 +0000
Commit: Neel Chauhan <nc at FreeBSD.org>
CommitDate: 2021-05-29 16:11:50 +0000
math/gnome-calculator: fix fetching from MASTER_SITES
PR: 256202
---
math/gnome-calculator/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/math/gnome-calculator/Makefile b/math/gnome-calculator/Makefile
index b3150818a948..4756a2fc9130 100644
--- a/math/gnome-calculator/Makefile
+++ b/math/gnome-calculator/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gnome-calculator
PORTVERSION= 40.1
CATEGORIES= math 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