Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jan 2020 14:16:10 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r522492 - head/graphics/squish
Message-ID:  <202001091416.009EGAwo026561@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Jan  9 14:16:10 2020
New Revision: 522492
URL: https://svnweb.freebsd.org/changeset/ports/522492

Log:
  - Unbreak fetch, use original download location
  
  Approved by:	portmgr blanket

Modified:
  head/graphics/squish/Makefile

Modified: head/graphics/squish/Makefile
==============================================================================
--- head/graphics/squish/Makefile	Thu Jan  9 14:09:49 2020	(r522491)
+++ head/graphics/squish/Makefile	Thu Jan  9 14:16:10 2020	(r522492)
@@ -5,12 +5,10 @@ PORTNAME=	squish
 PORTVERSION=	1.10
 PORTREVISION=	2
 CATEGORIES=	graphics
-MASTER_SITES=	http://her.gr.distfiles.macports.org/squish/
+MASTER_SITES=	https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/libsquish/
 
 MAINTAINER=	rddeblois@gmail.com
 COMMENT=	Open source DXT compression library
-
-BROKEN=		unfetchable
 
 LICENSE=	MIT
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001091416.009EGAwo026561>