git: fb41ca01ad7a - main - accessibility/orca: fix fetching from MASTER_SITES

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


The branch main has been updated by nc:

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

commit fb41ca01ad7a35dcd380e7f48ba1a89c6747c467
Author:     Neel Chauhan <nc at FreeBSD.org>
AuthorDate: 2021-05-29 16:00:30 +0000
Commit:     Neel Chauhan <nc at FreeBSD.org>
CommitDate: 2021-05-29 16:10:40 +0000

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

diff --git a/accessibility/orca/Makefile b/accessibility/orca/Makefile
index 892b760a58bf..f49fbba899ca 100644
--- a/accessibility/orca/Makefile
+++ b/accessibility/orca/Makefile
@@ -3,7 +3,7 @@
 PORTNAME=	orca
 PORTVERSION=	40.0
 CATEGORIES=	accessibility 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