From owner-svn-ports-all@freebsd.org Mon Dec 17 16:08:53 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BF50E1344967; Mon, 17 Dec 2018 16:08:53 +0000 (UTC) (envelope-from eugen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 676F6755AE; Mon, 17 Dec 2018 16:08:53 +0000 (UTC) (envelope-from eugen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 596E919436; Mon, 17 Dec 2018 16:08:53 +0000 (UTC) (envelope-from eugen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBHG8rZ4049398; Mon, 17 Dec 2018 16:08:53 GMT (envelope-from eugen@FreeBSD.org) Received: (from eugen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBHG8rnx049397; Mon, 17 Dec 2018 16:08:53 GMT (envelope-from eugen@FreeBSD.org) Message-Id: <201812171608.wBHG8rnx049397@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: eugen set sender to eugen@FreeBSD.org using -f From: Eugene Grosbein Date: Mon, 17 Dec 2018 16:08:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487694 - head/sysutils/fusefs-webdavfs X-SVN-Group: ports-head X-SVN-Commit-Author: eugen X-SVN-Commit-Paths: head/sysutils/fusefs-webdavfs X-SVN-Commit-Revision: 487694 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 676F6755AE X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_LONG(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.95)[-0.953,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Dec 2018 16:08:54 -0000 Author: eugen Date: Mon Dec 17 16:08:52 2018 New Revision: 487694 URL: https://svnweb.freebsd.org/changeset/ports/487694 Log: sysutils/fusefs-webdavfs: update to g20181010 - mount options: cookie and rwdirops; - specify multiple licenses (BSD3CLAUSE, BSD4CLAUSE and MIT) for this multi-distfiles port; - optimize post-patch target to look only for '*.go' files and recurse only to two needed directories; this prevents it from descending into .ccache directory mounted by poudriere+ccache inside WORKDIR. (*) PR: 234099 Reported by: Kai (*) Modified: head/sysutils/fusefs-webdavfs/Makefile head/sysutils/fusefs-webdavfs/distinfo Modified: head/sysutils/fusefs-webdavfs/Makefile ============================================================================== --- head/sysutils/fusefs-webdavfs/Makefile Mon Dec 17 15:15:05 2018 (r487693) +++ head/sysutils/fusefs-webdavfs/Makefile Mon Dec 17 16:08:52 2018 (r487694) @@ -2,24 +2,33 @@ # $FreeBSD$ PORTNAME= fusefs-webdavfs -DISTVERSION= g20180413 +DISTVERSION= g20181010 CATEGORIES= sysutils MAINTAINER= eugen@FreeBSD.org COMMENT= FUSE filesystem for WEBDAV shares -LICENSE= BSD3CLAUSE -LICENSE_FILE= ${WRKDIR}/fuse-${FUSE_GH_TAGNAME}/LICENSE +LICENSE= BSD3CLAUSE BSD4CLAUSE MIT +LICENSE_COMB= multi +LICENSE_FILE_BSD3CLAUSE= ${WRKDIR}/fuse-${FUSE_GH_TAGNAME}/LICENSE +LICENSE_FILE_BSD4CLAUSE= ${WRKDIR}/getopt-${GETOPT_GH_TAGNAME}/LICENSE +LICENSE_FILE_MIT= ${WRKDIR}/webdavfs-${GH_TAGNAME}/LICENSE.md +LICENSE_DISTFILES_MIT= ${DISTNAME}${EXTRACT_SUFX} +LICENSE_DISTFILES_BSD3CLAUSE= ${DISTNAME_fuse}_GH${_GITHUB_REV}${EXTRACT_SUFX} +LICENSE_DISTFILES_BSD4CLAUSE= ${DISTNAME_getopt}_GH${_GITHUB_REV}${EXTRACT_SUFX} +# This needs to be Go 1.7 or newer. +USES= go + USE_GITHUB= yes GH_ACCOUNT= miquels GH_PROJECT= webdavfs -GH_TAGNAME= c503b3c +GH_TAGNAME= c03fa01 -# 2017-01-13 +# 2018-08-11 GETOPT_GH_ACCOUNT= pborman GETOPT_GH_PROJECT= getopt -GETOPT_GH_TAGNAME= 7148bc3 +GETOPT_GH_TAGNAME= 2b5b3bf GETOPT_WRKSRCDIR= ${GO_WRKSRC}/../src/github.com/${GETOPT_GH_ACCOUNT}/${GETOPT_GH_PROJECT} # 2018-04-21 @@ -36,11 +45,9 @@ PLIST_FILES= sbin/mount.webdavfs sbin/mount_webdavfs SUB_FILES= pkg-message mount_webdavfs -# This needs to be Go 1.7 or newer. -USES= go - post-patch: - ${GREP} -Flr '"golang.org/x/net/context"' ${WRKDIR} |\ + ${GREP} -Flr --include '*.go' '"golang.org/x/net/context"' \ + ${WRKDIR}/fuse-${FUSE_GH_TAGNAME} ${WRKDIR}/webdavfs-${GH_TAGNAME} |\ ${XARGS} ${REINPLACE_CMD} -i '' 's,golang.org/x/net/context,context,' ${MKDIR} ${GETOPT_WRKSRCDIR} ${FUSE_WRKSRCDIR} ${LN} -s ${WRKDIR}/getopt-${GETOPT_GH_TAGNAME}/v2 ${GETOPT_WRKSRCDIR} Modified: head/sysutils/fusefs-webdavfs/distinfo ============================================================================== --- head/sysutils/fusefs-webdavfs/distinfo Mon Dec 17 15:15:05 2018 (r487693) +++ head/sysutils/fusefs-webdavfs/distinfo Mon Dec 17 16:08:52 2018 (r487694) @@ -1,7 +1,7 @@ -TIMESTAMP = 1528138200 -SHA256 (miquels-webdavfs-g20180413-c503b3c_GH0.tar.gz) = 585eb08f0ca0ba74921bf09f989df64a4edbba4f4b7bd2ea1532f68e44a509c3 -SIZE (miquels-webdavfs-g20180413-c503b3c_GH0.tar.gz) = 19344 -SHA256 (pborman-getopt-7148bc3_GH0.tar.gz) = 5828aab17ad7c149535cb87b5db6ca2b0bb1a9209e051bef00a3ac73809a4528 -SIZE (pborman-getopt-7148bc3_GH0.tar.gz) = 37914 +TIMESTAMP = 1545061102 +SHA256 (miquels-webdavfs-g20181010-c03fa01_GH0.tar.gz) = 3631c83203b5b75a4584702f47dde941c6fe6726d98a2e5d831a9d15284b2278 +SIZE (miquels-webdavfs-g20181010-c03fa01_GH0.tar.gz) = 20207 +SHA256 (pborman-getopt-2b5b3bf_GH0.tar.gz) = 057df545a42dd3b439ed73f3b93b9858888c729d4a623f82774c40e8f967b79c +SIZE (pborman-getopt-2b5b3bf_GH0.tar.gz) = 38203 SHA256 (bazil-fuse-65cc252_GH0.tar.gz) = bfff5537e4b9edd9cc757f9022fb3cb41574342bc82d7df3d1400b9d8764eae9 SIZE (bazil-fuse-65cc252_GH0.tar.gz) = 187854