From owner-svn-ports-head@freebsd.org Tue Oct 31 10:28:15 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 511E9E547E5; Tue, 31 Oct 2017 10:28:15 +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 mx1.freebsd.org (Postfix) with ESMTPS id 200DB6D681; Tue, 31 Oct 2017 10:28:15 +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 v9VASEet005957; Tue, 31 Oct 2017 10:28:14 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9VASESW005955; Tue, 31 Oct 2017 10:28:14 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201710311028.v9VASESW005955@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Tue, 31 Oct 2017 10:28:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453223 - 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: 453223 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.23 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: Tue, 31 Oct 2017 10:28:15 -0000 Author: ehaupt Date: Tue Oct 31 10:28:14 2017 New Revision: 453223 URL: https://svnweb.freebsd.org/changeset/ports/453223 Log: Fix package list. Modified: head/sysutils/fusefs-ext2/Makefile head/sysutils/fusefs-ext2/files/patch-Makefile.am Modified: head/sysutils/fusefs-ext2/Makefile ============================================================================== --- head/sysutils/fusefs-ext2/Makefile Tue Oct 31 10:08:09 2017 (r453222) +++ head/sysutils/fusefs-ext2/Makefile Tue Oct 31 10:28:14 2017 (r453223) @@ -4,7 +4,7 @@ PORTNAME= fusefs-ext2 PORTVERSION= 0.0.9 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= ehaupt@FreeBSD.org Modified: head/sysutils/fusefs-ext2/files/patch-Makefile.am ============================================================================== --- head/sysutils/fusefs-ext2/files/patch-Makefile.am Tue Oct 31 10:08:09 2017 (r453222) +++ head/sysutils/fusefs-ext2/files/patch-Makefile.am Tue Oct 31 10:28:14 2017 (r453223) @@ -1,12 +1,15 @@ --- Makefile.am.orig 2015-03-30 23:42:20 UTC +++ Makefile.am -@@ -5,9 +5,6 @@ SUBDIRS += tools +@@ -5,12 +5,6 @@ SUBDIRS += tools SUBDIRS += test SUBDIRS += test/pjdfstest -EXTRA_DIST = \ - fuse-ext2.pc.in - - pkgconfigdir = @pkgconfigdir@ - pkgconfig_DATA = fuse-ext2.pc +-pkgconfigdir = @pkgconfigdir@ +-pkgconfig_DATA = fuse-ext2.pc +- + $(pkgconfig_DATA): config.status + man1_MANS = fuse-ext2.1