git: 376a00a77cbb - main - graphics/eog: 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=376a00a77cbbac1e2896809d88bfe8d33c64d2c5
commit 376a00a77cbbac1e2896809d88bfe8d33c64d2c5
Author: Neel Chauhan <nc at FreeBSD.org>
AuthorDate: 2021-05-29 16:03:21 +0000
Commit: Neel Chauhan <nc at FreeBSD.org>
CommitDate: 2021-05-29 16:11:50 +0000
graphics/eog: fix fetching from MASTER_SITES
PR: 256202
---
graphics/eog/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/graphics/eog/Makefile b/graphics/eog/Makefile
index f7b91952fb55..18677defa008 100644
--- a/graphics/eog/Makefile
+++ b/graphics/eog/Makefile
@@ -3,7 +3,7 @@
PORTNAME= eog
DISTVERSION= 40.1
CATEGORIES= graphics 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