svn commit: r389893 - head/sysutils/testdisk

Xin LI delphij at FreeBSD.org
Wed Jun 17 00:23:01 UTC 2015


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


More information about the svn-ports-all mailing list