svn commit: r509794 - head/sysutils/testdisk

Kai Knoblich kai at FreeBSD.org
Sun Aug 25 12:48:58 UTC 2019


Author: kai
Date: Sun Aug 25 12:48:57 2019
New Revision: 509794
URL: https://svnweb.freebsd.org/changeset/ports/509794

Log:
  sysutils/testdisk: Update to 7.1 and unbreak
  
  * Make the source tarball fetchable again since the 7.1 release has left its
    pre-release status (hence the removal of the -WIP suffix).
  
  * Pet portlint by making the USES block separate while I'm here.
  
  Changelog:
  
  https://github.com/cgsecurity/testdisk/blob/3bb714e6/NEWS
  
  PR:		240066
  Submitted by:	cyberleo at cyberleo.net
  MFH:		2019Q3

Modified:
  head/sysutils/testdisk/Makefile
  head/sysutils/testdisk/distinfo

Modified: head/sysutils/testdisk/Makefile
==============================================================================
--- head/sysutils/testdisk/Makefile	Sun Aug 25 12:31:50 2019	(r509793)
+++ head/sysutils/testdisk/Makefile	Sun Aug 25 12:48:57 2019	(r509794)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	testdisk
-DISTVERSION=	7.1-WIP
+DISTVERSION=	7.1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.cgsecurity.org/
 
@@ -11,9 +11,8 @@ COMMENT=	Tool to check and undelete partitions
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BROKEN=		unfetchable
-
 USES=		jpeg localbase:ldflags ncurses tar:bzip2
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-qt --without-ewf
 

Modified: head/sysutils/testdisk/distinfo
==============================================================================
--- head/sysutils/testdisk/distinfo	Sun Aug 25 12:31:50 2019	(r509793)
+++ head/sysutils/testdisk/distinfo	Sun Aug 25 12:48:57 2019	(r509794)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1520327400
-SHA256 (testdisk-7.1-WIP.tar.bz2) = 60d30d3a70d8da6a5d4ff91e1bf0a32f0ad5ed97a0ad37a2ebc71da56b3b213e
-SIZE (testdisk-7.1-WIP.tar.bz2) = 713313
+TIMESTAMP = 1566613026
+SHA256 (testdisk-7.1.tar.bz2) = 1413c47569e48c5b22653b943d48136cb228abcbd6f03da109c4df63382190fe
+SIZE (testdisk-7.1.tar.bz2) = 742006


More information about the svn-ports-head mailing list