diff options
Diffstat (limited to 'net/gnome-connections/Makefile')
-rw-r--r-- | net/gnome-connections/Makefile | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/net/gnome-connections/Makefile b/net/gnome-connections/Makefile index db189ce82ff1..a4c01fa892a7 100644 --- a/net/gnome-connections/Makefile +++ b/net/gnome-connections/Makefile @@ -1,27 +1,28 @@ PORTNAME= gnome-connections -PORTVERSION= 42.1.2 -PORTREVISION= 3 +PORTVERSION= 47.2.1 +PORTREVISION= 2 CATEGORIES= net gnome -MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} +MASTER_SITES= GNOME DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= Remote desktop client for GNOME WWW= https://apps.gnome.org/app/org.gnome.Connections/ -LICENSE= GPLv2 +LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= itstool:textproc/itstool LIB_DEPENDS= libgtk-vnc-2.0.so:net/gtk-vnc \ libhandy-1.so:x11-toolkits/libhandy \ - libfreerdp2.so:net/freerdp \ + libfreerdp3.so:net/freerdp3 \ libsecret-1.so:security/libsecret -USES= desktop-file-utils shared-mime-info gettext gnome meson \ - python:env pkgconfig tar:xz vala:build -USE_GNOME= glib20 gtk30 +USES= desktop-file-utils fuse:3 gettext gnome meson pkgconfig \ + shared-mime-info tar:xz vala:build +USE_GNOME= glib20 gtk30 introspection:build libxml2 +USE_LDCONFIG= yes -BINARY_ALIAS= python3=${PYTHON_VERSION} +GLIB_SCHEMAS= org.gnome.Connections.gschema.xml .include <bsd.port.mk> |