Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Jun 2021 17:46:09 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0a274268c9ed - main - astro/siril: Add run-time dependency on devel/gvfs
Message-ID:  <202106061746.156Hk9KM011151@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

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

commit 0a274268c9edf05e1b10155d147c9dbc6556e3e2
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-06-06 17:43:42 +0000
Commit:     Yuri Victorovich <yuri@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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106061746.156Hk9KM011151>