sysutils/testdisk: Update to 7.2

- Move manpages to PREFIX/share
- Move PLIST_FILES to pkg-plist
- Take maintainership

ChangeLog: https://www.cgsecurity.org/wiki/TestDisk_7.2_Release
This commit is contained in:
Nuno Teixeira
2024-02-03 08:46:01 +00:00
parent 4a005a4b3e
commit e855ba6850
4 changed files with 20 additions and 26 deletions
+8 -12
View File
@@ -1,10 +1,9 @@
PORTNAME= testdisk
DISTVERSION= 7.1
PORTREVISION= 1
DISTVERSION= 7.2
CATEGORIES= sysutils
MASTER_SITES= http://www.cgsecurity.org/
MAINTAINER= ports@FreeBSD.org
MAINTAINER= eduardo@FreeBSD.org
COMMENT= Tool to check and undelete partitions
WWW= https://www.cgsecurity.org/wiki/TestDisk
@@ -13,17 +12,14 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USES= jpeg localbase:ldflags ncurses tar:bzip2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-qt --without-ewf
PLIST_FILES= bin/fidentify bin/photorec bin/testdisk \
man/man8/fidentify.8.gz man/man8/photorec.8.gz \
man/man8/testdisk.8.gz man/zh_CN/man8/fidentify.8.gz \
man/zh_CN/man8/photorec.8.gz man/zh_CN/man8/testdisk.8.gz
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS= --disable-qt \
--without-ewf
PORTDOCS= *
OPTIONS_DEFINE= ICONV PROGSREISERFS NTFS DOCS
OPTIONS_DEFINE= DOCS ICONV NTFS PROGSREISERFS
OPTIONS_DEFAULT= ICONV
NTFS_DESC= Support NTFS via fuse-ntfs extensions
@@ -35,7 +31,7 @@ ICONV_CONFIGURE_OFF= --without-iconv
NTFS_LIB_DEPENDS= libntfs-3g.so:sysutils/fusefs-ntfs
NTFS_CONFIGURE_OFF= --without-ntfs3g
PROGSREISERFS_LIB_DEPENDS= libreiserfs.so:sysutils/progsreiserfs
PROGSREISERFS_LIB_DEPENDS= libreiserfs-0.3.so:sysutils/progsreiserfs
PROGSREISERFS_CONFIGURE_OFF= --without-reiserfs
.include <bsd.port.mk>
+3 -3
View File
@@ -1,3 +1,3 @@
TIMESTAMP = 1566613026
SHA256 (testdisk-7.1.tar.bz2) = 1413c47569e48c5b22653b943d48136cb228abcbd6f03da109c4df63382190fe
SIZE (testdisk-7.1.tar.bz2) = 742006
TIMESTAMP = 1706943784
SHA256 (testdisk-7.2.tar.bz2) = f8343be20cb4001c5d91a2e3bcd918398f00ae6d8310894a5a9f2feb813c283f
SIZE (testdisk-7.2.tar.bz2) = 855781
@@ -1,11 +0,0 @@
--- src/ntfs_io.c.orig 2023-08-08 15:12:08 UTC
+++ src/ntfs_io.c
@@ -154,7 +154,7 @@ static int ntfs_device_testdisk_io_stat(struct ntfs_de
return -1;
}
-static int ntfs_device_testdisk_io_ioctl(struct ntfs_device *dev, int request,
+static int ntfs_device_testdisk_io_ioctl(struct ntfs_device *dev, unsigned long request,
void *argp)
{
log_warning( "ntfs_device_testdisk_io_ioctl() unimplemented\n");
+9
View File
@@ -0,0 +1,9 @@
bin/fidentify
bin/photorec
bin/testdisk
share/man/man8/fidentify.8.gz
share/man/man8/photorec.8.gz
share/man/man8/testdisk.8.gz
share/man/zh_CN/man8/fidentify.8.gz
share/man/zh_CN/man8/photorec.8.gz
share/man/zh_CN/man8/testdisk.8.gz