Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jun 2015 00:23:00 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r389893 - head/sysutils/testdisk
Message-ID:  <201506170023.t5H0N0nF003498@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506170023.t5H0N0nF003498>