Date: Mon, 30 Sep 2019 05:39:18 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513325 - head/sysutils/fusefs-libs3 Message-ID: <201909300539.x8U5dIGL043715@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Mon Sep 30 05:39:18 2019 New Revision: 513325 URL: https://svnweb.freebsd.org/changeset/ports/513325 Log: Fix plist (and unbreak fusefs-sshfs) Reported by: pkg-fallout Modified: head/sysutils/fusefs-libs3/Makefile head/sysutils/fusefs-libs3/pkg-plist Modified: head/sysutils/fusefs-libs3/Makefile ============================================================================== --- head/sysutils/fusefs-libs3/Makefile Mon Sep 30 05:33:46 2019 (r513324) +++ head/sysutils/fusefs-libs3/Makefile Mon Sep 30 05:39:18 2019 (r513325) @@ -4,6 +4,7 @@ PORTNAME= fusefs-libs3 DISTVERSIONPREFIX= fuse- DISTVERSION= 3.7.0 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= se@FreeBSD.org Modified: head/sysutils/fusefs-libs3/pkg-plist ============================================================================== --- head/sysutils/fusefs-libs3/pkg-plist Mon Sep 30 05:33:46 2019 (r513324) +++ head/sysutils/fusefs-libs3/pkg-plist Mon Sep 30 05:39:18 2019 (r513325) @@ -1,6 +1,7 @@ include/fuse3/cuse_lowlevel.h include/fuse3/fuse.h include/fuse3/fuse_common.h +include/fuse3/fuse_log.h include/fuse3/fuse_lowlevel.h include/fuse3/fuse_opt.h lib/libfuse3.so
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909300539.x8U5dIGL043715>