Date: Tue, 31 Oct 2017 10:28:14 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> 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 Message-ID: <201710311028.v9VASESW005955@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710311028.v9VASESW005955>