View | Details | Raw Unified | Return to bug 267726 | Differences between
and this patch

Collapse All | Expand All

(-)b/devel/gvfs/Makefile (-2 / +2 lines)
Lines 7-13 DIST_SUBDIR= gnome Link Here
7
7
8
MAINTAINER=	gnome@FreeBSD.org
8
MAINTAINER=	gnome@FreeBSD.org
9
COMMENT=	GNOME virtual file system
9
COMMENT=	GNOME virtual file system
10
WWW=		https://www.gnome.org/
10
WWW=		https://wiki.gnome.org/Projects/gvfs
11
11
12
LICENSE=	GPLv2
12
LICENSE=	GPLv2
13
LICENSE_FILE=	${WRKSRC}/COPYING
13
LICENSE_FILE=	${WRKSRC}/COPYING
Lines 22-28 LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ Link Here
22
		libsecret-1.so:security/libsecret
22
		libsecret-1.so:security/libsecret
23
RUN_DEPENDS=	bsdisks>0:sysutils/bsdisks \
23
RUN_DEPENDS=	bsdisks>0:sysutils/bsdisks \
24
		lsof:sysutils/lsof
24
		lsof:sysutils/lsof
25
PORTSCOUT=	limitw:1,even
26
25
27
USES=		cpe gettext gnome libarchive localbase meson \
26
USES=		cpe gettext gnome libarchive localbase meson \
28
		pkgconfig python:build shebangfix tar:xz
27
		pkgconfig python:build shebangfix tar:xz
Lines 38-43 USE_LDCONFIG= yes Link Here
38
CPE_VENDOR=	gnome
37
CPE_VENDOR=	gnome
39
38
40
GLIB_SCHEMAS=	org.gnome.system.gvfs.enums.xml
39
GLIB_SCHEMAS=	org.gnome.system.gvfs.enums.xml
40
PORTSCOUT=	limitw:1,even
41
41
42
OPTIONS_SUB=	yes
42
OPTIONS_SUB=	yes
43
OPTIONS_DEFINE=	AVAHI FUSE AFC GOA SMB CDDA GOOGLE GPHOTO MTP NFS BLURAY
43
OPTIONS_DEFINE=	AVAHI FUSE AFC GOA SMB CDDA GOOGLE GPHOTO MTP NFS BLURAY
(-)b/devel/gvfs/pkg-descr (-3 / +2 lines)
Lines 1-4 Link Here
1
GVFS allows applications and users to treat any number of file system
1
GVfs allows applications and users to treat any number of file system
2
concepts as a part of the local filesystem. With GVFS, filesystems across
2
concepts as a part of the local filesystem. With GVfs, filesystems across
3
the internet, on connected devices, and in multiple formats are as simple
3
the internet, on connected devices, and in multiple formats are as simple
4
to access (and write code for) as any directory on the local machine.
4
to access (and write code for) as any directory on the local machine.
5
- 

Return to bug 267726