diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2019-11-21 15:04:12 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2019-11-21 15:04:12 +0000 |
commit | 25d6b84315cd18788bb442ec316efe9ee62b3d0e (patch) | |
tree | 64a723ec4ea5b61daf6d0d581da7f8a7b1c2802c | |
parent | sysutils/graylog: update to 3.1.2 (diff) |
multimedia/wlrobs: unbreak build
Looks the framework cannot handle if one of the mirrors returns a
distfile with incorrect checksum.
===========================================================================
=======================<phase: fetch >============================
=> wlrobs-8b4656a90bc7.tar.gz doesn't seem to exist in /portdistfiles/.
=> Attempting to fetch https://hg.sr.ht/~scoopta/wlrobs/archive/8b4656a90bc7.tar.gz?dummy=/wlrobs-8b4656a90bc7.tar.gz
fetch: https://hg.sr.ht/~scoopta/wlrobs/archive/8b4656a90bc7.tar.gz?dummy=/wlrobs-8b4656a90bc7.tar.gz: size unknown
fetch:
https://hg.sr.ht/~scoopta/wlrobs/archive/8b4656a90bc7.tar.gz?dummy=/wlrobs-8b4656a90bc7.tar.gz:
size of remote file is not known
wlrobs-8b4656a90bc7.tar.gz 22 kB 58 MBps 00s
===> Fetching all distfiles required by wlrobs-s20191120 for building
===========================================================================
=======================<phase: checksum >============================
===> Fetching all distfiles required by wlrobs-s20191120 for building
=> SHA256 Checksum mismatch for wlrobs-8b4656a90bc7.tar.gz.
===> Refetch for 1 more times files: wlrobs-8b4656a90bc7.tar.gz
=> wlrobs-8b4656a90bc7.tar.gz doesn't seem to exist in /portdistfiles/.
=> Attempting to fetch https://hg.sr.ht/~scoopta/wlrobs/archive/8b4656a90bc7.tar.gz?dummy=/wlrobs-8b4656a90bc7.tar.gz
fetch: https://hg.sr.ht/~scoopta/wlrobs/archive/8b4656a90bc7.tar.gz?dummy=/wlrobs-8b4656a90bc7.tar.gz: size unknown
fetch:
https://hg.sr.ht/~scoopta/wlrobs/archive/8b4656a90bc7.tar.gz?dummy=/wlrobs-8b4656a90bc7.tar.gz:
size of remote file is not known
wlrobs-8b4656a90bc7.tar.gz 22 kB 49 MBps 00s
===> Fetching all distfiles required by wlrobs-s20191120 for building
===> Fetching all distfiles required by wlrobs-s20191120 for building
=> SHA256 Checksum mismatch for wlrobs-8b4656a90bc7.tar.gz.
===> Giving up on fetching files: wlrobs-8b4656a90bc7.tar.gz
Make sure the Makefile and distinfo file (/usr/ports/multimedia/wlrobs/distinfo)
are up to date. If you are absolutely sure you want to override this
check, type "make NO_CHECKSUM=yes [other args]".
*** Error code 1
Reported by: pkg-fallout
-rw-r--r-- | multimedia/wlrobs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/wlrobs/Makefile b/multimedia/wlrobs/Makefile index b8b018e7e47d..94d2d33fad94 100644 --- a/multimedia/wlrobs/Makefile +++ b/multimedia/wlrobs/Makefile @@ -4,7 +4,7 @@ PORTNAME= wlrobs PORTVERSION= s20191120 DISTVERSIONSUFFIX= -8b4656a90bc7 CATEGORIES= multimedia -MASTER_SITES= https://hg.sr.ht/~scoopta/${PORTNAME}/archive/${DISTVERSIONSUFFIX:S/^-//}${EXTRACT_SUFX}?dummy=/ +#MASTER_SITES= https://hg.sr.ht/~scoopta/${PORTNAME}/archive/${DISTVERSIONSUFFIX:S/^-//}${EXTRACT_SUFX}?dummy=/ MASTER_SITES+= LOCAL/jbeich # https://todo.sr.ht/~sircmpwn/hg.sr.ht/33 DISTNAME= ${PORTNAME}${DISTVERSIONSUFFIX} |