Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Aug 2019 08:37:30 +0000 (UTC)
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r509889 - branches/2019Q3/sysutils/testdisk
Message-ID:  <201908260837.x7Q8bUA9001824@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kai
Date: Mon Aug 26 08:37:30 2019
New Revision: 509889
URL: https://svnweb.freebsd.org/changeset/ports/509889

Log:
  MFH: r509794
  
  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@cyberleo.net
  Approved by:	ports-secteam (joneum)

Modified:
  branches/2019Q3/sysutils/testdisk/Makefile
  branches/2019Q3/sysutils/testdisk/distinfo
Directory Properties:
  branches/2019Q3/   (props changed)

Modified: branches/2019Q3/sysutils/testdisk/Makefile
==============================================================================
--- branches/2019Q3/sysutils/testdisk/Makefile	Mon Aug 26 08:00:04 2019	(r509888)
+++ branches/2019Q3/sysutils/testdisk/Makefile	Mon Aug 26 08:37:30 2019	(r509889)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	testdisk
-DISTVERSION=	7.1-WIP
+DISTVERSION=	7.1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.cgsecurity.org/
 
@@ -12,6 +12,7 @@ LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		jpeg localbase:ldflags ncurses tar:bzip2
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-qt --without-ewf
 

Modified: branches/2019Q3/sysutils/testdisk/distinfo
==============================================================================
--- branches/2019Q3/sysutils/testdisk/distinfo	Mon Aug 26 08:00:04 2019	(r509888)
+++ branches/2019Q3/sysutils/testdisk/distinfo	Mon Aug 26 08:37:30 2019	(r509889)
@@ -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



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