Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Mar 2017 19:06:56 -0400
From:      Anton Yuzhaninov <citrin+bsd@citrin.ru>
To:        ports@FreeBSD.org
Subject:   Re: ports expiring soon due to Google Code site removal
Message-ID:  <c5416baa-62c7-cb0d-4da3-d93ce5f60d11@citrin.ru>
In-Reply-To: <20170324151200.GA15836@lonesome.com>
References:  <20170324151200.GA15836@lonesome.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 03/24/17 11:12, Mark Linimon wrote:
> As of 20170324 there are still 175 ports that are marked deprecated and
> broken due to the Google Code site having gone away.  These are due to
> expire on 20170430.  Please consider this a "last call" to find a current
> mastersite for these ports before then.  Thanks.

Why we can't change a URL in bsd.sites.mk?

--- Mk/bsd.sites.mk	(revision 436917)
+++ Mk/bsd.sites.mk	(working copy)
@@ -661,7 +661,7 @@ MASTER_SITE_GNU_ALPHA+= \
 .if !defined(IGNORE_MASTER_SITE_GOOGLE_CODE)
 PROJECTHOST?=	${PORTNAME}
 MASTER_SITE_GOOGLE_CODE+= \
-	http://${PROJECTHOST}.googlecode.com/files/
+
https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${PROJECTHOST}/
 .endif

 .if !defined(IGNORE_MASTER_SITE_HORDE)

For many ports MASTER_SITES was changed to this URL anyway:
fgrep -R 'https://storage.googleapis.com/google-code-archive-downloads'
/usr/ports/ | wc -l
      14



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?c5416baa-62c7-cb0d-4da3-d93ce5f60d11>