From owner-svn-ports-head@FreeBSD.ORG Wed Jun 17 00:23:01 2015 Return-Path: Delivered-To: svn-ports-head@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1CE5D713; Wed, 17 Jun 2015 00:23:01 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E561BEFC; Wed, 17 Jun 2015 00:23:00 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5H0N0rU003500; Wed, 17 Jun 2015 00:23:00 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5H0N0nF003498; Wed, 17 Jun 2015 00:23:00 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201506170023.t5H0N0nF003498@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Wed, 17 Jun 2015 00:23:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r389893 - head/sysutils/testdisk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Jun 2015 00:23:01 -0000 Author: delphij Date: Wed Jun 17 00:22:59 2015 New Revision: 389893 URL: https://svnweb.freebsd.org/changeset/ports/389893 Log: Update to 7.0 (contains various security fixes) PR: ports/200250 Approved by: maintainer timeout Modified: head/sysutils/testdisk/Makefile head/sysutils/testdisk/distinfo Modified: head/sysutils/testdisk/Makefile ============================================================================== --- head/sysutils/testdisk/Makefile Wed Jun 17 00:09:39 2015 (r389892) +++ head/sysutils/testdisk/Makefile Wed Jun 17 00:22:59 2015 (r389893) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= testdisk -PORTVERSION= 6.14 +PORTVERSION= 7.0 CATEGORIES= sysutils MASTER_SITES= http://www.cgsecurity.org/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} @@ -17,9 +17,13 @@ CPPFLAGS+= -I${PREFIX}/include LDFLAGS+= -L${PREFIX}/lib CONFIGURE_ARGS= --without-ewf -PLIST_FILES= bin/fidentify bin/testdisk bin/photorec \ +PLIST_FILES= bin/fidentify bin/photorec bin/testdisk \ man/man8/fidentify.8.gz man/man8/photorec.8.gz \ - man/man8/testdisk.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 PORTDOCS= * Modified: head/sysutils/testdisk/distinfo ============================================================================== --- head/sysutils/testdisk/distinfo Wed Jun 17 00:09:39 2015 (r389892) +++ head/sysutils/testdisk/distinfo Wed Jun 17 00:22:59 2015 (r389893) @@ -1,2 +1,2 @@ -SHA256 (testdisk-6.14.tar.bz2) = a597c3ebc375acdf0ff60f44ed8935a301132aae78ec00f64f091637d055326c -SIZE (testdisk-6.14.tar.bz2) = 620077 +SHA256 (testdisk-7.0.tar.bz2) = 00bb3b6b22e6aba88580eeb887037aef026968c21a87b5f906c6652cbee3442d +SIZE (testdisk-7.0.tar.bz2) = 676990