Date: Sun, 21 Mar 2021 09:52:07 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568911 - head/graphics/libsixel Message-ID: <202103210952.12L9q7IZ042155@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Sun Mar 21 09:52:07 2021 New Revision: 568911 URL: https://svnweb.freebsd.org/changeset/ports/568911 Log: Temporarily switch download location to the distfile found on the mirrors until I figure out what's going on. Modified: head/graphics/libsixel/Makefile Modified: head/graphics/libsixel/Makefile ============================================================================== --- head/graphics/libsixel/Makefile Sun Mar 21 09:14:01 2021 (r568910) +++ head/graphics/libsixel/Makefile Sun Mar 21 09:52:07 2021 (r568911) @@ -4,7 +4,7 @@ PORTNAME= libsixel PORTVERSION= 1.8.6 PORTEPOCH= 1 CATEGORIES= graphics -MASTER_SITES= https://github.com/saitoha/libsixel/releases/download/v${PORTVERSION}/ +MASTER_SITES= http://vault.101011010.xyz/distfiles/ MAINTAINER= sue@iwmt.org COMMENT= Encoder/decoder library for DEC SIXEL graphics
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103210952.12L9q7IZ042155>