git: e1d1c00080d6 - main - sysutils/fusefs-ntfs: further improve the port (+)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 26 May 2022 15:13:00 UTC
The branch main has been updated by danfe:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e1d1c00080d60a69d0e91a87cdd616e15c0c0e5f
commit e1d1c00080d60a69d0e91a87cdd616e15c0c0e5f
Author: Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2022-05-26 15:12:00 +0000
Commit: Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2022-05-26 15:12:00 +0000
sysutils/fusefs-ntfs: further improve the port (+)
- Chase HTTP redirection when downloading the distfile
- Simplify `libntfs-3g/Makefile.in' fixup: only inhibit
useless `install-exec-hook' target, no need to adjust
the order of includes
- Drop another left-over patch which is no-op nowadays
- Actualize WWW line (development happens on GitHub)
PR: 260945
---
sysutils/fusefs-ntfs/Makefile | 6 +++---
sysutils/fusefs-ntfs/files/patch-src-Makefile.in | 11 -----------
sysutils/fusefs-ntfs/pkg-descr | 2 +-
3 files changed, 4 insertions(+), 15 deletions(-)
diff --git a/sysutils/fusefs-ntfs/Makefile b/sysutils/fusefs-ntfs/Makefile
index 8c38543297b7..9a8b6b2f2db3 100644
--- a/sysutils/fusefs-ntfs/Makefile
+++ b/sysutils/fusefs-ntfs/Makefile
@@ -3,7 +3,7 @@
PORTNAME= ntfs
PORTVERSION= 2017.3.23
CATEGORIES= sysutils
-MASTER_SITES= http://tuxera.com/opensource/
+MASTER_SITES= https://download.tuxera.com/opensource/
PKGNAMEPREFIX= fusefs-
DISTNAME= ${PORTNAME}-3g_ntfsprogs-${PORTVERSION}
@@ -51,8 +51,8 @@ post-patch:
${WRKSRC}/libntfs-3g/object_id.c \
${WRKSRC}/libntfs-3g/reparse.c \
${WRKSRC}/libntfs-3g/security.c
- @${REINPLACE_CMD} -e 's|\($$(AM_CFLAGS)\) \(-I$$(top_srcdir)/include/ntfs-3g\)|\2 \1|; \
- /install-exec-hook:/,/^$$/ s|^@.*||' ${WRKSRC}/libntfs-3g/Makefile.in
+ @${REINPLACE_CMD} -e '/$$(MAKE).*install-exec-hook/d' \
+ ${WRKSRC}/libntfs-3g/Makefile.in
post-install-DOCS-on:
${INSTALL_DATA} ${FILESDIR}/README.FreeBSD ${STAGEDIR}${DOCSDIR}/
diff --git a/sysutils/fusefs-ntfs/files/patch-src-Makefile.in b/sysutils/fusefs-ntfs/files/patch-src-Makefile.in
deleted file mode 100644
index 3272d2bce655..000000000000
--- a/sysutils/fusefs-ntfs/files/patch-src-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/Makefile.in.orig 2010-03-06 13:12:36.000000000 -0300
-+++ src/Makefile.in 2010-06-21 21:59:54.000000000 -0300
-@@ -667,7 +667,7 @@
-
- info-am:
-
--install-data-am: install-data-local install-man \
-+install-data-am: install-man \
- install-rootbinPROGRAMS install-rootsbinDATA
-
- install-dvi: install-dvi-am
diff --git a/sysutils/fusefs-ntfs/pkg-descr b/sysutils/fusefs-ntfs/pkg-descr
index c479fa48f3e8..897b407e7914 100644
--- a/sysutils/fusefs-ntfs/pkg-descr
+++ b/sysutils/fusefs-ntfs/pkg-descr
@@ -5,4 +5,4 @@ and Windows 8 NTFS file systems. Almost the full POSIX filesystem
functionality is supported, the major exceptions are changing the file
ownerships and the access rights.
-WWW: https://www.tuxera.com/community/open-source-ntfs-3g/
+WWW: https://github.com/tuxera/ntfs-3g