diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2012-11-06 20:42:39 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2012-11-06 20:42:39 +0800 |
commit | 21be16bfcac95bdd9a0a247ecdf7857e94982c0a (patch) | |
tree | 05427b8f60a936e96f8bad28b4f092811040fda0 /Mk | |
parent | 4311927547723f166d29d48e40a4f7c7f3ac2938 (diff) | |
download | freebsd-ports-gnome-21be16bfcac95bdd9a0a247ecdf7857e94982c0a.tar.gz freebsd-ports-gnome-21be16bfcac95bdd9a0a247ecdf7857e94982c0a.tar.zst freebsd-ports-gnome-21be16bfcac95bdd9a0a247ecdf7857e94982c0a.zip |
- 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
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.sites.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index d82c0edbe248..100352f5e863 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -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} \ |