git: b6ccf9fbf1c4 - main - security/seahorse: fix fetching from MASTER_SITES

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


The branch main has been updated by nc:

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

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

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

diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile
index c88764539410..21c1ff244818 100644
--- a/security/seahorse/Makefile
+++ b/security/seahorse/Makefile
@@ -3,7 +3,7 @@
 PORTNAME=	seahorse
 PORTVERSION=	40.0
 CATEGORIES=	security 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