svn commit: r527293 - head/converters/fribidi

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Feb 27 21:25:52 UTC 2020


Author: sunpoet
Date: Thu Feb 27 21:25:51 2020
New Revision: 527293
URL: https://svnweb.freebsd.org/changeset/ports/527293

Log:
  Update MASTER_SITES to unbreak this port
  
  ===>  License LGPL21 accepted by the user
  => fribidi-0.19.7.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/.
  => Attempting to fetch http://fribidi.org/download/fribidi-0.19.7.tar.bz2
  fetch: http://fribidi.org/download/fribidi-0.19.7.tar.bz2: size unknown
  fetch: http://fribidi.org/download/fribidi-0.19.7.tar.bz2: size of remote file is not known
  fribidi-0.19.7.tar.bz2                                  10 kB   66 kBps    00s
  => Fetched file size mismatch (expected 648299, actual 10414)
  => Trying next site
  => Attempting to fetch http://distcache.FreeBSD.org/local-distfiles/%SUBDIR%/fribidi-0.19.7.tar.bz2
  fetch: http://distcache.FreeBSD.org/local-distfiles/%SUBDIR%/fribidi-0.19.7.tar.bz2: Bad Request
  => Couldn't fetch it - please try to retrieve this
  => port manually into /usr/ports/distfiles/ and try again.
  *** Error code 1
  
  Stop.
  make: stopped in /usr/ports/converters/fribidi
  
  PR:		244477
  Reported by:	Dries Michiels <driesm.michiels at gmail.com>
  Approved by:	portmgr (blanket)

Modified:
  head/converters/fribidi/Makefile

Modified: head/converters/fribidi/Makefile
==============================================================================
--- head/converters/fribidi/Makefile	Thu Feb 27 21:25:46 2020	(r527292)
+++ head/converters/fribidi/Makefile	Thu Feb 27 21:25:51 2020	(r527293)
@@ -4,7 +4,7 @@
 PORTNAME=	fribidi
 PORTVERSION=	0.19.7
 CATEGORIES=	converters
-MASTER_SITES=	http://fribidi.org/download/
+MASTER_SITES=	https://github.com/fribidi/fribidi/releases/download/${PORTVERSION}/
 
 MAINTAINER=	gnome at FreeBSD.org
 COMMENT=	Free Implementation of the Unicode Bidirectional Algorithm


More information about the svn-ports-all mailing list