svn commit: r511999 - head/sysutils/recoverdm

Cy Schubert cy at FreeBSD.org
Sat Sep 14 07:18:37 UTC 2019


Author: cy
Date: Sat Sep 14 07:18:36 2019
New Revision: 511999
URL: https://svnweb.freebsd.org/changeset/ports/511999

Log:
  Make fetchable again: the software has moved to github and the license
  has changed to AGPLv3.
  
  The github repo contains two commits: initial commit and first commit, on
  March 7, 2019. The repo contains no tags or branches therefore we use
  a github hash to identify what will be fetched. The version number will
  remain the same until there is some clarity as to what the author of
  the distribution will do next.

Modified:
  head/sysutils/recoverdm/Makefile   (contents, props changed)
  head/sysutils/recoverdm/distinfo   (contents, props changed)

Modified: head/sysutils/recoverdm/Makefile
==============================================================================
--- head/sysutils/recoverdm/Makefile	Sat Sep 14 04:59:25 2019	(r511998)
+++ head/sysutils/recoverdm/Makefile	Sat Sep 14 07:18:36 2019	(r511999)
@@ -4,15 +4,15 @@
 PORTNAME=	recoverdm
 PORTVERSION=	0.20
 CATEGORIES=	sysutils
-MASTER_SITES=	http://www.vanheusden.com/recoverdm/
-EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Recover files and discs with damaged sectors
 
-LICENSE=	GPLv2
+LICENSE=	AGPLv3
 
-BROKEN=		unfetchable
+USE_GITHUB=	yes
+GH_ACCOUNT=	flok99
+GH_TAGNAME=	8ecb743
 
 PLIST_FILES=	bin/mergebad bin/recoverdm man/man1/${PORTNAME}.1.gz
 

Modified: head/sysutils/recoverdm/distinfo
==============================================================================
--- head/sysutils/recoverdm/distinfo	Sat Sep 14 04:59:25 2019	(r511998)
+++ head/sysutils/recoverdm/distinfo	Sat Sep 14 07:18:36 2019	(r511999)
@@ -1,2 +1,3 @@
-SHA256 (recoverdm-0.20.tgz) = 0fd4bc3ce4360a12f69c1440bc31ffd29f0e88f38b9279fb4a783a173d4f6f4c
-SIZE (recoverdm-0.20.tgz) = 9946
+TIMESTAMP = 1568444771
+SHA256 (flok99-recoverdm-0.20-8ecb743_GH0.tar.gz) = df40fc0da8200c63402c6946b68d6e5a92319816afb80e7dee06405242e9243b
+SIZE (flok99-recoverdm-0.20-8ecb743_GH0.tar.gz) = 21996


More information about the svn-ports-all mailing list