1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

- 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
This commit is contained in:
Bryan Drewery 2012-11-06 12:42:39 +00:00
parent acff8c0bb6
commit 181c332e6a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=307066

View File

@ -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} \