diff options
author | cy <cy@FreeBSD.org> | 2019-09-14 15:18:36 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2019-09-14 15:18:36 +0800 |
commit | c69dc1fb40103c83704e003912bae75bf319e218 (patch) | |
tree | fbe498bac14a1cdf84eb97e60324df9fb83d944b /sysutils | |
parent | 48f5834bd865994d2b4aa5205c07977438e0d258 (diff) | |
download | freebsd-ports-gnome-c69dc1fb40103c83704e003912bae75bf319e218.tar.gz freebsd-ports-gnome-c69dc1fb40103c83704e003912bae75bf319e218.tar.zst freebsd-ports-gnome-c69dc1fb40103c83704e003912bae75bf319e218.zip |
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.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/recoverdm/Makefile | 8 | ||||
-rw-r--r-- | sysutils/recoverdm/distinfo | 5 |
2 files changed, 7 insertions, 6 deletions
diff --git a/sysutils/recoverdm/Makefile b/sysutils/recoverdm/Makefile index 6a4f6c85ff07..980873ff75ff 100644 --- a/sysutils/recoverdm/Makefile +++ b/sysutils/recoverdm/Makefile @@ -4,15 +4,15 @@ PORTNAME= recoverdm PORTVERSION= 0.20 CATEGORIES= sysutils -MASTER_SITES= http://www.vanheusden.com/recoverdm/ -EXTRACT_SUFX= .tgz MAINTAINER= ports@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 diff --git a/sysutils/recoverdm/distinfo b/sysutils/recoverdm/distinfo index ec667360cf93..9a369e365367 100644 --- a/sysutils/recoverdm/distinfo +++ b/sysutils/recoverdm/distinfo @@ -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 |