From owner-svn-ports-all@freebsd.org Tue Mar 6 12:23:44 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C778F2C442; Tue, 6 Mar 2018 12:23:44 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DC0BA742E2; Tue, 6 Mar 2018 12:23:43 +0000 (UTC) (envelope-from tobik@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D707412D31; Tue, 6 Mar 2018 12:23:43 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w26CNhf7060754; Tue, 6 Mar 2018 12:23:43 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w26CNhPX060752; Tue, 6 Mar 2018 12:23:43 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201803061223.w26CNhPX060752@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Tue, 6 Mar 2018 12:23:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463721 - head/sysutils/testdisk X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/sysutils/testdisk X-SVN-Commit-Revision: 463721 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Mar 2018 12:23:44 -0000 Author: tobik Date: Tue Mar 6 12:23:43 2018 New Revision: 463721 URL: https://svnweb.freebsd.org/changeset/ports/463721 Log: sysutils/testdisk: Update to 7.1-WIP PR: 195339 Submitted by: freebsd_ports@k-worx.org (based on) Modified: head/sysutils/testdisk/Makefile head/sysutils/testdisk/distinfo Modified: head/sysutils/testdisk/Makefile ============================================================================== --- head/sysutils/testdisk/Makefile Tue Mar 6 12:09:59 2018 (r463720) +++ head/sysutils/testdisk/Makefile Tue Mar 6 12:23:43 2018 (r463721) @@ -1,55 +1,40 @@ # $FreeBSD$ PORTNAME= testdisk -PORTVERSION= 7.0 +DISTVERSION= 7.1-WIP CATEGORIES= sysutils MASTER_SITES= http://www.cgsecurity.org/ -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER= flz@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Tool to check and undelete partitions -USES= jpeg ncurses tar:bzip2 +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= jpeg localbase:ldflags ncurses tar:bzip2 GNU_CONFIGURE= yes -CPPFLAGS+= -I${PREFIX}/include -LDFLAGS+= -L${PREFIX}/lib 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/qphotorec.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/qphotorec.8.gz man/zh_CN/man8/testdisk.8.gz \ - share/icons/hicolor/48x48/apps/qphotorec.png \ - share/icons/hicolor/scalable/apps/qphotorec.svg + 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 PORTDOCS= * OPTIONS_DEFINE= ICONV PROGSREISERFS NTFS DOCS OPTIONS_DEFAULT= ICONV + NTFS_DESC= Support NTFS via fuse-ntfs extensions PROGSREISERFS_DESC= Use reiserfs extensions -# E2FSPROGS "Use ext2fs extensions" off \ ICONV_USES= iconv ICONV_CONFIGURE_OFF= --without-iconv -# e2fsprogs does not provide ext2fs.so any more -# since it does not do 'make install-libs' -#.if defined(WITH_E2FSPROGS) -#LIB_DEPENDS+= ext2fs.2:sysutils/e2fsprogs -#.else -#CONFIGURE_ARGS+=--without-ext2fs -#.endif - NTFS_LIB_DEPENDS= libntfs-3g.so:sysutils/fusefs-ntfs NTFS_CONFIGURE_OFF= --without-ntfs3g PROGSREISERFS_LIB_DEPENDS= libreiserfs.so:sysutils/progsreiserfs PROGSREISERFS_CONFIGURE_OFF= --without-reiserfs - -post-patch: - @${REINPLACE_CMD} -e 's|/doc/.(PACKAGE)-.(VERSION)|/doc/${PORTNAME}|' ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e '/doc\/testdisk\/html/d' ${WRKSRC}/Makefile.in .include Modified: head/sysutils/testdisk/distinfo ============================================================================== --- head/sysutils/testdisk/distinfo Tue Mar 6 12:09:59 2018 (r463720) +++ head/sysutils/testdisk/distinfo Tue Mar 6 12:23:43 2018 (r463721) @@ -1,2 +1,3 @@ -SHA256 (testdisk-7.0.tar.bz2) = 00bb3b6b22e6aba88580eeb887037aef026968c21a87b5f906c6652cbee3442d -SIZE (testdisk-7.0.tar.bz2) = 676990 +TIMESTAMP = 1520327400 +SHA256 (testdisk-7.1-WIP.tar.bz2) = 60d30d3a70d8da6a5d4ff91e1bf0a32f0ad5ed97a0ad37a2ebc71da56b3b213e +SIZE (testdisk-7.1-WIP.tar.bz2) = 713313