From owner-svn-ports-head@freebsd.org Wed Sep 25 10:44:47 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B4698122DBD; Wed, 25 Sep 2019 10:44:47 +0000 (UTC) (envelope-from danfe@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 46dZSb4P4Nz3DkP; Wed, 25 Sep 2019 10:44:47 +0000 (UTC) (envelope-from danfe@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 7A37AE88A; Wed, 25 Sep 2019 10:44:47 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x8PAilJR022588; Wed, 25 Sep 2019 10:44:47 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8PAikm8022585; Wed, 25 Sep 2019 10:44:46 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201909251044.x8PAikm8022585@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Wed, 25 Sep 2019 10:44:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512780 - head/sysutils/avfs X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: head/sysutils/avfs X-SVN-Commit-Revision: 512780 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Sep 2019 10:44:47 -0000 Author: danfe Date: Wed Sep 25 10:44:46 2019 New Revision: 512780 URL: https://svnweb.freebsd.org/changeset/ports/512780 Log: - Update `sysutils/avfs' to version 1.1.1 - Introduce two new options: DAV (via libneon) and ZSTD - Insert couple of empty lines for better readability Tested on: i386, amd64, powerpc Approved by: maintainer Modified: head/sysutils/avfs/Makefile head/sysutils/avfs/distinfo head/sysutils/avfs/pkg-plist Modified: head/sysutils/avfs/Makefile ============================================================================== --- head/sysutils/avfs/Makefile Wed Sep 25 10:27:24 2019 (r512779) +++ head/sysutils/avfs/Makefile Wed Sep 25 10:44:46 2019 (r512780) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= avfs -PORTVERSION= 1.1.0 +PORTVERSION= 1.1.1 CATEGORIES= sysutils MASTER_SITES= SF/avf/${PORTNAME}/${PORTVERSION} @@ -24,10 +24,22 @@ CONFIGURE_ENV= PERL="${PERL}" INSTALL_TARGET= install-strip -OPTIONS_DEFINE= DEBUG FUSE +OPTIONS_DEFINE= DAV DEBUG FUSE ZSTD OPTIONS_SUB= yes + +DAV_DESC= Build the DAV module (requires libneon) +DAV_LIB_DEPENDS= libneon.so:www/neon +DAV_CONFIGURE_ENABLE= dav + DEBUG_CONFIGURE_ENABLE= debug + FUSE_CONFIGURE_ENABLE= fuse FUSE_USES= fuse + +ZSTD_LIB_DEPENDS= libzstd.so:archivers/zstd +ZSTD_CONFIGURE_WITH= zstd + +post-patch: + @${REINPLACE_CMD} -e '/#include/s,neon/,,' ${WRKSRC}/modules/dav*.? .include Modified: head/sysutils/avfs/distinfo ============================================================================== --- head/sysutils/avfs/distinfo Wed Sep 25 10:27:24 2019 (r512779) +++ head/sysutils/avfs/distinfo Wed Sep 25 10:44:46 2019 (r512780) @@ -1,3 +1,3 @@ -TIMESTAMP = 1564234064 -SHA256 (avfs-1.1.0.tar.bz2) = a7f3734f5be1a76aab710fb49a004b60bb802ccbd32394a731b18ed6011333a7 -SIZE (avfs-1.1.0.tar.bz2) = 605637 +TIMESTAMP = 1565385806 +SHA256 (avfs-1.1.1.tar.bz2) = c83eef7f8676db6fed0a18373c433e0ff55af1651246303ebe1181e8ef8bbf3b +SIZE (avfs-1.1.1.tar.bz2) = 606819 Modified: head/sysutils/avfs/pkg-plist ============================================================================== --- head/sysutils/avfs/pkg-plist Wed Sep 25 10:27:24 2019 (r512779) +++ head/sysutils/avfs/pkg-plist Wed Sep 25 10:44:46 2019 (r512780) @@ -48,3 +48,4 @@ lib/libavfs.a lib/libavfs.so lib/libavfs.so.0 lib/libavfs.so.0.0.2 +libdata/pkgconfig/avfs.pc