aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fusefs-ext2
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2019-05-30 08:51:10 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2019-05-30 08:51:10 +0000
commit5b5912664ef8728028e41a73b880be4a4a6a23e8 (patch)
treee26f107016f331bd6752c15991a79135e5d381b7 /sysutils/fusefs-ext2
parent8406535247eaa513282933202957b41550fc7762 (diff)
downloadports-5b5912664ef8728028e41a73b880be4a4a6a23e8.tar.gz
ports-5b5912664ef8728028e41a73b880be4a4a6a23e8.zip
- Update to the latest commit including @asomers' pull request [1].
- Pacify portlint [1] https://github.com/alperakcan/fuse-ext2/pull/98 Notified by: pfg
Notes
Notes: svn path=/head/; revision=503060
Diffstat (limited to 'sysutils/fusefs-ext2')
-rw-r--r--sysutils/fusefs-ext2/Makefile15
-rw-r--r--sysutils/fusefs-ext2/distinfo6
-rw-r--r--sysutils/fusefs-ext2/files/patch-Makefile.am15
-rw-r--r--sysutils/fusefs-ext2/files/patch-fuse-ext2_Makefile.am11
-rw-r--r--sysutils/fusefs-ext2/files/patch-fuse-ext2_op__access.c10
5 files changed, 12 insertions, 45 deletions
diff --git a/sysutils/fusefs-ext2/Makefile b/sysutils/fusefs-ext2/Makefile
index 1d6650409019..7ca451f0bd11 100644
--- a/sysutils/fusefs-ext2/Makefile
+++ b/sysutils/fusefs-ext2/Makefile
@@ -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 <bsd.port.mk>
diff --git a/sysutils/fusefs-ext2/distinfo b/sysutils/fusefs-ext2/distinfo
index bcd0a0650f2a..0efeb516b4b7 100644
--- a/sysutils/fusefs-ext2/distinfo
+++ b/sysutils/fusefs-ext2/distinfo
@@ -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
diff --git a/sysutils/fusefs-ext2/files/patch-Makefile.am b/sysutils/fusefs-ext2/files/patch-Makefile.am
deleted file mode 100644
index 27702adfc562..000000000000
--- a/sysutils/fusefs-ext2/files/patch-Makefile.am
+++ /dev/null
@@ -1,15 +0,0 @@
---- Makefile.am.orig 2018-02-08 17:53:26 UTC
-+++ Makefile.am
-@@ -3,12 +3,6 @@ SUBDIRS =
- SUBDIRS += fuse-ext2
- SUBDIRS += tools
-
--EXTRA_DIST = \
-- fuse-ext2.pc.in
--
--pkgconfigdir = @pkgconfigdir@
--pkgconfig_DATA = fuse-ext2.pc
--
- $(pkgconfig_DATA): config.status
-
- man1_MANS = fuse-ext2.1
diff --git a/sysutils/fusefs-ext2/files/patch-fuse-ext2_Makefile.am b/sysutils/fusefs-ext2/files/patch-fuse-ext2_Makefile.am
deleted file mode 100644
index 63980b3e19b1..000000000000
--- a/sysutils/fusefs-ext2/files/patch-fuse-ext2_Makefile.am
+++ /dev/null
@@ -1,11 +0,0 @@
---- fuse-ext2/Makefile.am.orig 2018-02-08 17:53:26 UTC
-+++ fuse-ext2/Makefile.am
-@@ -156,7 +156,7 @@ install-exec-local:
- endif
- if LINUX
- install-data-hook:
-- cd "$(DESTDIR)/$(moddir)" && rm -f $(mod_LTLIBRARIES)
-+ true
-
- install-exec-local:
- $(INSTALL) -d "$(DESTDIR)/$(sbindir)"
diff --git a/sysutils/fusefs-ext2/files/patch-fuse-ext2_op__access.c b/sysutils/fusefs-ext2/files/patch-fuse-ext2_op__access.c
deleted file mode 100644
index 97e25063038f..000000000000
--- a/sysutils/fusefs-ext2/files/patch-fuse-ext2_op__access.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- fuse-ext2/op_access.c.orig 2015-03-30 23:42:20 UTC
-+++ fuse-ext2/op_access.c
-@@ -19,6 +19,7 @@
- */
-
- #include "fuse-ext2.h"
-+#include <unistd.h>
-
- int op_access (const char *path, int mask)
- {