From owner-svn-ports-head@freebsd.org Thu May 30 08:51:11 2019 Return-Path: Delivered-To: svn-ports-head@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 C6B1515BC141; Thu, 30 May 2019 08:51:11 +0000 (UTC) (envelope-from ehaupt@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 684C277F23; Thu, 30 May 2019 08:51:11 +0000 (UTC) (envelope-from ehaupt@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 4262EEBF8; Thu, 30 May 2019 08:51:11 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4U8pB3Z023158; Thu, 30 May 2019 08:51:11 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4U8pA34023156; Thu, 30 May 2019 08:51:10 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201905300851.x4U8pA34023156@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Thu, 30 May 2019 08:51:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r503060 - in head/sysutils/fusefs-ext2: . files X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: in head/sysutils/fusefs-ext2: . files X-SVN-Commit-Revision: 503060 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 684C277F23 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.975,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] 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: Thu, 30 May 2019 08:51:12 -0000 Author: ehaupt Date: Thu May 30 08:51:10 2019 New Revision: 503060 URL: https://svnweb.freebsd.org/changeset/ports/503060 Log: - Update to the latest commit including @asomers' pull request [1]. - Pacify portlint [1] https://github.com/alperakcan/fuse-ext2/pull/98 Notified by: pfg Deleted: head/sysutils/fusefs-ext2/files/ Modified: head/sysutils/fusefs-ext2/Makefile head/sysutils/fusefs-ext2/distinfo Modified: head/sysutils/fusefs-ext2/Makefile ============================================================================== --- head/sysutils/fusefs-ext2/Makefile Thu May 30 08:26:54 2019 (r503059) +++ head/sysutils/fusefs-ext2/Makefile Thu May 30 08:51:10 2019 (r503060) @@ -4,7 +4,7 @@ PORTNAME= fusefs-ext2 PORTVERSION= 0.0.10 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= ehaupt@FreeBSD.org @@ -18,15 +18,18 @@ RUN_DEPENDS= mke2fs:sysutils/e2fsprogs USES= autoreconf libtool fuse pkgconfig localbase:ldflags USE_GITHUB= yes -GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include/e2fsprogs -LDFLAGS+= -L${LOCALBASE}/lib/e2fsprogs -Wl,--rpath -Wl,${LOCALBASE}/lib/e2fsprogs GH_PROJECT= fuse-ext2 GH_ACCOUNT= alperakcan -GH_TAGNAME= 677722d +GH_TAGNAME= ea7bacf +GNU_CONFIGURE= yes + +CPPFLAGS+= -I${LOCALBASE}/include/e2fsprogs +LDFLAGS+= -L${LOCALBASE}/lib/e2fsprogs -Wl,--rpath -Wl,${LOCALBASE}/lib/e2fsprogs + PLIST_FILES= bin/fuse-ext2 bin/fuse-ext2.probe \ - man/man1/fuse-ext2.1.gz + man/man1/fuse-ext2.1.gz \ + libdata/pkgconfig/fuse-ext2.pc .include Modified: head/sysutils/fusefs-ext2/distinfo ============================================================================== --- head/sysutils/fusefs-ext2/distinfo Thu May 30 08:26:54 2019 (r503059) +++ head/sysutils/fusefs-ext2/distinfo Thu May 30 08:51:10 2019 (r503060) @@ -1,3 +1,3 @@ -TIMESTAMP = 1532787157 -SHA256 (alperakcan-fuse-ext2-v0.0.10-677722d_GH0.tar.gz) = 5f1c46f6015d7b1053d0366b727bc76da5962f14886f049b1169510bd448cdf5 -SIZE (alperakcan-fuse-ext2-v0.0.10-677722d_GH0.tar.gz) = 123158 +TIMESTAMP = 1559203265 +SHA256 (alperakcan-fuse-ext2-v0.0.10-ea7bacf_GH0.tar.gz) = 49ff2f9c243d3151174f3cb1528acb3957bd55cf52d7303a8f55709640edf491 +SIZE (alperakcan-fuse-ext2-v0.0.10-ea7bacf_GH0.tar.gz) = 123406