Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Nov 2012 12:42:39 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r307066 - head/Mk
Message-ID:  <201211061242.qA6CgdnL061392@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Tue Nov  6 12:42:39 2012
New Revision: 307066
URL: http://svnweb.freebsd.org/changeset/ports/307066

Log:
  - Github has renamed the internal download URL from /tarball
    to /tar.gz and /legacy.tar.gz. Update to use the /legacy.tar.gz
    which continues to give the same distinfo as it did previously.
    Github support indicates they plan to continue supporting the
    old distinfo public download URL of github.com/USER/PROJECT/tarball/COMMIT
    but that using nodeload. may change at any time.
  
  PR:		173359
  Reported by:	Mickael Maillot <mickael.maillot@gmail.com>
  Approved by:	portmgr (bapt)
  Feature safe:	yes

Modified:
  head/Mk/bsd.sites.mk

Modified: head/Mk/bsd.sites.mk
==============================================================================
--- head/Mk/bsd.sites.mk	Tue Nov  6 12:38:52 2012	(r307065)
+++ head/Mk/bsd.sites.mk	Tue Nov  6 12:42:39 2012	(r307066)
@@ -1440,7 +1440,7 @@ MASTER_SITES_SUBDIRS=	\
 			CSME:myports \
 			DEBIAN:pool/main/${PORTNAME:C/^((lib)?.).*$/\1/}/${PORTNAME} \
 			GCC:releases/${DISTNAME} \
-			GITHUB:${GH_ACCOUNT}/${GH_PROJECT}/tarball/${GH_TAGNAME}?dummy=/ \
+			GITHUB:${GH_ACCOUNT}/${GH_PROJECT}/legacy.tar.gz/${GH_TAGNAME}?dummy=/ \
 			GNOME:sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} \
 			GNU:${PORTNAME} \
 			HORDE:${PORTNAME} \



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