git: 0a274268c9ed - main - astro/siril: Add run-time dependency on devel/gvfs

Yuri Victorovich yuri at FreeBSD.org
Sun Jun 6 17:46:09 UTC 2021


The branch main has been updated by yuri:

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

commit 0a274268c9edf05e1b10155d147c9dbc6556e3e2
Author:     Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-06-06 17:43:42 +0000
Commit:     Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-06-06 17:46:03 +0000

    astro/siril: Add run-time dependency on devel/gvfs
    
    PR:             256435
    Reported by:    Stefan Rumetshofer <sterum77 at gmail.com>
---
 astro/siril/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/astro/siril/Makefile b/astro/siril/Makefile
index 9ea18823e8cd..2b04309c29dc 100644
--- a/astro/siril/Makefile
+++ b/astro/siril/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	siril
 DISTVERSION=	0.99.8.1
+PORTREVISION=	1
 CATEGORIES=	astro graphics
 MASTER_SITES=	https://free-astro.org/download/
 
@@ -31,7 +32,7 @@ LIB_DEPENDS+=	libopencv_photo.so:graphics/opencv # for some reason, configure fa
 
 USES=		compiler:c++11-lang desktop-file-utils gettext \
 		gnome meson pkgconfig jpeg shared-mime-info tar:bz2
-USE_GNOME=	atk cairo gdkpixbuf2 gtk30 intltool pango
+USE_GNOME=	atk cairo gdkpixbuf2 gtk30 gvfs_run intltool pango
 
 INSTALLS_ICONS=	yes
 


More information about the dev-commits-ports-main mailing list